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

  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 135 GetCommTimeouts = _stdcall_libraries['kernel32'].GetCommTimeouts
136 GetCommTimeouts.restype = BOOL
137 GetCommTimeouts.argtypes = [HANDLE, LPCOMMTIMEOUTS]
310 'PVOID', '_OVERLAPPED', 'WriteFile', 'GetCommTimeouts',
serialwin32.py 80 win32.GetCommTimeouts(self.hComPort, ctypes.byref(self._orgTimeouts))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commapi.h 28 WINBASEAPI WINBOOL WINAPI GetCommTimeouts (HANDLE hFile, LPCOMMTIMEOUTS lpCommTimeouts);
winbase.h     [all...]

Completed in 236 milliseconds