Searched refs:POLICY_FLAG_INTERACTIVE (Results 1 – 3 of 3) sorted by relevance
270 POLICY_FLAG_INTERACTIVE = 0x20000000, enumerator
135 static_assert(static_cast<common::V1_0::PolicyFlag>(POLICY_FLAG_INTERACTIVE) == in getPolicyFlags()
1208 policyFlags |= POLICY_FLAG_INTERACTIVE; in interceptKeyBeforeQueueing()1247 policyFlags |= POLICY_FLAG_INTERACTIVE; in interceptMotionBeforeQueueing()1250 if (policyFlags & POLICY_FLAG_INTERACTIVE) { in interceptMotionBeforeQueueing()