Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInput.h154 POLICY_FLAG_WOKE_HERE = 0x10000000, enumerator
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp806 policyFlags |= POLICY_FLAG_WOKE_HERE; in interceptKeyBeforeQueueing()
843 policyFlags |= POLICY_FLAG_WOKE_HERE | POLICY_FLAG_BRIGHT_HERE; in interceptMotionBeforeQueueing()
/frameworks/base/services/input/
DInputDispatcher.cpp2391 if (policyFlags & POLICY_FLAG_WOKE_HERE) { in notifyKey()
2574 if (policyFlags & POLICY_FLAG_WOKE_HERE) { in injectInputEvent()