Lines Matching refs:audio_proto

240     audio_proto::StreamSetFmtResp resp = { };  in ProcessSetStreamFmt()
402 const audio_proto::StreamGetFmtsReq& req) { in DoGetStreamFormatsLocked()
405 audio_proto::StreamGetFmtsResp resp = { }; in DoGetStreamFormatsLocked()
423 to_send = offsetof(audio_proto::StreamGetFmtsResp, format_ranges) + payload_sz; in DoGetStreamFormatsLocked()
442 const audio_proto::StreamSetFmtReq& fmt) { in DoSetStreamFormatLocked()
485 audio_proto::SampleFormatToString(fmt.sample_format), in DoSetStreamFormatLocked()
498 audio_proto::SampleFormatToString(fmt.sample_format), in DoSetStreamFormatLocked()
518 audio_proto::SampleFormatToString(fmt.sample_format), in DoSetStreamFormatLocked()
531 audio_proto::StreamSetFmtResp resp = { }; in DoSetStreamFormatLocked()
544 const audio_proto::GetGainReq& req) { in DoGetGainLocked()
547 audio_proto::GetGainResp resp = { }; in DoGetGainLocked()
557 const audio_proto::SetGainReq& req) { in DoSetGainLocked()
565 audio_proto::SetGainResp resp = { }; in DoSetGainLocked()
575 const audio_proto::PlugDetectReq& req) { in DoPlugDetectLocked()
583 audio_proto::PlugDetectResp resp = { }; in DoPlugDetectLocked()
593 const audio_proto::GetUniqueIdReq& req) { in DoGetUniqueIdLocked()
594 audio_proto::GetUniqueIdResp resp = { }; in DoGetUniqueIdLocked()
605 const audio_proto::GetStringReq& req) { in DoGetStringLocked()
608 audio_proto::GetStringResp resp = { }; in DoGetStringLocked()
642 audio_proto::CmdHdr hdr; in ProcessClientRequest()
643 audio_proto::StreamGetFmtsReq get_formats; in ProcessClientRequest()
644 audio_proto::StreamSetFmtReq set_format; in ProcessClientRequest()
645 audio_proto::GetGainReq get_gain; in ProcessClientRequest()
646 audio_proto::SetGainReq set_gain; in ProcessClientRequest()
647 audio_proto::PlugDetectReq plug_detect; in ProcessClientRequest()
648 audio_proto::GetUniqueIdReq get_unique_id; in ProcessClientRequest()
649 audio_proto::GetStringReq get_string; in ProcessClientRequest()
666 auto cmd = static_cast<audio_proto::Cmd>(req.hdr.cmd & ~AUDIO_FLAG_NO_ACK); in ProcessClientRequest()
718 zx_status_t IntelHDAStreamBase::EncodeStreamFormat(const audio_proto::StreamSetFmtReq& fmt, in EncodeStreamFormat()
802 const audio_proto::StreamSetFmtReq& fmt) { in BeginChangeStreamFormatLocked()
810 void IntelHDAStreamBase::OnGetGainLocked(audio_proto::GetGainResp* out_resp) { in OnGetGainLocked()
825 void IntelHDAStreamBase::OnSetGainLocked(const audio_proto::SetGainReq& req, in OnSetGainLocked()
826 audio_proto::SetGainResp* out_resp) { in OnSetGainLocked()
845 const audio_proto::PlugDetectReq& req, in OnPlugDetectLocked()
846 audio_proto::PlugDetectResp* out_resp) { in OnPlugDetectLocked()
859 void IntelHDAStreamBase::OnGetStringLocked(const audio_proto::GetStringReq& req, in OnGetStringLocked()
860 audio_proto::GetStringResp* out_resp) { in OnGetStringLocked()