Searched refs:EventAsyncWrapper (Results 1 – 3 of 3) sorted by relevance
55 pub trait EventAsyncWrapper { trait77 unsafe fn async_event(&self, event: RawHandle) -> Result<Box<dyn EventAsyncWrapper>>; in async_event() argument110 unsafe fn async_event(&self, _event: RawHandle) -> Result<Box<dyn EventAsyncWrapper>> { in async_event() argument
20 use audio_streams::async_api::EventAsyncWrapper;77 impl EventAsyncWrapper for EventAsync {95 unsafe fn async_event(&self, event: RawHandle) -> Result<Box<dyn EventAsyncWrapper>> { in async_event() argument
24 use audio_streams::async_api::EventAsyncWrapper;571 async_ready_to_read_event: Option<Box<dyn EventAsyncWrapper>>,1160 async_ready_to_write_event: Option<Box<dyn EventAsyncWrapper>>,1662 ) -> Result<(Event, Option<Box<dyn EventAsyncWrapper>>), WinAudioError> { in create_and_set_audio_client_event() argument