Searched refs:POLICY_FLAG_PASS_TO_USER (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 521 INJECT_EVENT_TIMEOUT, POLICY_FLAG_FILTERED | POLICY_FLAG_PASS_TO_USER); in injectKeyDown() 551 INJECT_EVENT_TIMEOUT, POLICY_FLAG_FILTERED | POLICY_FLAG_PASS_TO_USER); in injectMotionDown() 558 displayId, POLICY_FLAG_PASS_TO_USER, action, /* flags */ 0, in generateKeyArgs() 579 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 | 1083 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptKeyBeforeQueueing() 1102 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptMotionBeforeQueueing() 1117 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptMotionBeforeQueueing() 1125 policyFlags |= POLICY_FLAG_PASS_TO_USER; in handleInterceptActions()
|
/frameworks/native/services/inputflinger/ |
D | InputClassifierConverter.cpp | 137 static_assert(static_cast<common::V1_0::PolicyFlag>(POLICY_FLAG_PASS_TO_USER) == in getPolicyFlags()
|
D | InputDispatcher.cpp | 349 if (mPendingEvent->policyFlags & POLICY_FLAG_PASS_TO_USER) { in dispatchOnceInnerLocked() 362 if (!(mPendingEvent->policyFlags & POLICY_FLAG_PASS_TO_USER)) { in dispatchOnceInnerLocked() 640 && (keyEntry->policyFlags & POLICY_FLAG_PASS_TO_USER); in isAppSwitchKeyEvent() 733 (POLICY_FLAG_RAW_MASK | POLICY_FLAG_PASS_TO_USER | POLICY_FLAG_TRUSTED); in synthesizeKeyRepeatLocked() 843 if (entry->policyFlags & POLICY_FLAG_PASS_TO_USER) { in dispatchKeyLocked()
|