Searched defs:nfds (Results 1 – 9 of 9) sorted by relevance
/device/linaro/hikey/bluetooth/ |
D | async_fd_watcher.cc | 134 int nfds = std::max(notification_listen_fd_, max_read_fd); in ThreadRoutine() local
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | gralloc_cb.h | 27 #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/ |
D | ril_event.cpp | 69 static int nfds = 0; variable
|
/device/google/contexthub/util/nanotool/ |
D | androidcontexthub.cpp | 394 int nfds = 1; in ResetPollFds() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | selectmodule.c | 968 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/ |
D | selectmodule.c | 968 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/ |
D | selectmodule.c | 1002 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/ |
D | SysCalls.c | 757 nfds_t nfds, in poll()
|
/device/generic/goldfish/fingerprint/ |
D | fingerprint.c | 729 int nfds = poll(&pfd, 1, 5000); in listenerFunction() local
|