Searched refs:unmatchedMetaState (Results 1 – 1 of 1) sorted by relevance
440 int32_t unmatchedMetaState = eventMetaState & ~behaviorMetaState & EXACT_META_STATES; in matchesMetaState() local442 unmatchedMetaState &= ~(AMETA_CTRL_LEFT_ON | AMETA_CTRL_RIGHT_ON); in matchesMetaState()444 unmatchedMetaState &= ~AMETA_CTRL_ON; in matchesMetaState()447 unmatchedMetaState &= ~(AMETA_ALT_LEFT_ON | AMETA_ALT_RIGHT_ON); in matchesMetaState()449 unmatchedMetaState &= ~AMETA_ALT_ON; in matchesMetaState()452 unmatchedMetaState &= ~(AMETA_META_LEFT_ON | AMETA_META_RIGHT_ON); in matchesMetaState()454 unmatchedMetaState &= ~AMETA_META_ON; in matchesMetaState()456 return !unmatchedMetaState; in matchesMetaState()