Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DStreamHalAidl.h59 mReplyMQ(new ReplyMQ(descriptor.reply)), in StreamContextAidl()
68 mReplyMQ(std::move(other.mReplyMQ)), in StreamContextAidl()
77 mReplyMQ = std::move(other.mReplyMQ);
88 mReplyMQ != nullptr && mReplyMQ->isValid() && in isValid()
104 ReplyMQ* getReplyMQ() const { return mReplyMQ.get(); } in getReplyMQ()
134 std::unique_ptr<ReplyMQ> mReplyMQ; variable