Searched refs:ClearCommError (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/ |
D | win32.py | 111 ClearCommError = _stdcall_libraries['kernel32'].ClearCommError variable 112 ClearCommError.restype = BOOL 113 ClearCommError.argtypes = [HANDLE, LPDWORD, LPCOMSTAT]
|
D | serialwin32.py | 238 if not win32.ClearCommError(self.hComPort, ctypes.byref(flags), ctypes.byref(comstat)): 251 if not win32.ClearCommError(self.hComPort, ctypes.byref(flags), ctypes.byref(comstat)): 415 if not win32.ClearCommError(self.hComPort, ctypes.byref(flags), ctypes.byref(comstat)):
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
D | serial_io_handler_win.cc | 49 if (!ClearCommError(file(), &errors, &status) || errors != 0) { in ReadImpl()
|
/external/qemu/ |
D | qemu-char.c | 1604 if (!ClearCommError(s->hcom, &err, &comstat)) { in win_chr_init() 1699 ClearCommError(s->hcom, &comerr, &status); in win_chr_poll()
|