Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_event.cpp69 static int nfds = 0; variable
142 if (ev->fd+1 == nfds) { in removeWatch()
152 nfds = n + 1; in removeWatch()
153 dlog("~~~~ nfds = %d ~~~~", nfds); in removeWatch()
276 if (ev->fd >= nfds) nfds = ev->fd+1; in ril_event_add()
277 dlog("~~~~ nfds = %d ~~~~", nfds); in ril_event_add()
366 n = select(nfds, &rfds, NULL, NULL, ptv); in ril_event_loop()
/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc147 int nfds = std::max(notification_listen_fd_, max_read_fd); in ThreadRoutine() local
148 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()
/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()