Home
last modified time | relevance | path

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

/external/crosvm/common/audio_streams/src/
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
/external/crosvm/devices/src/virtio/snd/sys/
Dwindows.rs195 ) -> Result<AsyncCaptureBuffer, BoxError> { in get_next_capture_period()
Dlinux.rs229 ) -> Result<AsyncCaptureBuffer, BoxError> { in get_next_capture_period()
/external/crosvm/devices/src/virtio/snd/common_backend/
Dasync_funcs.rs55 ) -> Result<AsyncCaptureBuffer, BoxError>; in get_next_capture_period()