Searched defs:AsyncPlaybackBufferStream (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/crosvm/common/audio_streams/src/ |
H A D | audio_streams.rs | 198 ) -> 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 D | lib.rs | 116 ) -> 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 D | windows.rs | 110 ) -> Result<Box<dyn AsyncPlaybackBufferStream>, Error> { in set_up_async_playback_stream()
|
H A D | linux.rs | 154 ) -> Result<Box<dyn AsyncPlaybackBufferStream>, Error> { in set_up_async_playback_stream()
|
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/ |
H A D | async_stream.rs | 64 Box<dyn audio_streams::AsyncPlaybackBufferStream>, in new_async_playback_stream_helper()
|
H A D | mod.rs | 180 ) -> Result<(Box<dyn StreamControl>, Box<dyn AsyncPlaybackBufferStream>), BoxError> { in new_async_playback_stream()
|
/aosp_15_r20/external/crosvm/audio_util/src/ |
H A D | file_streams.rs | 150 ) -> Result<(Box<dyn StreamControl>, Box<dyn AsyncPlaybackBufferStream>), BoxError> { in new_async_playback_stream()
|
/aosp_15_r20/external/crosvm/android_audio/src/ |
H A D | lib.rs | 371 ) -> Result<(Box<dyn StreamControl>, Box<dyn AsyncPlaybackBufferStream>), BoxError> { in new_async_playback_stream()
|