Home
last modified time | relevance | path

Searched refs:set_up_async_capture_stream (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/snd/sys/
H A Dwindows.rs133 pub(crate) async fn set_up_async_capture_stream( in set_up_async_capture_stream() method
H A Dlinux.rs172 pub(crate) async fn set_up_async_capture_stream( in set_up_async_capture_stream() method
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/
H A Dstream_info.rs308 let buffer_reader = self.set_up_async_capture_stream(frame_size, ex).await?; in prepare()