Searched refs:GetCommTimeouts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dwin32.py135 GetCommTimeouts = _stdcall_libraries['kernel32'].GetCommTimeouts variable
136 GetCommTimeouts.restype = BOOL
137 GetCommTimeouts.argtypes = [HANDLE, LPCOMMTIMEOUTS]
310 'PVOID', '_OVERLAPPED', 'WriteFile', 'GetCommTimeouts',
H A Dserialwin32.py80 win32.GetCommTimeouts(self.hComPort, ctypes.byref(self._orgTimeouts))

Completed in 1239 milliseconds