Searched refs:StatusMQ (Results 1 – 8 of 8) sorted by relevance
68 typedef MessageQueue<Result, hardware::kSynchronizedReadWrite> StatusMQ; typedef75 std::unique_ptr<StatusMQ> mStatusMQ;
87 using StatusMQ = ::android::AidlMessageQueue< variable92 const std::shared_ptr<StatusMQ>& getStatusMQ() const { in getStatusMQ()116 std::shared_ptr<StatusMQ> statusQ;
221 typedef MessageQueue<WriteStatus, hardware::kSynchronizedReadWrite> StatusMQ; typedef230 std::unique_ptr<StatusMQ> mStatusMQ;286 typedef MessageQueue<ReadStatus, hardware::kSynchronizedReadWrite> StatusMQ; typedef291 std::unique_ptr<StatusMQ> mStatusMQ;
35 using StatusMQ = ::android::AidlMessageQueue< variable40 std::shared_ptr<StatusMQ> getStatusMQ() { return mStatusQ; } in getStatusMQ()103 std::shared_ptr<StatusMQ> mStatusQ = nullptr;
536 std::unique_ptr<StatusMQ> tempStatusMQ; in prepareForWriting()544 const StatusMQ::Descriptor& statusMQ, in prepareForWriting()550 tempStatusMQ.reset(new StatusMQ(statusMQ)); in prepareForWriting()1122 std::unique_ptr<StatusMQ> tempStatusMQ; in prepareForReading()1130 const StatusMQ::Descriptor& statusMQ, in prepareForReading()1136 tempStatusMQ.reset(new StatusMQ(statusMQ)); in prepareForReading()
122 std::unique_ptr<StatusMQ> tempStatusMQ; in prepareForProcessing()128 tempStatusMQ.reset(new StatusMQ(statusMQ)); in prepareForProcessing()
117 sub.effectMq.statusQ = std::make_shared<StatusMQ>(openReturn.statusMQ); in open()142 sub.effectMq.statusQ = std::make_shared<StatusMQ>(openReturn.statusMQ); in reopen()
210 mStatusQ = std::make_shared<StatusMQ>(ret.statusMQ); in updateMqsAndEventFlags()