HomeSort by relevance Sort by last modified time
    Searched refs:poll_result (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/usbtuner/jni/
DvbManager.cpp 303 int poll_result = poll(&pollFd, NUM_POLLFDS, timeout_ms); local
304 if (poll_result == 0) {
306 } else if (poll_result == -1 || pollFd.revents & POLLERR) {
  /bionic/libc/bionic/
system_properties.cpp 566 const int poll_result = TEMP_FAILURE_RETRY(poll(pollfds, 1, 250 /* ms */)); local
567 if (poll_result == 1 && (pollfds[0].revents & POLLHUP) != 0) {
    [all...]

Completed in 162 milliseconds