Searched defs:next_playback_buffer (Results 1 – 5 of 5) sorted by relevance
| /external/crosvm/common/audio_streams/src/ |
| D | audio_streams.rs | 305 fn next_playback_buffer<'b, 's: 'b>(&'s mut self) -> Result<PlaybackBuffer<'b>, BoxError>; in next_playback_buffer() method 321 fn next_playback_buffer<'b, 's: 'b>(&'s mut self) -> Result<PlaybackBuffer<'b>, BoxError> { in next_playback_buffer() method 330 async fn next_playback_buffer<'a>( in next_playback_buffer() method 338 async fn next_playback_buffer<'a>( in next_playback_buffer() method 675 fn next_playback_buffer<'b, 's: 'b>(&'s mut self) -> Result<PlaybackBuffer<'b>, BoxError> { in next_playback_buffer() method 696 async fn next_playback_buffer<'a>( in next_playback_buffer() method
|
| /external/crosvm/android_audio/src/ |
| D | lib.rs | 211 fn next_playback_buffer<'b, 's: 'b>(&'s mut self) -> Result<PlaybackBuffer<'b>, BoxError> { in next_playback_buffer() method 231 async fn next_playback_buffer<'a>( in next_playback_buffer() method
|
| /external/crosvm/win_audio/src/win_audio_impl/ |
| D | async_stream.rs | 181 async fn next_playback_buffer<'a>( in next_playback_buffer() method
|
| D | mod.rs | 268 fn next_playback_buffer<'b, 's: 'b>(&'s mut self) -> Result<PlaybackBuffer<'b>, BoxError> { in next_playback_buffer() method
|
| /external/crosvm/audio_util/src/ |
| D | file_streams.rs | 98 async fn next_playback_buffer<'a>( in next_playback_buffer() method
|