Home
last modified time | relevance | path

Searched defs:SetCommBreak (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dwin32.py143 SetCommBreak = _stdcall_libraries['kernel32'].SetCommBreak variable
/aosp_15_r20/external/python/pyserial/serial/
Dwin32.py164 SetCommBreak = _stdcall_libraries['kernel32'].SetCommBreak variable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go3005 func SetCommBreak(handle Handle) (err error) { func
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs71572 pub fn SetCommBreak(hFile: HANDLE) -> BOOL; in SetCommBreak() function