Home
last modified time | relevance | path

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

/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp824 if ((policyFlags & POLICY_FLAG_TRUSTED)) { in interceptKeyBeforeQueueing()
868 if ((policyFlags & POLICY_FLAG_TRUSTED) && !(policyFlags & POLICY_FLAG_INJECTED)) { in interceptMotionBeforeQueueing()
926 if (policyFlags & POLICY_FLAG_TRUSTED) { in interceptKeyBeforeDispatching()
959 if (policyFlags & POLICY_FLAG_TRUSTED) { in dispatchUnhandledKey()
/frameworks/base/include/androidfw/
DInput.h134 POLICY_FLAG_TRUSTED = 0x02000000, enumerator
/frameworks/base/services/input/
DInputDispatcher.cpp533 && (keyEntry->policyFlags & POLICY_FLAG_TRUSTED) in isAppSwitchKeyEventLocked()
622 | POLICY_FLAG_PASS_TO_USER | POLICY_FLAG_TRUSTED; in synthesizeKeyRepeatLocked()
684 && (entry->policyFlags & POLICY_FLAG_TRUSTED) in dispatchKeyLocked()
2337 policyFlags |= POLICY_FLAG_TRUSTED; in notifyKey()
2411 policyFlags |= POLICY_FLAG_TRUSTED; in notifyMotion()
2460 policyFlags |= POLICY_FLAG_TRUSTED; in notifySwitch()
2497 policyFlags |= POLICY_FLAG_TRUSTED; in injectInputEvent()