Lines Matching refs:audio_proto

238     audio_proto::StreamSetFmtResp resp = { };
400 const audio_proto::StreamGetFmtsReq& req) {
403 audio_proto::StreamGetFmtsResp resp = { };
421 to_send = offsetof(audio_proto::StreamGetFmtsResp, format_ranges) + payload_sz;
440 const audio_proto::StreamSetFmtReq& fmt) {
483 audio_proto::SampleFormatToString(fmt.sample_format),
496 audio_proto::SampleFormatToString(fmt.sample_format),
516 audio_proto::SampleFormatToString(fmt.sample_format),
529 audio_proto::StreamSetFmtResp resp = { };
542 const audio_proto::GetGainReq& req) {
545 audio_proto::GetGainResp resp = { };
555 const audio_proto::SetGainReq& req) {
563 audio_proto::SetGainResp resp = { };
573 const audio_proto::PlugDetectReq& req) {
581 audio_proto::PlugDetectResp resp = { };
591 const audio_proto::GetUniqueIdReq& req) {
592 audio_proto::GetUniqueIdResp resp = { };
603 const audio_proto::GetStringReq& req) {
606 audio_proto::GetStringResp resp = { };
640 audio_proto::CmdHdr hdr;
641 audio_proto::StreamGetFmtsReq get_formats;
642 audio_proto::StreamSetFmtReq set_format;
643 audio_proto::GetGainReq get_gain;
644 audio_proto::SetGainReq set_gain;
645 audio_proto::PlugDetectReq plug_detect;
646 audio_proto::GetUniqueIdReq get_unique_id;
647 audio_proto::GetStringReq get_string;
664 auto cmd = static_cast<audio_proto::Cmd>(req.hdr.cmd & ~AUDIO_FLAG_NO_ACK);
716 zx_status_t IntelHDAStreamBase::EncodeStreamFormat(const audio_proto::StreamSetFmtReq& fmt,
800 const audio_proto::StreamSetFmtReq& fmt) {
808 void IntelHDAStreamBase::OnGetGainLocked(audio_proto::GetGainResp* out_resp) {
823 void IntelHDAStreamBase::OnSetGainLocked(const audio_proto::SetGainReq& req,
824 audio_proto::SetGainResp* out_resp) {
843 const audio_proto::PlugDetectReq& req,
844 audio_proto::PlugDetectResp* out_resp) {
857 void IntelHDAStreamBase::OnGetStringLocked(const audio_proto::GetStringReq& req,
858 audio_proto::GetStringResp* out_resp) {