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