Home
last modified time | relevance | path

Searched refs:getReplyMQ (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DStream.cpp118 if (mContext->getReplyMQ() == nullptr) return "Reply MQ is null"; in init()
309 if (!mContext->getReplyMQ()->writeBlocking(&reply, 1)) { in cycle()
587 if (!mContext->getReplyMQ()->writeBlocking(&reply, 1)) { in cycle()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h132 ReplyMQ* getReplyMQ() const { return mReplyMQ.get(); } in getReplyMQ() function
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp660 ReplyMQ* getReplyMQ() const { return mReplyMQ.get(); } in getReplyMQ() function in StreamContext
867 mReplyMQ(context.getReplyMQ()), in StreamCommonLogic()
873 StreamContext::ReplyMQ* getReplyMQ() const { return mReplyMQ; } in getReplyMQ() function in StreamCommonLogic
954 if (!getReplyMQ()->readBlocking(&reply, 1)) { in cycle()
1041 if (!getReplyMQ()->readBlocking(&reply, 1)) { in cycle()