Searched refs:try_parse_pcm_hdr_and_send_msg (Results 1 – 1 of 1) sorted by relevance
344 self.try_parse_pcm_hdr_and_send_msg(&read_buf, StreamMsg::Prepare(avail_desc))? in process_controlq_buffers()347 self.try_parse_pcm_hdr_and_send_msg(&read_buf, StreamMsg::Release(avail_desc))? in process_controlq_buffers()350 self.try_parse_pcm_hdr_and_send_msg(&read_buf, StreamMsg::Start(avail_desc))? in process_controlq_buffers()353 self.try_parse_pcm_hdr_and_send_msg(&read_buf, StreamMsg::Stop(avail_desc))? in process_controlq_buffers()425 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