Searched defs:next_playback_buffer (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/crosvm/common/audio_streams/src/ |
H A 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
|
/aosp_15_r20/external/crosvm/android_audio/src/ |
H A D | lib.rs | 230 fn next_playback_buffer<'b, 's: 'b>(&'s mut self) -> Result<PlaybackBuffer<'b>, BoxError> { in next_playback_buffer() method 238 async fn next_playback_buffer<'a>( in next_playback_buffer() method
|
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/ |
H A D | async_stream.rs | 194 async fn next_playback_buffer<'a>( in next_playback_buffer() method
|
H A D | mod.rs | 275 fn next_playback_buffer<'b, 's: 'b>(&'s mut self) -> Result<PlaybackBuffer<'b>, BoxError> { in next_playback_buffer() method
|
/aosp_15_r20/external/crosvm/audio_util/src/ |
H A D | file_streams.rs | 98 async fn next_playback_buffer<'a>( in next_playback_buffer() method
|