Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp523 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/
DInput.h220 POLICY_FLAG_PASS_TO_USER = 0x40000000, enumerator
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1057 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/
DInputDispatcher.cpp332 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/
DInputClassifierConverter.cpp137 static_assert(static_cast<common::V1_0::PolicyFlag>(POLICY_FLAG_PASS_TO_USER) == in getPolicyFlags()