Home
last modified time | relevance | path

Searched defs:AsyncPlaybackBufferStream (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Daudio_streams.rs198 ) -> Result<(Box<dyn StreamControl>, Box<dyn AsyncPlaybackBufferStream>), BoxError> { in new_async_playback_stream()
212 ) -> Result<(Box<dyn StreamControl>, Box<dyn AsyncPlaybackBufferStream>), BoxError> { in async_new_async_playback_stream()
329 pub trait AsyncPlaybackBufferStream: Send { trait
337 impl<S: AsyncPlaybackBufferStream + ?Sized> AsyncPlaybackBufferStream for &mut S { impl
351 stream: &mut dyn AsyncPlaybackBufferStream, in async_write_playback_buffer()
768 ) -> Result<(Box<dyn StreamControl>, Box<dyn AsyncPlaybackBufferStream>), BoxError> { in new_async_playback_stream()
/aosp_15_r20/external/crosvm/win_audio/src/
H A Dlib.rs116 ) -> Result<(Box<dyn AsyncPlaybackBufferStream>, AudioSharedFormat), BoxError> { in new_async_playback_stream_and_get_shared_format()
219 ) -> Result<(Box<dyn AsyncPlaybackBufferStream>, AudioSharedFormat), BoxError> { in new_async_playback_stream_and_get_shared_format()
356 ) -> Result<(Box<dyn AsyncPlaybackBufferStream>, AudioSharedFormat), BoxError> { in new_async_playback_stream_and_get_shared_format()
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/sys/
H A Dwindows.rs110 ) -> Result<Box<dyn AsyncPlaybackBufferStream>, Error> { in set_up_async_playback_stream()
H A Dlinux.rs154 ) -> Result<Box<dyn AsyncPlaybackBufferStream>, Error> { in set_up_async_playback_stream()
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/
H A Dasync_stream.rs64 Box<dyn audio_streams::AsyncPlaybackBufferStream>, in new_async_playback_stream_helper()
H A Dmod.rs180 ) -> Result<(Box<dyn StreamControl>, Box<dyn AsyncPlaybackBufferStream>), BoxError> { in new_async_playback_stream()
/aosp_15_r20/external/crosvm/audio_util/src/
H A Dfile_streams.rs150 ) -> Result<(Box<dyn StreamControl>, Box<dyn AsyncPlaybackBufferStream>), BoxError> { in new_async_playback_stream()
/aosp_15_r20/external/crosvm/android_audio/src/
H A Dlib.rs371 ) -> Result<(Box<dyn StreamControl>, Box<dyn AsyncPlaybackBufferStream>), BoxError> { in new_async_playback_stream()