Home
last modified time | relevance | path

Searched defs:OVERLAPPED (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dread_write_wrappers.rs29 overlapped: Option<&mut OVERLAPPED>, in write_file()
72 overlapped: Option<&mut OVERLAPPED>, in read_file()
108 fn set_overlapped_offset(overlapped: &mut OVERLAPPED, offset: u64) { in set_overlapped_offset()
118 pub fn create_overlapped(offset: Option<u64>, event: Option<RawDescriptor>) -> OVERLAPPED { in create_overlapped()
H A Dnamed_pipes.rs582 overlapped: Option<&mut OVERLAPPED>, in read_internal()
748 overlapped: Option<&mut OVERLAPPED>, in write_internal()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs142 overlapped: *mut c::OVERLAPPED, in read_overlapped()
174 overlapped: *mut c::OVERLAPPED, in overlapped_result()
H A Dc.rs180 lpOverlapped: *mut OVERLAPPED, in WriteFileEx()
196 lpOverlapped: *mut OVERLAPPED, in ReadFileEx()
H A Dpipe.rs366 lpOverlapped: *mut c::OVERLAPPED, in alertable_io_internal()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs142 overlapped: *mut c::OVERLAPPED, in read_overlapped()
164 overlapped: *mut c::OVERLAPPED, in overlapped_result()
H A Dc.rs198 lpOverlapped: *mut OVERLAPPED, in WriteFileEx()
214 lpOverlapped: *mut OVERLAPPED, in ReadFileEx()
H A Dpipe.rs366 lpOverlapped: *mut c::OVERLAPPED, in alertable_io_internal()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs142 overlapped: *mut c::OVERLAPPED, in read_overlapped()
174 overlapped: *mut c::OVERLAPPED, in overlapped_result()
H A Dc.rs180 lpOverlapped: *mut OVERLAPPED, in WriteFileEx()
196 lpOverlapped: *mut OVERLAPPED, in ReadFileEx()
H A Dpipe.rs366 lpOverlapped: *mut c::OVERLAPPED, in alertable_io_internal()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs142 overlapped: *mut c::OVERLAPPED, in read_overlapped()
164 overlapped: *mut c::OVERLAPPED, in overlapped_result()
H A Dc.rs198 lpOverlapped: *mut OVERLAPPED, in WriteFileEx()
214 lpOverlapped: *mut OVERLAPPED, in ReadFileEx()
H A Dpipe.rs366 lpOverlapped: *mut c::OVERLAPPED, in alertable_io_internal()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs142 overlapped: *mut c::OVERLAPPED, in read_overlapped()
174 overlapped: *mut c::OVERLAPPED, in overlapped_result()
H A Dc.rs180 lpOverlapped: *mut OVERLAPPED, in WriteFileEx()
196 lpOverlapped: *mut OVERLAPPED, in ReadFileEx()
H A Dpipe.rs366 lpOverlapped: *mut c::OVERLAPPED, in alertable_io_internal()
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Doverlapped_source.rs119 overlapped: &mut OVERLAPPED, in read()
135 overlapped: &mut OVERLAPPED, in write()
H A Dhandle_executor.rs300 pub fn get_overlapped(&mut self) -> &mut OVERLAPPED { in get_overlapped()
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/windows/
Doverlapped.rs23 pub(crate) fn as_ptr(&self) -> *const OVERLAPPED { in as_ptr()
Dnamed_pipe.rs196 overlapped: *mut OVERLAPPED, in read_overlapped()
256 overlapped: *mut OVERLAPPED, in write_overlapped()
Diocp.rs214 pub fn overlapped(&self) -> *mut OVERLAPPED { in overlapped()
/aosp_15_r20/external/python/watchdog/src/watchdog/observers/
Dwinapi.py73 class OVERLAPPED(ctypes.Structure): class
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dwin32.py60 OVERLAPPED = _OVERLAPPED variable
/aosp_15_r20/external/python/pyserial/serial/
Dwin32.py75 OVERLAPPED = _OVERLAPPED variable

12