Searched refs:kWakeLock (Results 1 – 5 of 5) sorted by relevance
45 static const char* kWakeLock = "Benchmark"; variable184 auto wl = android::wakelock::WakeLock::tryGet(kWakeLock); in Benchmark()
49 static const char* kWakeLock = "MoveTask"; variable259 auto wl = android::wakelock::WakeLock::tryGet(kWakeLock); in MoveStorage()
78 static const char* kWakeLock = "IdleMaint"; variable167 auto wl = android::wakelock::WakeLock::tryGet(kWakeLock); in Trim()413 auto wl = android::wakelock::WakeLock::tryGet(kWakeLock); in RunIdleMaint()452 auto wl = android::wakelock::WakeLock::tryGet(kWakeLock); in AbortIdleMaint()
177 acquire_wake_lock(PARTIAL_WAKE_LOCK, kWakeLock) == 0; in handleMessageFromChre()220 if (release_wake_lock(kWakeLock)) { in handleMessageFromChre()
104 static constexpr char kWakeLock[] = "tinysys_chre_hal_wakelock";