HomeSort by relevance Sort by last modified time
    Searched refs:COMSTAT (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialwin32.py 237 comstat = win32.COMSTAT()
238 if not win32.ClearCommError(self.hComPort, ctypes.byref(flags), ctypes.byref(comstat)):
240 return comstat.cbInQue
250 comstat = win32.COMSTAT()
251 if not win32.ClearCommError(self.hComPort, ctypes.byref(flags), ctypes.byref(comstat)):
254 n = min(comstat.cbInQue, size)
414 comstat = win32.COMSTAT()
    [all...]
win32.py 64 COMSTAT = _COMSTAT
309 'EV_BREAK', 'EVENPARITY', 'LPCVOID', 'COMSTAT', 'ReadFile',
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 349 } COMSTAT,*LPCOMSTAT;
    [all...]

Completed in 45 milliseconds