Searched refs:try_parse_pcm_hdr_and_send_msg (Results 1 – 1 of 1) sorted by relevance
360 self.try_parse_pcm_hdr_and_send_msg(&read_buf, StreamMsg::Prepare(avail_desc))? in process_controlq_buffers()363 self.try_parse_pcm_hdr_and_send_msg(&read_buf, StreamMsg::Release(avail_desc))? in process_controlq_buffers()366 self.try_parse_pcm_hdr_and_send_msg(&read_buf, StreamMsg::Start(avail_desc))? in process_controlq_buffers()369 self.try_parse_pcm_hdr_and_send_msg(&read_buf, StreamMsg::Stop(avail_desc))? in process_controlq_buffers()441 fn try_parse_pcm_hdr_and_send_msg(&mut self, read_buf: &[u8], msg: StreamMsg) -> Result<()> { in try_parse_pcm_hdr_and_send_msg() method