Searched defs:POLL_TIMEOUT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
H A Dprotocol_socket.py33 POLL_TIMEOUT = 2 variable
57 self._socket.settimeout(POLL_TIMEOUT) # used for write timeout support :/
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c160 #define POLL_TIMEOUT 1000 macro
193 static int _timeout = POLL_TIMEOUT;
623 if (!isLowSpeedTransport && _timeout != POLL_TIMEOUT)
741 if (_timeout == POLL_TIMEOUT)
770 _timeout = POLL_TIMEOUT;

Completed in 74 milliseconds