Home
last modified time | relevance | path

Searched defs:next_playback_buffer (Results 1 – 5 of 5) 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
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/
Dlib.rs211 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/
Dasync_stream.rs181 async fn next_playback_buffer<'a>( in next_playback_buffer() method
Dmod.rs268 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