Searched refs:POLL_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
52 private static final int POLL_TIMEOUT_MS = 300000; field in IncrementalDeviceConnection87 int res = Os.poll(mPollfds, blocking ? POLL_TIMEOUT_MS : 0); in read()