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

/frameworks/native/services/inputflinger/
H A DEventHub.cpp69 static const char *WAKE_LOCK_ID = "KeyEvents"; member in namespace:android
190 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);
247 release_wake_lock(WAKE_LOCK_ID);
990 release_wake_lock(WAKE_LOCK_ID);
994 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID);

Completed in 27 milliseconds