Home
last modified time | relevance | path

Searched defs:next_capture_buffer (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/common/audio_streams/src/
Dcapture.rs54 fn next_capture_buffer<'b, 's: 'b>(&'s mut self) -> Result<CaptureBuffer<'b>, BoxError>; in next_capture_buffer() method
70 fn next_capture_buffer<'b, 's: 'b>(&'s mut self) -> Result<CaptureBuffer<'b>, BoxError> { in next_capture_buffer() method
77 async fn next_capture_buffer<'a>( in next_capture_buffer() method
85 async fn next_capture_buffer<'a>( in next_capture_buffer() method
262 fn next_capture_buffer<'b, 's: 'b>(&'s mut self) -> Result<CaptureBuffer<'b>, BoxError> { in next_capture_buffer() method
283 async fn next_capture_buffer<'a>( in next_capture_buffer() method
/external/crosvm/win_audio/src/win_audio_impl/
Dasync_stream.rs432 async fn next_capture_buffer<'a>( in next_capture_buffer() method