Searched refs:POLICY_FLAG_PASS_TO_USER (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 523 INJECT_EVENT_TIMEOUT, POLICY_FLAG_FILTERED | POLICY_FLAG_PASS_TO_USER); in injectKeyDown() 553 INJECT_EVENT_TIMEOUT, POLICY_FLAG_FILTERED | POLICY_FLAG_PASS_TO_USER); in injectMotionDown() 560 displayId, POLICY_FLAG_PASS_TO_USER, action, /* flags */ 0, in generateKeyArgs() 581 POLICY_FLAG_PASS_TO_USER, action, /* actionButton */ 0, /* flags */ 0, in generateMotionArgs()
|
/frameworks/native/include/input/ |
D | Input.h | 220 POLICY_FLAG_PASS_TO_USER = 0x40000000, enumerator
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1057 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptKeyBeforeQueueing() 1076 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptMotionBeforeQueueing() 1091 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptMotionBeforeQueueing() 1099 policyFlags |= POLICY_FLAG_PASS_TO_USER; in handleInterceptActions()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 332 if (mPendingEvent->policyFlags & POLICY_FLAG_PASS_TO_USER) { in dispatchOnceInnerLocked() 345 if (!(mPendingEvent->policyFlags & POLICY_FLAG_PASS_TO_USER)) { in dispatchOnceInnerLocked() 622 (keyEntry->policyFlags & POLICY_FLAG_PASS_TO_USER); in isAppSwitchKeyEvent() 715 (POLICY_FLAG_RAW_MASK | POLICY_FLAG_PASS_TO_USER | POLICY_FLAG_TRUSTED); in synthesizeKeyRepeatLocked() 823 if (entry->policyFlags & POLICY_FLAG_PASS_TO_USER) { in dispatchKeyLocked()
|
/frameworks/native/services/inputflinger/ |
D | InputClassifierConverter.cpp | 137 static_assert(static_cast<common::V1_0::PolicyFlag>(POLICY_FLAG_PASS_TO_USER) == in getPolicyFlags()
|