Home
last modified time | relevance | path

Searched refs:nfds (Results 1 – 12 of 12) 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/bsp/intel/peripheral/sensors/mraa/
DSensorsHAL.cpp184 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/
Dhm11.cxx85 int nfds; in dataAvailable() local
/hardware/bsp/intel/peripheral/libupm/src/ublox6/
Dublox6.cxx84 int nfds; in dataAvailable() local
/hardware/bsp/intel/peripheral/libupm/src/mhz16/
Dmhz16.cxx87 int nfds; in dataAvailable() local
/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()
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
Dgrovescam.cxx101 int nfds; in dataAvailable() local
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
Dhmtrp.cxx88 int nfds; in dataAvailable() local
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
Dwt5001.cxx88 int nfds; in dataAvailable() local
/hardware/bsp/intel/peripheral/libupm/src/zfm20/
Dzfm20.cxx93 int nfds; in dataAvailable() local