HomeSort by relevance Sort by last modified time
    Searched refs:needsWakeLock (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
SensorService.cpp 498 bool needsWakeLock = false;
504 needsWakeLock |= activeConnections[i]->needsWakeLock();
514 if (mWakeLockAcquired && !needsWakeLock) {
704 if (c->needsWakeLock()) {
750 if (!connection->needsWakeLock() && mWakeLockAcquired) {
    [all...]
SensorService.h 149 // mWakeLockRefCount is reset to zero. needsWakeLock method will always return false, if
184 bool needsWakeLock();

Completed in 838 milliseconds