Lines Matching refs:audio_proto
262 audio_proto::CmdHdr hdr; in ProcessClientRequest()
263 audio_proto::RingBufGetFifoDepthReq get_fifo_depth; in ProcessClientRequest()
264 audio_proto::RingBufGetBufferReq get_buffer; in ProcessClientRequest()
265 audio_proto::RingBufStartReq start; in ProcessClientRequest()
266 audio_proto::RingBufStopReq stop; in ProcessClientRequest()
303 auto cmd = static_cast<audio_proto::Cmd>(req.hdr.cmd & ~AUDIO_FLAG_NO_ACK); in ProcessClientRequest()
352 audio_proto::RingBufPositionNotify msg; in ProcessStreamIRQ()
389 const audio_proto::RingBufGetFifoDepthReq& req) { in ProcessGetFifoDepthLocked()
392 audio_proto::RingBufGetFifoDepthResp resp = { }; in ProcessGetFifoDepthLocked()
409 zx_status_t IntelHDAStream::ProcessGetBufferLocked(const audio_proto::RingBufGetBufferReq& req) { in ProcessGetBufferLocked()
412 audio_proto::RingBufGetBufferResp resp = { }; in ProcessGetBufferLocked()
617 zx_status_t IntelHDAStream::ProcessStartLocked(const audio_proto::RingBufStartReq& req) { in ProcessStartLocked()
618 audio_proto::RingBufStartResp resp = { }; in ProcessStartLocked()
693 zx_status_t IntelHDAStream::ProcessStopLocked(const audio_proto::RingBufStopReq& req) { in ProcessStopLocked()
694 audio_proto::RingBufStopResp resp = { }; in ProcessStopLocked()