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

/hardware/ril/libril/
H A Dril_event.cpp69 static int nfds = 0; variable
142 if (ev->fd+1 == nfds) {
152 nfds = n + 1;
153 dlog("~~~~ nfds = %d ~~~~", nfds);
276 if (ev->fd >= nfds) nfds = ev->fd+1;
277 dlog("~~~~ nfds = %d ~~~~", nfds);
366 n = select(nfds,
[all...]
/hardware/interfaces/bluetooth/1.0/default/
H A Dasync_fd_watcher.cc147 int nfds = std::max(notification_listen_fd_, max_read_fd); local
148 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr);
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c174 int nfds = 1; local
313 poll(pfd, nfds, TIMEOUT_INFINITE);
425 poll(pfd, nfds, TIMEOUT_INFINITE);
H A Darec.c182 int nfds = 1; local
304 poll(pfd, nfds, TIMEOUT_INFINITE);
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp380 int nfds = 1; local
483 poll(pfdUsbRecording, nfds, TIMEOUT_INFINITE);
519 poll(pfdProxyRecording, nfds, TIMEOUT_INFINITE);

Completed in 124 milliseconds