Home
last modified time | relevance | path

Searched defs:nfds (Results 1 – 9 of 9) sorted by relevance

/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc134 int nfds = std::max(notification_listen_fd_, max_read_fd); in ThreadRoutine() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dgralloc_cb.h27 #define CB_HANDLE_NUM_INTS(nfds) (int)((sizeof(cb_handle_t) - (nfds)*sizeof(int)) / sizeof(int)) argument
/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril_event.cpp69 static int nfds = 0; variable
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp394 int nfds = 1; in ResetPollFds() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c968 int nfds, i; in pyepoll_poll() local
1011 nfds = epoll_wait(self->epfd, evs, maxevents, timeout); in pyepoll_poll() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dselectmodule.c968 int nfds, i; in pyepoll_poll() local
1011 nfds = epoll_wait(self->epfd, evs, maxevents, timeout); in pyepoll_poll() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c1002 int nfds, i; in pyepoll_poll() local
1045 nfds = epoll_wait(self->epfd, evs, maxevents, timeout); in pyepoll_poll() local
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c757 nfds_t nfds, in poll()
/device/generic/goldfish/fingerprint/
Dfingerprint.c729 int nfds = poll(&pfd, 1, 5000); in listenerFunction() local