Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DStream.cpp53 if (mReplyMQ) { in fillDescriptor()
54 desc->reply = mReplyMQ->dupeDesc(); in fillDescriptor()
79 if (mReplyMQ && !mReplyMQ->isValid()) { in isValid()
104 mReplyMQ.reset(); in reset()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h94 mReplyMQ(std::move(replyMQ)), in StreamContext()
132 ReplyMQ* getReplyMQ() const { return mReplyMQ.get(); } in getReplyMQ()
147 std::unique_ptr<ReplyMQ> mReplyMQ; variable
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp638 mReplyMQ(new ReplyMQ(descriptor.reply)), in StreamContext()
645 ASSERT_NE(nullptr, mReplyMQ); in checkIsValid()
646 EXPECT_TRUE(mReplyMQ->isValid()); in checkIsValid()
660 ReplyMQ* getReplyMQ() const { return mReplyMQ.get(); } in getReplyMQ()
673 std::unique_ptr<ReplyMQ> mReplyMQ; member in StreamContext
867 mReplyMQ(context.getReplyMQ()), in StreamCommonLogic()
873 StreamContext::ReplyMQ* getReplyMQ() const { return mReplyMQ; } in getReplyMQ()
920 StreamContext::ReplyMQ* mReplyMQ; member in StreamCommonLogic