Home
last modified time | relevance | path

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

/external/crosvm/win_audio/src/win_audio_impl/
Dmod.rs921 ) -> Result<Self, CaptureError> { in new() argument
965 ) -> Result<DeviceCapturer, CaptureError> { in create_device_capturer_and_log_time() argument
984 ) -> Result<(), CaptureError> { in drain_until_bytes_avaialable() argument
1004 ) -> Result<AsyncCaptureBuffer<'a>, CaptureError> { in get_async_capture_buffer() argument
1033 ) -> Result<(), CaptureError> { in drain_to_resampler() argument
1061 ) -> Result<CapturerStream, CaptureError> { in create_noop_capture_stream_with_device_notification() argument
1101 ) -> Result<Self, CaptureError> { in new() argument
1187 ) -> Result<ComPtr<IAudioCaptureClient>, CaptureError> { in create_audio_capture_client() argument
1213 async fn async_next_win_buffer(&mut self) -> Result<(), CaptureError> { in async_next_win_buffer() argument
1243 fn get_buffer(&mut self) -> Result<(), CaptureError> { in get_buffer() argument
[all …]
Dasync_stream.rs388 ) -> Result<Self, CaptureError> { in new_async() argument