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

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialwin32.py87 win32.PURGE_TXCLEAR | win32.PURGE_TXABORT |
318 win32.PurgeComm(self.hComPort, win32.PURGE_TXCLEAR | win32.PURGE_TXABORT)
H A Dwin32.py193 PURGE_TXCLEAR = 4 # Variable c_int variable
308 'GetCommModemStatus', 'EV_EVENT2', 'PURGE_TXCLEAR',
/external/chromium_org/device/serial/
H A Dserial_io_handler_win.cc326 return PurgeComm(file().GetPlatformFile(), PURGE_RXCLEAR | PURGE_TXCLEAR) !=

Completed in 2044 milliseconds