Lines Matching refs:audio_proto
202 audio_proto::CmdHdr hdr; in ProcessStreamChannel()
203 audio_proto::StreamGetFmtsReq get_formats; in ProcessStreamChannel()
204 audio_proto::StreamSetFmtReq set_format; in ProcessStreamChannel()
205 audio_proto::GetGainReq get_gain; in ProcessStreamChannel()
206 audio_proto::SetGainReq set_gain; in ProcessStreamChannel()
207 audio_proto::PlugDetectReq plug_detect; in ProcessStreamChannel()
208 audio_proto::GetUniqueIdReq get_unique_id; in ProcessStreamChannel()
209 audio_proto::GetStringReq get_string; in ProcessStreamChannel()
227 auto cmd = static_cast<audio_proto::Cmd>(req.hdr.cmd & ~AUDIO_FLAG_NO_ACK); in ProcessStreamChannel()
252 audio_proto::CmdHdr hdr; in ProcessRingBufferChannel()
253 audio_proto::RingBufGetFifoDepthReq get_fifo_depth; in ProcessRingBufferChannel()
254 audio_proto::RingBufGetBufferReq get_buffer; in ProcessRingBufferChannel()
255 audio_proto::RingBufStartReq rb_start; in ProcessRingBufferChannel()
256 audio_proto::RingBufStopReq rb_stop; in ProcessRingBufferChannel()
274 auto cmd = static_cast<audio_proto::Cmd>(req.hdr.cmd & ~AUDIO_FLAG_NO_ACK); in ProcessRingBufferChannel()
291 dispatcher::Channel* channel, const audio_proto::StreamGetFmtsReq& req) { in OnGetStreamFormats()
295 audio_proto::StreamGetFmtsResp resp = { }; in OnGetStreamFormats()
337 const audio_proto::StreamSetFmtReq& req, in OnSetStreamFormat()
343 audio_proto::StreamSetFmtResp resp = { }; in OnSetStreamFormat()
452 audio_proto::RingBufPositionNotify resp; in IrqThread()
480 const audio_proto::GetGainReq& req) { in OnGetGain()
484 audio_proto::GetGainResp resp = { }; in OnGetGain()
498 const audio_proto::SetGainReq& req) { in OnSetGain()
503 audio_proto::SetGainResp resp = { }; in OnSetGain()
514 const audio_proto::PlugDetectReq& req) { in OnPlugDetect()
520 audio_proto::PlugDetectResp resp = { }; in OnPlugDetect()
528 const audio_proto::GetUniqueIdReq& req) { in OnGetUniqueId()
529 audio_proto::GetUniqueIdResp resp; in OnGetUniqueId()
539 const audio_proto::GetStringReq& req) { in OnGetString()
540 audio_proto::GetStringResp resp; in OnGetString()
567 const audio_proto::RingBufGetFifoDepthReq& req) { in OnGetFifoDepth()
570 audio_proto::RingBufGetFifoDepthResp resp = { }; in OnGetFifoDepth()
581 const audio_proto::RingBufGetBufferReq& req) { in OnGetBuffer()
584 audio_proto::RingBufGetBufferResp resp = { }; in OnGetBuffer()
697 const audio_proto::RingBufStartReq& req) { in OnStart()
700 audio_proto::RingBufStartResp resp = { }; in OnStart()
714 const audio_proto::RingBufStopReq& req) { in OnStop()
717 audio_proto::RingBufStopResp resp = { }; in OnStop()