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.cpp1061 if ((policyFlags & POLICY_FLAG_TRUSTED)) { in interceptKeyBeforeQueueing()
1100 if ((policyFlags & POLICY_FLAG_TRUSTED) && !(policyFlags & POLICY_FLAG_INJECTED)) { in interceptMotionBeforeQueueing()
1142 if (policyFlags & POLICY_FLAG_TRUSTED) { in interceptKeyBeforeDispatching()
1177 if (policyFlags & POLICY_FLAG_TRUSTED) { in dispatchUnhandledKey()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp639 && (keyEntry->policyFlags & POLICY_FLAG_TRUSTED) in isAppSwitchKeyEvent()
733 (POLICY_FLAG_RAW_MASK | POLICY_FLAG_PASS_TO_USER | POLICY_FLAG_TRUSTED); in synthesizeKeyRepeatLocked()
796 && (entry->policyFlags & POLICY_FLAG_TRUSTED) in dispatchKeyLocked()
2673 policyFlags |= POLICY_FLAG_TRUSTED; in notifyKey()
2756 policyFlags |= POLICY_FLAG_TRUSTED; in notifyMotion()
2817 policyFlags |= POLICY_FLAG_TRUSTED; in notifySwitch()
2855 policyFlags |= POLICY_FLAG_TRUSTED; in injectInputEvent()
DInputClassifierConverter.cpp129 static_assert(static_cast<common::V1_0::PolicyFlag>(POLICY_FLAG_TRUSTED) == in getPolicyFlags()