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