Home
last modified time | relevance | path

Searched refs:RETURN_OK_IF (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DEffectImpl.cpp55 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()
/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectTypes.h97 #define RETURN_OK_IF(expr) \ macro