Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h372 bool isWakeUpSensorEvent(const sensors_event_t& event) const;
DSensorService.cpp938 if (isWakeUpSensorEvent(mSensorEventBuffer[i])) { in threadLoop()
1177 bool SensorService::isWakeUpSensorEvent(const sensors_event_t& event) const { in isWakeUpSensorEvent() function in android::SensorService
1743 if (isWakeUpSensorEvent(event) && !mWakeLockAcquired) { in enable()
DSensorEventConnection.cpp667 if (mService->isWakeUpSensorEvent(scratch[i])) { in findWakeUpSensorEventLocked()