Home
last modified time | relevance | path

Searched defs:AsyncCaptureBufferStream (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Dcapture.rs76 pub trait AsyncCaptureBufferStream: Send { trait
84 impl<S: AsyncCaptureBufferStream + ?Sized> AsyncCaptureBufferStream for &mut S { impl
310 stream: &mut dyn AsyncCaptureBufferStream, in async_read_capture_buffer()
H A Daudio_streams.rs260 Box<dyn capture::AsyncCaptureBufferStream>, in new_async_capture_stream()
289 Box<dyn capture::AsyncCaptureBufferStream>, in async_new_async_capture_stream()
/aosp_15_r20/external/crosvm/win_audio/src/
H A Dlib.rs127 ) -> Result<(Box<dyn AsyncCaptureBufferStream>, AudioSharedFormat), BoxError> { in new_async_capture_stream_and_get_shared_format()
275 ) -> Result<(Box<dyn AsyncCaptureBufferStream>, AudioSharedFormat), BoxError> { in new_async_capture_stream_and_get_shared_format()
/aosp_15_r20/external/crosvm/android_audio/src/
H A Dlib.rs404 ) -> std::result::Result<(Box<dyn StreamControl>, Box<dyn AsyncCaptureBufferStream>), BoxError> in new_async_capture_stream()