Searched refs:nfds (Results 1 – 4 of 4) sorted by relevance
/hardware/ril/libril/ |
D | ril_event.cpp | 69 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/ |
D | aplay.c | 174 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()
|
D | arec.c | 182 int nfds = 1; in record_file() local 304 poll(pfd, nfds, TIMEOUT_INFINITE); in record_file()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUsbALSA.cpp | 380 int nfds = 1; in RecordingThreadEntry() local 483 poll(pfdUsbRecording, nfds, TIMEOUT_INFINITE); in RecordingThreadEntry() 519 poll(pfdProxyRecording, nfds, TIMEOUT_INFINITE); in RecordingThreadEntry()
|