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

/hardware/ril/libril/
H A Dril_event.cpp69 static int nfds = 0; variable
144 if (ev->fd+1 == nfds) {
154 nfds = n + 1;
155 dlog("~~~~ nfds = %d ~~~~", nfds);
277 if (ev->fd >= nfds) nfds = ev->fd+1;
278 dlog("~~~~ nfds = %d ~~~~", nfds);
367 n = select(nfds,
[all...]
/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 154 milliseconds