Home
last modified time | relevance | path

Searched refs:kWakeLock (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DBenchmark.cpp45 static const char* kWakeLock = "Benchmark"; variable
184 auto wl = android::wakelock::WakeLock::tryGet(kWakeLock); in Benchmark()
DMoveStorage.cpp49 static const char* kWakeLock = "MoveTask"; variable
259 auto wl = android::wakelock::WakeLock::tryGet(kWakeLock); in MoveStorage()
DIdleMaint.cpp78 static const char* kWakeLock = "IdleMaint"; variable
167 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()
/system/chre/host/tinysys/hal/
Dtinysys_chre_connection.cc177 acquire_wake_lock(PARTIAL_WAKE_LOCK, kWakeLock) == 0; in handleMessageFromChre()
220 if (release_wake_lock(kWakeLock)) { in handleMessageFromChre()
Dtinysys_chre_connection.h104 static constexpr char kWakeLock[] = "tinysys_chre_hal_wakelock";