Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/include/hardware_legacy/
Dpower.h27 PARTIAL_WAKE_LOCK = 1, // the cpu stays on, but the screen is off enumerator
/hardware/libhardware_legacy/
Dpower.c96 if (lock != PARTIAL_WAKE_LOCK) { in acquire_wake_lock()
/hardware/ril/libril/
Dril.cpp655 acquire_wake_lock(PARTIAL_WAKE_LOCK, ANDROID_WAKE_LOCK_NAME); in grabPartialWakeLock()
671 acquire_wake_lock(PARTIAL_WAKE_LOCK, ANDROID_WAKE_LOCK_NAME); in grabPartialWakeLock()
/hardware/libhardware/modules/input/evdev/
DInputHub.cpp442 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID); in InputHub()
536 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID); in poll()
/hardware/libhardware_legacy/audio/
DA2dpAudioInterface.cpp292 acquire_wake_lock (PARTIAL_WAKE_LOCK, sA2dpWakeLock); in write()