Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DEffectHalHidl.h68 typedef MessageQueue<Result, hardware::kSynchronizedReadWrite> StatusMQ; typedef
75 std::unique_ptr<StatusMQ> mStatusMQ;
DEffectProxy.h87 using StatusMQ = ::android::AidlMessageQueue< variable
92 const std::shared_ptr<StatusMQ>& getStatusMQ() const { in getStatusMQ()
116 std::shared_ptr<StatusMQ> statusQ;
DStreamHalHidl.h221 typedef MessageQueue<WriteStatus, hardware::kSynchronizedReadWrite> StatusMQ; typedef
230 std::unique_ptr<StatusMQ> mStatusMQ;
286 typedef MessageQueue<ReadStatus, hardware::kSynchronizedReadWrite> StatusMQ; typedef
291 std::unique_ptr<StatusMQ> mStatusMQ;
DEffectConversionHelperAidl.h35 using StatusMQ = ::android::AidlMessageQueue< variable
40 std::shared_ptr<StatusMQ> getStatusMQ() { return mStatusQ; } in getStatusMQ()
103 std::shared_ptr<StatusMQ> mStatusQ = nullptr;
DStreamHalHidl.cpp536 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()
DEffectHalHidl.cpp122 std::unique_ptr<StatusMQ> tempStatusMQ; in prepareForProcessing()
128 tempStatusMQ.reset(new StatusMQ(statusMQ)); in prepareForProcessing()
DEffectProxy.cpp117 sub.effectMq.statusQ = std::make_shared<StatusMQ>(openReturn.statusMQ); in open()
142 sub.effectMq.statusQ = std::make_shared<StatusMQ>(openReturn.statusMQ); in reopen()
DEffectConversionHelperAidl.cpp210 mStatusQ = std::make_shared<StatusMQ>(ret.statusMQ); in updateMqsAndEventFlags()