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

/system/core/include/utils/
H A DLooper.h159 POLL_TIMEOUT = -3, enumerator in enum:android::Looper::__anon1479
250 * Returns POLL_TIMEOUT if there was no data before the given
/system/core/libutils/include/utils/
H A DLooper.h159 POLL_TIMEOUT = -3, enumerator in enum:android::Looper::__anon1657
250 * Returns POLL_TIMEOUT if there was no data before the given
/system/nfc/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c166 #define POLL_TIMEOUT 1000 macro
201 static int _timeout = POLL_TIMEOUT;
610 if (!isLowSpeedTransport && _timeout != POLL_TIMEOUT)
713 if (_timeout == POLL_TIMEOUT) _timeout = -1;
740 _timeout = POLL_TIMEOUT;

Completed in 263 milliseconds