Searched refs:isErrorInfo (Results 1 – 1 of 1) sorted by relevance
1926 bool isErrorInfo = type == INFO_TYPE_STATE_CHANGE && extra == PlayerStates::PLAYER_STATE_ERROR; in CheckState() local1927 …CHECK_AND_RETURN_RET_LOG(currState != idleState_ || !isErrorInfo, false, "do not report error in i… in CheckState()