Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp882 if ((policyFlags & POLICY_FLAG_TRUSTED)) { in interceptKeyBeforeQueueing()
919 if ((policyFlags & POLICY_FLAG_TRUSTED) && !(policyFlags & POLICY_FLAG_INJECTED)) { in interceptMotionBeforeQueueing()
960 if (policyFlags & POLICY_FLAG_TRUSTED) { in interceptKeyBeforeDispatching()
993 if (policyFlags & POLICY_FLAG_TRUSTED) { in dispatchUnhandledKey()
/frameworks/native/include/input/
DInput.h196 POLICY_FLAG_TRUSTED = 0x02000000, enumerator
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp564 && (keyEntry->policyFlags & POLICY_FLAG_TRUSTED) in isAppSwitchKeyEventLocked()
658 (POLICY_FLAG_RAW_MASK | POLICY_FLAG_PASS_TO_USER | POLICY_FLAG_TRUSTED); in synthesizeKeyRepeatLocked()
720 && (entry->policyFlags & POLICY_FLAG_TRUSTED) in dispatchKeyLocked()
2413 policyFlags |= POLICY_FLAG_TRUSTED; in notifyKey()
2517 policyFlags |= POLICY_FLAG_TRUSTED; in notifyMotion()
2573 policyFlags |= POLICY_FLAG_TRUSTED; in notifySwitch()
2610 policyFlags |= POLICY_FLAG_TRUSTED; in injectInputEvent()