Home
last modified time | relevance | path

Searched refs:SetupComm (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
Dwin32.py115 SetupComm = _stdcall_libraries['kernel32'].SetupComm variable
116 SetupComm.restype = BOOL
117 SetupComm.argtypes = [HANDLE, DWORD, DWORD]
Dserialwin32.py76 win32.SetupComm(self.hComPort, 4096, 4096)
397 win32.SetupComm(self.hComPort, rx_size, tx_size)
/external/qemu/
Dqemu-char.c1577 if (!SetupComm(s->hcom, NRECVBUF, NSENDBUF)) { in win_chr_init()