Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A 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
/aosp_15_r20/external/crosvm/android_audio/src/
H A Dlib.rs266 fn next_capture_buffer<'b, 's: 'b>(&'s mut self) -> Result<CaptureBuffer<'b>, BoxError> { in next_capture_buffer() method
274 async fn next_capture_buffer<'a>( in next_capture_buffer() method
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/
H A Dasync_stream.rs440 async fn next_capture_buffer<'a>( in next_capture_buffer() method