Home
last modified time | relevance | path

Searched defs:wl (Results 1 – 8 of 8) sorted by relevance

/system/vold/
DIdleMaint.cpp157 auto wl = android::wakelock::WakeLock::tryGet(kWakeLock); in Trim() local
420 auto wl = android::wakelock::WakeLock::tryGet(kWakeLock); in RunIdleMaint() local
457 auto wl = android::wakelock::WakeLock::tryGet(kWakeLock); in AbortIdleMaint() local
DBenchmark.cpp184 auto wl = android::wakelock::WakeLock::tryGet(kWakeLock); in Benchmark() local
DMoveStorage.cpp259 auto wl = android::wakelock::WakeLock::tryGet(kWakeLock); in MoveStorage() local
Dcryptfs.cpp2160 auto wl = android::wakelock::WakeLock::tryGet(lockid); in cryptfs_enable_internal() local
/system/bt/embdrv/g722/
Dg722_decode.cc202 static int16_t wl[8] = {-60, -30, 58, 172, 334, 538, 1198, 3042 }; variable
Dg722_encode.cc235 static int16_t wl[8] = variable
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp209 IWakeLock* wl = new WakeLock{this, name, pid}; in acquireWakeLock() local
DSystemSuspendUnitTest.cpp296 sp<IWakeLock> wl = acquireWakeLock(); in TEST_F() local
306 sp<IWakeLock> wl = acquireWakeLock(); in TEST_F() local
334 sp<IWakeLock> wl = acquireWakeLock(); in TEST_F() local