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