Lines Matching full:sensor
33 #include <gui/Sensor.h>
73 virtual Vector<Sensor> getSensorList();
92 // first wake_up sensor event in the buffer else return -1. This wake_up sensor event will
116 // app that it has read events from a wake up sensor, decrement mWakeLockRefCount.
120 // Increment mPendingFlushEventsToSend for the given sensor handle.
153 // The number of flush complete events dropped for this sensor is stored here.
157 // received, the events for the sensor are sent on that *connection*.
161 // protected by SensorService::mLock. Key for this vector is the sensor handle.
191 // A queue of all flush() calls made on this sensor. Flush complete events will be
214 Sensor getSensorFromHandle(int handle) const;
218 Sensor registerSensor(SensorInterface* sensor);
219 Sensor registerVirtualSensor(SensorInterface* sensor);
226 static bool canAccessSensor(const Sensor& sensor);
227 static bool verifyCanAccessSensor(const Sensor& sensor, const char* operation);
240 Vector<Sensor> mSensorList;
241 Vector<Sensor> mUserSensorListDebug;
242 Vector<Sensor> mUserSensorList;