Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp233 ADISPLAY_ID_DEFAULT, POLICY_FLAG_PASS_TO_USER, AMOTION_EVENT_ACTION_DOWN, in generateMotionArgs()
298 POLICY_FLAG_FILTERED | POLICY_FLAG_PASS_TO_USER); in benchmarkInjectMotion()
304 POLICY_FLAG_FILTERED | POLICY_FLAG_PASS_TO_USER); in benchmarkInjectMotion()
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp121 : EventEntry(id, Type::FOCUS, eventTime, POLICY_FLAG_PASS_TO_USER), in FocusEntry()
DInputDispatcher.cpp593 if (mPendingEvent->policyFlags & POLICY_FLAG_PASS_TO_USER) { in dispatchOnceInnerLocked()
603 if (!(mPendingEvent->policyFlags & POLICY_FLAG_PASS_TO_USER)) { in dispatchOnceInnerLocked()
933 (keyEntry.policyFlags & POLICY_FLAG_PASS_TO_USER); in isAppSwitchKeyEvent()
1019 (POLICY_FLAG_RAW_MASK | POLICY_FLAG_PASS_TO_USER | POLICY_FLAG_TRUSTED); in synthesizeKeyRepeatLocked()
1163 if (entry->policyFlags & POLICY_FLAG_PASS_TO_USER) { in dispatchKeyLocked()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1020 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptKeyBeforeQueueing()
1039 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptMotionBeforeQueueing()
1054 policyFlags |= POLICY_FLAG_PASS_TO_USER; in interceptMotionBeforeQueueing()
1062 policyFlags |= POLICY_FLAG_PASS_TO_USER; in handleInterceptActions()
/frameworks/native/include/input/
DInput.h239 POLICY_FLAG_PASS_TO_USER = 0x40000000, enumerator
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp928 POLICY_FLAG_FILTERED | POLICY_FLAG_PASS_TO_USER); in injectKey()
974 POLICY_FLAG_FILTERED | POLICY_FLAG_PASS_TO_USER);
991 POLICY_FLAG_PASS_TO_USER, action, /* flags */ 0, AKEYCODE_A, KEY_A, in generateKeyArgs()
1020 POLICY_FLAG_PASS_TO_USER, action, /* actionButton */ 0, /* flags */ 0, in generateMotionArgs()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp137 static_assert(static_cast<common::V1_0::PolicyFlag>(POLICY_FLAG_PASS_TO_USER) == in getPolicyFlags()