Searched refs:RETURN_OK_IF (Results 1 – 2 of 2) sorted by relevance
55 RETURN_OK_IF(mState != State::INIT); in open()91 RETURN_OK_IF(mState == State::INIT); in close()241 RETURN_OK_IF(mState == State::PROCESSING); in command()250 RETURN_OK_IF(mState == State::IDLE); in command()
97 #define RETURN_OK_IF(expr) \ macro