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.cpp521 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/
DInput.h220 POLICY_FLAG_PASS_TO_USER = 0x40000000, enumerator
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1083 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/
DInputClassifierConverter.cpp137 static_assert(static_cast<common::V1_0::PolicyFlag>(POLICY_FLAG_PASS_TO_USER) == in getPolicyFlags()
DInputDispatcher.cpp349 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()