Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.cpp46 static const char WAKE_LOCK_ID[] = "KeyEvents"; variable
426 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID); in InputHub()
464 release_wake_lock(WAKE_LOCK_ID); in ~InputHub()
513 release_wake_lock(WAKE_LOCK_ID); in poll()
520 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID); in poll()
762 release_wake_lock(WAKE_LOCK_ID); in openNode()