Home | History | Annotate | Download | only in sensorservice

Lines Matching refs:isWakeUpSensorEvent

656             if (isWakeUpSensorEvent(mSensorEventBuffer[i])) {
898 bool SensorService::isWakeUpSensorEvent(const sensors_event_t& event) const {
1352 if (isWakeUpSensorEvent(event) && !mWakeLockAcquired) {