Searched defs:PlaybackBufferStream (Results 1 – 5 of 5) sorted by relevance
| /external/crosvm/win_audio/src/ |
| D | lib.rs | 106 ) -> Result<(Arc<Mutex<Box<dyn PlaybackBufferStream>>>, AudioSharedFormat), BoxError>; in new_playback_stream_and_get_shared_format() 148 ) -> Result<(Arc<Mutex<Box<dyn PlaybackBufferStream>>>, AudioSharedFormat), BoxError> { in new_playback_stream_and_get_shared_format() 329 ) -> Result<(Arc<Mutex<Box<dyn PlaybackBufferStream>>>, AudioSharedFormat), BoxError> { in new_playback_stream_and_get_shared_format()
|
| /external/crosvm/common/audio_streams/src/ |
| D | audio_streams.rs | 186 ) -> Result<(Box<dyn StreamControl>, Box<dyn PlaybackBufferStream>), BoxError>; in new_playback_stream() 304 pub trait PlaybackBufferStream: Send { trait 320 impl<S: PlaybackBufferStream + ?Sized> PlaybackBufferStream for &mut S { impl 748 ) -> Result<(Box<dyn StreamControl>, Box<dyn PlaybackBufferStream>), BoxError> { in new_playback_stream()
|
| /external/crosvm/audio_util/src/ |
| D | file_streams.rs | 181 Box<dyn audio_streams::PlaybackBufferStream>, in new_playback_stream()
|
| /external/crosvm/android_audio/src/ |
| D | lib.rs | 274 ) -> Result<(Box<dyn StreamControl>, Box<dyn PlaybackBufferStream>), BoxError> { in new_playback_stream()
|
| /external/crosvm/win_audio/src/win_audio_impl/ |
| D | mod.rs | 145 ) -> Result<(Box<dyn StreamControl>, Box<dyn PlaybackBufferStream>), BoxError> { in new_playback_stream()
|