Searched refs:nfds (Results 1 – 12 of 12) sorted by relevance
/hardware/ril/libril/ |
D | ril_event.cpp | 69 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/bsp/intel/peripheral/sensors/mraa/ |
D | SensorsHAL.cpp | 184 int nfds, i; in pollEvents() local 190 nfds = epoll_wait(pollFd, ev, MAX_DEVICES, -1); in pollEvents() 191 if (nfds < 0) { in pollEvents() 193 return nfds; in pollEvents() 198 for(i = 0; i < nfds && returnedEvents < count; i++) { in pollEvents()
|
/hardware/bsp/intel/peripheral/libupm/src/hm11/ |
D | hm11.cxx | 85 int nfds; in dataAvailable() local
|
/hardware/bsp/intel/peripheral/libupm/src/ublox6/ |
D | ublox6.cxx | 84 int nfds; in dataAvailable() local
|
/hardware/bsp/intel/peripheral/libupm/src/mhz16/ |
D | mhz16.cxx | 87 int nfds; in dataAvailable() local
|
/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()
|
/hardware/bsp/intel/peripheral/libupm/src/grovescam/ |
D | grovescam.cxx | 101 int nfds; in dataAvailable() local
|
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/ |
D | hmtrp.cxx | 88 int nfds; in dataAvailable() local
|
/hardware/bsp/intel/peripheral/libupm/src/wt5001/ |
D | wt5001.cxx | 88 int nfds; in dataAvailable() local
|
/hardware/bsp/intel/peripheral/libupm/src/zfm20/ |
D | zfm20.cxx | 93 int nfds; in dataAvailable() local
|