Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp72 static const char *WAKE_LOCK_ID = "KeyEvents"; variable
207 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID); in EventHub()
264 release_wake_lock(WAKE_LOCK_ID); in ~EventHub()
1007 release_wake_lock(WAKE_LOCK_ID); in getEvents()
1011 acquire_wake_lock(PARTIAL_WAKE_LOCK, WAKE_LOCK_ID); in getEvents()