Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp44 ReadThread(std::atomic<bool>* stop, audio_stream_in_t* stream, StreamIn::CommandMQ* commandMQ, in ReadThread()
63 StreamIn::CommandMQ* mCommandMQ;
344 _hidl_cb(result, CommandMQ::Descriptor(), DataMQ::Descriptor(), StatusMQ::Descriptor(), in prepareForReading()
354 std::unique_ptr<CommandMQ> tempCommandMQ(new CommandMQ(1)); in prepareForReading()
DStreamOut.cpp43 StreamOut::CommandMQ* commandMQ, StreamOut::DataMQ* dataMQ, in WriteThread()
62 StreamOut::CommandMQ* mCommandMQ;
328 _hidl_cb(result, CommandMQ::Descriptor(), DataMQ::Descriptor(), StatusMQ::Descriptor(), in prepareForWriting()
338 std::unique_ptr<CommandMQ> tempCommandMQ(new CommandMQ(1)); in prepareForWriting()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h49 typedef MessageQueue<ReadParameters, kSynchronizedReadWrite> CommandMQ; typedef
128 std::unique_ptr<CommandMQ> mCommandMQ;
DStreamOut.h49 typedef MessageQueue<WriteCommand, kSynchronizedReadWrite> CommandMQ; typedef
135 std::unique_ptr<CommandMQ> mCommandMQ;
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp88 typedef MessageQueue<IStreamIn::ReadParameters, kSynchronizedReadWrite> CommandMQ; in TEST_F() typedef
90 std::unique_ptr<CommandMQ> commandMQ; in TEST_F()
98 commandMQ.reset(new CommandMQ(c)); in TEST_F()