Home
last modified time | relevance | path

Searched refs:handle_source (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/cros_async/src/sys/
H A Dwindows.rs10 pub mod handle_source; module
20 pub use handle_source::HandleSource;
21 pub use handle_source::HandleWrapper;
/aosp_15_r20/external/cronet/base/win/
H A Dscoped_handle_unittest.cc66 base::win::ScopedHandle handle_source(handle); in TEST_F() local
68 handle_holder = std::move(handle_source); in TEST_F()
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Derror.rs13 HandleSource(#[from] super::handle_source::Error),
H A Doverlapped_source.rs405 .map_err(super::handle_source::Error::HandleWaitFailed)?; in wait_for_handle()