Home
last modified time | relevance | path

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

/device/google/atv/audio_proxy/service/
DWriteThread.h47 using CommandMQ =
54 WriteThread(std::shared_ptr<BusOutputStream> stream, CommandMQ* commandMQ,
94 CommandMQ* const mCommandMQ;
DStreamOutImpl.h53 using CommandMQ = MessageQueue<WriteCommand, kSynchronizedReadWrite>;
176 std::unique_ptr<CommandMQ> mCommandMQ;
DStreamOutImpl.cpp258 _hidl_cb(result, CommandMQ::Descriptor(), DataMQ::Descriptor(), in prepareForWriting()
280 auto commandMQ = std::make_unique<CommandMQ>(1); in prepareForWriting()
DWriteThread.cpp28 CommandMQ* commandMQ, DataMQ* dataMQ, in WriteThread()
/device/generic/goldfish/audio/
Dstream_in.cpp48 typedef MessageQueue<IStreamIn::ReadParameters, kSynchronizedReadWrite> CommandMQ; typedef
213 CommandMQ mCommandMQ;
Dstream_out.cpp50 typedef MessageQueue<IStreamOut::WriteCommand, kSynchronizedReadWrite> CommandMQ; typedef in android::hardware::audio::CPP_VERSION::implementation::__anond3c31e630111::WriteThread
261 CommandMQ mCommandMQ;