Searched refs:unmatchedMetaState (Results 1 – 1 of 1) sorted by relevance
398 int32_t unmatchedMetaState = eventMetaState & ~behaviorMetaState & EXACT_META_STATES; in matchesMetaState() local400 unmatchedMetaState &= ~(AMETA_CTRL_LEFT_ON | AMETA_CTRL_RIGHT_ON); in matchesMetaState()402 unmatchedMetaState &= ~AMETA_CTRL_ON; in matchesMetaState()405 unmatchedMetaState &= ~(AMETA_ALT_LEFT_ON | AMETA_ALT_RIGHT_ON); in matchesMetaState()407 unmatchedMetaState &= ~AMETA_ALT_ON; in matchesMetaState()410 unmatchedMetaState &= ~(AMETA_META_LEFT_ON | AMETA_META_RIGHT_ON); in matchesMetaState()412 unmatchedMetaState &= ~AMETA_META_ON; in matchesMetaState()414 return !unmatchedMetaState; in matchesMetaState()