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

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dwin32.py210 MS_RLSD_ON = 128 # Variable c_ulong variable
297 'DTR_CONTROL_ENABLE', '_COMSTAT', 'MS_RLSD_ON',
H A Dserialwin32.py387 return win32.MS_RLSD_ON & self._GetCommModemStatus() != 0
/external/chromium_org/device/serial/
H A Dserial_io_handler_win.cc337 signals->dcd = (status & MS_RLSD_ON) != 0;

Completed in 2316 milliseconds