Searched refs:CommandMQ (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/audio/core/all-versions/default/ |
D | StreamIn.cpp | 44 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()
|
D | StreamOut.cpp | 43 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/ |
D | StreamIn.h | 49 typedef MessageQueue<ReadParameters, kSynchronizedReadWrite> CommandMQ; typedef 128 std::unique_ptr<CommandMQ> mCommandMQ;
|
D | StreamOut.h | 49 typedef MessageQueue<WriteCommand, kSynchronizedReadWrite> CommandMQ; typedef 135 std::unique_ptr<CommandMQ> mCommandMQ;
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalTest.cpp | 88 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()
|