Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h445 bool isWakeUpSensorEvent(const sensors_event_t& event) const;
DSensorEventConnection.cpp671 if (mService->isWakeUpSensorEvent(scratch[i])) { in findWakeUpSensorEventLocked()
DSensorService.cpp1163 if (isWakeUpSensorEvent(mSensorEventBuffer[i])) { in threadLoop()
1429 bool SensorService::isWakeUpSensorEvent(const sensors_event_t& event) const { in isWakeUpSensorEvent() function in android::SensorService
2079 if (isWakeUpSensorEvent(event) && !mWakeLockAcquired) { in enable()