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

/packages/apps/TV/jni/
H A DDvbManager.cpp77 int poll_result = poll(&pollFd, NUM_POLLFDS, FE_POLL_TIMEOUT_MS); local
78 if (poll_result > 0 && (pollFd.revents & POLLIN)) {
413 int poll_result = poll(&pollFd, NUM_POLLFDS, timeout_ms); local
414 if (poll_result == 0) {
416 } else if (poll_result == -1 || pollFd.revents & POLLERR) {

Completed in 56 milliseconds