HomeSort by relevance Sort by last modified time
    Searched refs:mHasPendingEvent (Results 1 - 10 of 10) sorted by null

  /device/lge/hammerhead/libsensors/
ProximitySensor.cpp 36 mHasPendingEvent(false)
95 return mHasPendingEvent;
103 if (mHasPendingEvent) {
104 mHasPendingEvent = false;
ProximitySensor.h 37 bool mHasPendingEvent;
LightSensor.cpp 36 mHasPendingEvent(false)
114 return mHasPendingEvent;
122 if (mHasPendingEvent) {
123 mHasPendingEvent = false;
LightSensor.h 38 bool mHasPendingEvent;
  /device/samsung/manta/libsensors/
IioSensorBase.h 35 bool mHasPendingEvent;
IioSensorBase.cpp 48 mHasPendingEvent(false),
178 if (mHasPendingEvent) {
179 mHasPendingEvent = false;
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.h 38 bool mHasPendingEvent;
KionixSensor.h 38 bool mHasPendingEvent;
AdxlSensor.cpp 40 mHasPendingEvent(false)
83 return mHasPendingEvent;
183 if (mHasPendingEvent) {
184 mHasPendingEvent = false;
KionixSensor.cpp 43 mHasPendingEvent(false)
79 return mHasPendingEvent;
161 if (mHasPendingEvent) {
162 mHasPendingEvent = false;

Completed in 487 milliseconds