Home
last modified time | relevance | path

Searched refs:POLICY_FLAG_TRUSTED (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/input/
DInput.h203 POLICY_FLAG_TRUSTED = 0x02000000, enumerator
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1035 if ((policyFlags & POLICY_FLAG_TRUSTED)) { in interceptKeyBeforeQueueing()
1074 if ((policyFlags & POLICY_FLAG_TRUSTED) && !(policyFlags & POLICY_FLAG_INJECTED)) { in interceptMotionBeforeQueueing()
1116 if (policyFlags & POLICY_FLAG_TRUSTED) { in interceptKeyBeforeDispatching()
1151 if (policyFlags & POLICY_FLAG_TRUSTED) { in dispatchUnhandledKey()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp621 (keyEntry->policyFlags & POLICY_FLAG_TRUSTED) && in isAppSwitchKeyEvent()
715 (POLICY_FLAG_RAW_MASK | POLICY_FLAG_PASS_TO_USER | POLICY_FLAG_TRUSTED); in synthesizeKeyRepeatLocked()
776 (entry->policyFlags & POLICY_FLAG_TRUSTED) && in dispatchKeyLocked()
2670 policyFlags |= POLICY_FLAG_TRUSTED; in notifyKey()
2751 policyFlags |= POLICY_FLAG_TRUSTED; in notifyMotion()
2812 policyFlags |= POLICY_FLAG_TRUSTED; in notifySwitch()
2849 policyFlags |= POLICY_FLAG_TRUSTED; in injectInputEvent()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp129 static_assert(static_cast<common::V1_0::PolicyFlag>(POLICY_FLAG_TRUSTED) == in getPolicyFlags()