Searched refs:WAKE_LOCK_NAME (Results 1 – 4 of 4) sorted by relevance
23 #define WAKE_LOCK_NAME "GPS" macro200 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME); in gnssAcquireWakelockCb()205 release_wake_lock(WAKE_LOCK_NAME); in gnssReleaseWakelockCb()429 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME); in gnssAcquireWakelockCb()434 release_wake_lock(WAKE_LOCK_NAME); in gnssReleaseWakelockCb()
384 static const char* WAKE_LOCK_NAME; variable
88 const char* SensorService::WAKE_LOCK_NAME = "SensorService_wakelock"; member in android::SensorService1349 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME); in setWakeLockAcquiredLocked()1355 release_wake_lock(WAKE_LOCK_NAME); in setWakeLockAcquiredLocked()
242 static const char* WAKE_LOCK_NAME = "dumpstate_wakelock"; variable3252 if (acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_NAME) < 0) { in RunInternal()