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.cpp904 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptKeyBeforeQueueing()
921 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptMotionBeforeQueueing()
936 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptMotionBeforeQueueing()
944 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.cpp314 if (mPendingEvent->policyFlags & POLICY_FLAG_PASS_TO_USER) { in dispatchOnceInnerLocked()
327 if (!(mPendingEvent->policyFlags & POLICY_FLAG_PASS_TO_USER)) { in dispatchOnceInnerLocked()
565 && (keyEntry->policyFlags & POLICY_FLAG_PASS_TO_USER); in isAppSwitchKeyEventLocked()
658 (POLICY_FLAG_RAW_MASK | POLICY_FLAG_PASS_TO_USER | POLICY_FLAG_TRUSTED); in synthesizeKeyRepeatLocked()
767 if (entry->policyFlags & POLICY_FLAG_PASS_TO_USER) { in dispatchKeyLocked()