Home
last modified time | relevance | path

Searched defs:next_playback_buffer (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/common/audio_streams/src/
Daudio_streams.rs305 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
695 fn next_playback_buffer<'b, 's: 'b>(&'s mut self) -> Result<PlaybackBuffer<'b>, BoxError> { in next_playback_buffer() method
716 async fn next_playback_buffer<'a>( in next_playback_buffer() method
/external/crosvm/win_audio/src/win_audio_impl/
Dasync_stream.rs97 async fn next_playback_buffer<'a>( in next_playback_buffer() method
Dmod.rs235 fn next_playback_buffer<'b, 's: 'b>(&'s mut self) -> Result<PlaybackBuffer<'b>, BoxError> { in next_playback_buffer() method
/external/crosvm/audio_util/src/
Dfile_streams.rs98 async fn next_playback_buffer<'a>( in next_playback_buffer() method