Searched defs:commandMQ (Results 1 – 6 of 6) sorted by relevance
545 const auto& halThreadInfo) { in prepareForWriting()1131 const auto& halThreadInfo) { in prepareForReading()
51 ReadThread(std::atomic<bool>* stop, audio_stream_in_t* stream, StreamIn::CommandMQ* commandMQ, in ReadThread()
54 StreamOut::CommandMQ* commandMQ, StreamOut::DataMQ* dataMQ, in WriteThread()
841 if (auto commandMQ = mContext.getCommandMQ(); commandMQ != nullptr) { in stopWorker() local
88 StreamContext(std::unique_ptr<CommandMQ> commandMQ, std::unique_ptr<ReplyMQ> replyMQ, in StreamContext()
253 StreamContext(std::unique_ptr<CommandMQ> commandMQ, std::unique_ptr<ReplyMQ> replyMQ, in StreamContext()