Home
last modified time | relevance | path

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

/external/crosvm/common/audio_streams/src/
Dcapture.rs48 fn next_capture_buffer<'b, 's: 'b>(&'s mut self) -> Result<CaptureBuffer<'b>, BoxError>; in next_capture_buffer() method
64 fn next_capture_buffer<'b, 's: 'b>(&'s mut self) -> Result<CaptureBuffer<'b>, BoxError> { in next_capture_buffer() method
71 async fn next_capture_buffer<'a>( in next_capture_buffer() method
79 async fn next_capture_buffer<'a>( in next_capture_buffer() method
248 fn next_capture_buffer<'b, 's: 'b>(&'s mut self) -> Result<CaptureBuffer<'b>, BoxError> { in next_capture_buffer() method
269 async fn next_capture_buffer<'a>( in next_capture_buffer() method