summaryrefslogtreecommitdiffstats
path: root/include/gui/SensorEventQueue.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-10-20 18:42:02 -0700
committerMathias Agopian <mathias@google.com>2011-10-20 18:42:02 -0700
commit5cae0d0699a169e468fff3e21165f35db12f2cde (patch)
tree9304e32c5d9432ffa1334a9fbe1dd7d69af49a6f /include/gui/SensorEventQueue.h
parent6651db884e0be7388fd9602a4f1e300e03062469 (diff)
downloadframeworks_native-5cae0d0699a169e468fff3e21165f35db12f2cde.zip
frameworks_native-5cae0d0699a169e468fff3e21165f35db12f2cde.tar.gz
frameworks_native-5cae0d0699a169e468fff3e21165f35db12f2cde.tar.bz2
Rename SensorChannel to BitTube
Diffstat (limited to 'include/gui/SensorEventQueue.h')
-rw-r--r--include/gui/SensorEventQueue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gui/SensorEventQueue.h b/include/gui/SensorEventQueue.h
index 97dd391..ef7c6e3 100644
--- a/include/gui/SensorEventQueue.h
+++ b/include/gui/SensorEventQueue.h
@@ -24,7 +24,7 @@
#include <utils/RefBase.h>
#include <utils/Timers.h>
-#include <gui/SensorChannel.h>
+#include <gui/BitTube.h>
// ----------------------------------------------------------------------------
@@ -71,7 +71,7 @@ public:
private:
sp<Looper> getLooper() const;
sp<ISensorEventConnection> mSensorEventConnection;
- sp<SensorChannel> mSensorChannel;
+ sp<BitTube> mSensorChannel;
mutable Mutex mLock;
mutable sp<Looper> mLooper;
};