Searched refs:StatusMQ (Results 1 – 4 of 4) sorted by relevance
185 typedef MessageQueue<WriteStatus, hardware::kSynchronizedReadWrite> StatusMQ; typedef192 std::unique_ptr<StatusMQ> mStatusMQ;243 typedef MessageQueue<ReadStatus, hardware::kSynchronizedReadWrite> StatusMQ; typedef248 std::unique_ptr<StatusMQ> mStatusMQ;
73 typedef MessageQueue<Result, hardware::kSynchronizedReadWrite> StatusMQ; typedef80 std::unique_ptr<StatusMQ> mStatusMQ;
447 std::unique_ptr<StatusMQ> tempStatusMQ; in prepareForWriting()455 const StatusMQ::Descriptor& statusMQ, in prepareForWriting()461 tempStatusMQ.reset(new StatusMQ(statusMQ)); in prepareForWriting()791 std::unique_ptr<StatusMQ> tempStatusMQ; in prepareForReading()799 const StatusMQ::Descriptor& statusMQ, in prepareForReading()805 tempStatusMQ.reset(new StatusMQ(statusMQ)); in prepareForReading()
157 std::unique_ptr<StatusMQ> tempStatusMQ; in prepareForProcessing()163 tempStatusMQ.reset(new StatusMQ(statusMQ)); in prepareForProcessing()