Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_event.cpp69 static int nfds = 0; variable
144 if (ev->fd+1 == nfds) { in removeWatch()
154 nfds = n + 1; in removeWatch()
155 dlog("~~~~ nfds = %d ~~~~", nfds); in removeWatch()
277 if (ev->fd >= nfds) nfds = ev->fd+1; in ril_event_add()
278 dlog("~~~~ nfds = %d ~~~~", nfds); in ril_event_add()
367 n = select(nfds, &rfds, NULL, NULL, ptv); in ril_event_loop()
/hardware/qcom/audio/legacy/libalsa-intf/
Daplay.c174 int nfds = 1; in play_file() local
313 poll(pfd, nfds, TIMEOUT_INFINITE); in play_file()
425 poll(pfd, nfds, TIMEOUT_INFINITE); in play_file()
Darec.c182 int nfds = 1; in record_file() local
304 poll(pfd, nfds, TIMEOUT_INFINITE); in record_file()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.cpp380 int nfds = 1; in RecordingThreadEntry() local
483 poll(pfdUsbRecording, nfds, TIMEOUT_INFINITE); in RecordingThreadEntry()
519 poll(pfdProxyRecording, nfds, TIMEOUT_INFINITE); in RecordingThreadEntry()