Home
last modified time | relevance | path

Searched refs:isWakeUpSensorEvent (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorService.h182 bool isWakeUpSensorEvent(const sensors_event_t& event) const;
DSensorService.cpp521 if (isWakeUpSensorEvent(mSensorEventBuffer[i])) { in threadLoop()
764 bool SensorService::isWakeUpSensorEvent(const sensors_event_t& event) const { in isWakeUpSensorEvent() function in android::SensorService
1029 if (isWakeUpSensorEvent(event) && !mWakeLockAcquired) { in enable()
DSensorEventConnection.cpp490 if (mService->isWakeUpSensorEvent(scratch[i])) { in findWakeUpSensorEventLocked()