Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h225 bool isWakeUpSensorEvent(const sensors_event_t& event) const;
DSensorService.cpp656 if (isWakeUpSensorEvent(mSensorEventBuffer[i])) { in threadLoop()
898 bool SensorService::isWakeUpSensorEvent(const sensors_event_t& event) const { in isWakeUpSensorEvent() function in android::SensorService
1352 if (isWakeUpSensorEvent(event) && !mWakeLockAcquired) { in enable()
DSensorEventConnection.cpp542 if (mService->isWakeUpSensorEvent(scratch[i])) { in findWakeUpSensorEventLocked()