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

/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp48 static const char WAKE_LOCK_ID[] = "KeyEvents"; member in namespace:android
456 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
494 release_wake_lock(WAKE_LOCK_ID);
543 release_wake_lock(WAKE_LOCK_ID);
550 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
789 release_wake_lock(WAKE_LOCK_ID);

Completed in 474 milliseconds