Searched refs:nfds (Results 1 - 5 of 5) sorted by relevance
/hardware/ril/libril/ |
H A D | ril_event.cpp | 69 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 D | async_fd_watcher.cc | 147 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 D | aplay.c | 174 int nfds = 1; local 313 poll(pfd, nfds, TIMEOUT_INFINITE); 425 poll(pfd, nfds, TIMEOUT_INFINITE);
|
H A D | arec.c | 182 int nfds = 1; local 304 poll(pfd, nfds, TIMEOUT_INFINITE);
|
/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | AudioUsbALSA.cpp | 380 int nfds = 1; local 483 poll(pfdUsbRecording, nfds, TIMEOUT_INFINITE); 519 poll(pfdProxyRecording, nfds, TIMEOUT_INFINITE);
|
Completed in 124 milliseconds