Searched refs:ReplyMQ (Results 1 – 3 of 3) sorted by relevance
64 ReplyMQ; typedef83 StreamContext(std::unique_ptr<CommandMQ> commandMQ, std::unique_ptr<ReplyMQ> replyMQ, in StreamContext()132 ReplyMQ* getReplyMQ() const { return mReplyMQ.get(); } in getReplyMQ()147 std::unique_ptr<ReplyMQ> mReplyMQ;
632 typedef AidlMessageQueue<StreamDescriptor::Reply, SynchronizedReadWrite> ReplyMQ; typedef in StreamContext638 mReplyMQ(new ReplyMQ(descriptor.reply)), in StreamContext()660 ReplyMQ* getReplyMQ() const { return mReplyMQ.get(); } in getReplyMQ()673 std::unique_ptr<ReplyMQ> mReplyMQ;873 StreamContext::ReplyMQ* getReplyMQ() const { return mReplyMQ; } in getReplyMQ()920 StreamContext::ReplyMQ* mReplyMQ;
224 std::make_unique<StreamContext::ReplyMQ>(1, true /*configureEventFlagWord*/), in createStreamContext()