Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Dcapture.rs103 pub struct AsyncCaptureBuffer<'a> { struct
104 buffer: AudioBuffer<'a>,
105 trigger: &'a mut dyn AsyncBufferCommit,
170 impl<'a> AsyncCaptureBuffer<'a> { implementation
223 impl<'a> Read for AsyncCaptureBuffer<'a> { implementation
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/sys/
H A Dwindows.rs199 ) -> Result<AsyncCaptureBuffer, BoxError> { in get_next_capture_period()
H A Dlinux.rs229 ) -> Result<AsyncCaptureBuffer, BoxError> { in get_next_capture_period()
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/
H A Dasync_funcs.rs54 ) -> Result<AsyncCaptureBuffer, BoxError>; in get_next_capture_period()