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

  /device/htc/passion-common/libsensors/
LightSensor.h 37 bool mHasPendingEvent;
ProximitySensor.h 37 bool mHasPendingEvent;
LightSensor.cpp 37 mHasPendingEvent(false)
66 mHasPendingEvent = true;
95 return mHasPendingEvent;
103 if (mHasPendingEvent) {
104 mHasPendingEvent = false;
ProximitySensor.cpp 37 mHasPendingEvent(false)
65 mHasPendingEvent = true;
96 return mHasPendingEvent;
104 if (mHasPendingEvent) {
105 mHasPendingEvent = false;
  /device/samsung/crespo/libsensors/
GyroSensor.h 37 bool mHasPendingEvent;
ProximitySensor.h 37 bool mHasPendingEvent;
ProximitySensor.cpp 35 mHasPendingEvent(false)
61 mHasPendingEvent = true;
93 return mHasPendingEvent;
101 if (mHasPendingEvent) {
102 mHasPendingEvent = false;
LightSensor.cpp 42 mHasPendingEvent(false)
108 return mHasPendingEvent;
116 if (mHasPendingEvent) {
117 mHasPendingEvent = false;
LightSensor.h 38 bool mHasPendingEvent;
GyroSensor.cpp 36 mHasPendingEvent(false)
72 mHasPendingEvent = true;
104 return mHasPendingEvent;
127 if (mHasPendingEvent) {
128 mHasPendingEvent = false;

Completed in 917 milliseconds