Home
last modified time | relevance | path

Searched refs:CommandMQ (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp43 StreamOut::CommandMQ* commandMQ, StreamOut::DataMQ* dataMQ, in WriteThread()
62 StreamOut::CommandMQ* mCommandMQ;
332 _hidl_cb(result, CommandMQ::Descriptor(), DataMQ::Descriptor(), StatusMQ::Descriptor(), in prepareForWriting()
342 std::unique_ptr<CommandMQ> tempCommandMQ(new CommandMQ(1)); in prepareForWriting()
DStreamIn.cpp44 ReadThread(std::atomic<bool>* stop, audio_stream_in_t* stream, StreamIn::CommandMQ* commandMQ, in ReadThread()
63 StreamIn::CommandMQ* mCommandMQ;
347 _hidl_cb(result, CommandMQ::Descriptor(), DataMQ::Descriptor(), StatusMQ::Descriptor(), in prepareForReading()
357 std::unique_ptr<CommandMQ> tempCommandMQ(new CommandMQ(1)); in prepareForReading()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h49 typedef MessageQueue<ReadParameters, kSynchronizedReadWrite> CommandMQ; typedef
127 std::unique_ptr<CommandMQ> mCommandMQ;
DStreamOut.h49 typedef MessageQueue<WriteCommand, kSynchronizedReadWrite> CommandMQ; typedef
134 std::unique_ptr<CommandMQ> mCommandMQ;
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp77 typedef MessageQueue<IStreamIn::ReadParameters, kSynchronizedReadWrite> CommandMQ; in TEST_P() typedef
79 std::unique_ptr<CommandMQ> commandMQ; in TEST_P()
87 commandMQ.reset(new CommandMQ(c)); in TEST_P()