Home
last modified time | relevance | path

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

/system/vold/
DMoveTask.cpp44 static const char* kWakeLock = "MoveTask"; variable
174 acquire_wake_lock(PARTIAL_WAKE_LOCK, kWakeLock); in run()
213 release_wake_lock(kWakeLock); in run()
219 release_wake_lock(kWakeLock); in run()
DTrimTask.cpp47 static const char* kWakeLock = "TrimTask"; variable
115 acquire_wake_lock(PARTIAL_WAKE_LOCK, kWakeLock); in run()
151 release_wake_lock(kWakeLock); in run()