Searched refs:GetCommState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dwin32.py129 GetCommState = _stdcall_libraries['kernel32'].GetCommState variable
130 GetCommState.restype = BOOL
131 GetCommState.argtypes = [HANDLE, LPDCB]
300 'ONESTOPBIT', 'SETXOFF', 'PURGE_RXABORT', 'GetCommState',
H A Dserialwin32.py134 win32.GetCommState(self.hComPort, ctypes.byref(comDCB))
/external/chromium_org/device/serial/
H A Dserial_io_handler_win.cc173 if (!GetCommState(file().GetPlatformFile(), &config)) {
302 if (!GetCommState(file().GetPlatformFile(), &config)) {
364 if (!GetCommState(file().GetPlatformFile(), &config)) {

Completed in 113 milliseconds