Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DEffectImpl.cpp63 mDataMqNotEmptyEf = in open()
96 RETURN_IF(notifyEventFlag(mDataMqNotEmptyEf) != RetCode::SUCCESS, EX_ILLEGAL_STATE, in close()
244 RETURN_IF(notifyEventFlag(mDataMqNotEmptyEf) != RetCode::SUCCESS, EX_ILLEGAL_STATE, in command()
252 RETURN_IF(notifyEventFlag(mDataMqNotEmptyEf) != RetCode::SUCCESS, EX_ILLEGAL_STATE, in command()
320 ::android::OK != mEventFlag->wait(mDataMqNotEmptyEf, &efState, 0 /* no timeout */, in process()
322 !(efState & mDataMqNotEmptyEf)) { in process()
/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectImpl.h95 int mDataMqNotEmptyEf = aidl::android::hardware::audio::effect::kEventFlagDataMqNotEmpty; variable