Searched refs:StatusMQ (Results 1 – 4 of 4) sorted by relevance
180 typedef MessageQueue<WriteStatus, hardware::kSynchronizedReadWrite> StatusMQ; typedef186 std::unique_ptr<StatusMQ> mStatusMQ;237 typedef MessageQueue<ReadStatus, hardware::kSynchronizedReadWrite> StatusMQ; typedef242 std::unique_ptr<StatusMQ> mStatusMQ;
73 typedef MessageQueue<Result, hardware::kSynchronizedReadWrite> StatusMQ; typedef80 std::unique_ptr<StatusMQ> mStatusMQ;
440 std::unique_ptr<StatusMQ> tempStatusMQ; in prepareForWriting()448 const StatusMQ::Descriptor& statusMQ, in prepareForWriting()454 tempStatusMQ.reset(new StatusMQ(statusMQ)); in prepareForWriting()733 std::unique_ptr<StatusMQ> tempStatusMQ; in prepareForReading()741 const StatusMQ::Descriptor& statusMQ, in prepareForReading()747 tempStatusMQ.reset(new StatusMQ(statusMQ)); in prepareForReading()
157 std::unique_ptr<StatusMQ> tempStatusMQ; in prepareForProcessing()163 tempStatusMQ.reset(new StatusMQ(statusMQ)); in prepareForProcessing()