Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DInput.h227 POLICY_FLAG_FUNCTION = 0x00000004, enumerator
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp123 static_assert(static_cast<common::V1_0::PolicyFlag>(POLICY_FLAG_FUNCTION) == in getPolicyFlags()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp3808 if (policyFlags & POLICY_FLAG_FUNCTION) { in notifyKey()