Home
last modified time | relevance | path

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

/system/vold/
DIdleMaint.cpp70 static const char* kWakeLock = "IdleMaint"; variable
148 acquire_wake_lock(PARTIAL_WAKE_LOCK, kWakeLock); in Trim()
198 release_wake_lock(kWakeLock); in Trim()
373 acquire_wake_lock(PARTIAL_WAKE_LOCK, kWakeLock); in RunIdleMaint()
403 release_wake_lock(kWakeLock); in RunIdleMaint()
409 acquire_wake_lock(PARTIAL_WAKE_LOCK, kWakeLock); in AbortIdleMaint()
427 release_wake_lock(kWakeLock); in AbortIdleMaint()
DBenchmark.cpp45 static const char* kWakeLock = "Benchmark"; variable
184 acquire_wake_lock(PARTIAL_WAKE_LOCK, kWakeLock); in Benchmark()
194 release_wake_lock(kWakeLock); in Benchmark()
DMoveStorage.cpp49 static const char* kWakeLock = "MoveTask"; variable
261 acquire_wake_lock(PARTIAL_WAKE_LOCK, kWakeLock); in MoveStorage()
269 release_wake_lock(kWakeLock); in MoveStorage()