Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1021 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptKeyBeforeQueueing()
1039 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptMotionBeforeQueueing()
1054 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptMotionBeforeQueueing()
1062 policyFlags |= POLICY_FLAG_PASS_TO_USER; in handleInterceptActions()
/frameworks/native/include/input/
DInput.h213 POLICY_FLAG_PASS_TO_USER = 0x40000000, enumerator
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp353 if (mPendingEvent->policyFlags & POLICY_FLAG_PASS_TO_USER) { in dispatchOnceInnerLocked()
366 if (!(mPendingEvent->policyFlags & POLICY_FLAG_PASS_TO_USER)) { in dispatchOnceInnerLocked()
604 && (keyEntry->policyFlags & POLICY_FLAG_PASS_TO_USER); in isAppSwitchKeyEventLocked()
697 (POLICY_FLAG_RAW_MASK | POLICY_FLAG_PASS_TO_USER | POLICY_FLAG_TRUSTED); in synthesizeKeyRepeatLocked()
807 if (entry->policyFlags & POLICY_FLAG_PASS_TO_USER) { in dispatchKeyLocked()