Searched refs:nfds (Results 1 - 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
H A Dgralloc_cb.h27 #define CB_HANDLE_NUM_INTS(nfds) (int)((sizeof(cb_handle_t) - (nfds)*sizeof(int)) / sizeof(int))
/device/linaro/hikey/bluetooth/
H A Dasync_fd_watcher.cc134 int nfds = std::max(notification_listen_fd_, max_read_fd); local
135 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr);
/device/google/contexthub/util/nanotool/
H A Dandroidcontexthub.cpp394 int nfds = 1; local
398 nfds++;
400 return nfds;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A Dselectmodule.c968 int nfds, i; local
1011 nfds = epoll_wait(self->epfd, evs, maxevents, timeout); local
1013 if (nfds < 0) {
1018 elist = PyList_New(nfds);
1023 for (i = 0; i < nfds; i++) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Dselectmodule.c1002 int nfds, i; local
1045 nfds = epoll_wait(self->epfd, evs, maxevents, timeout); local
1047 if (nfds < 0) {
1052 elist = PyList_New(nfds);
1057 for (i = 0; i < nfds; i++) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dselectmodule.c968 int nfds, i; local
1011 nfds = epoll_wait(self->epfd, evs, maxevents, timeout); local
1013 if (nfds < 0) {
1018 elist = PyList_New(nfds);
1023 for (i = 0; i < nfds; i++) {
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
H A DSysCalls.c746 @param[in] nfds Number of elements in the array of pollfd structures.
757 nfds_t nfds,
806 pEnd = &pPollFD [ nfds ];
755 poll( struct pollfd * pfd, nfds_t nfds, int timeout ) argument
/device/generic/goldfish/fingerprint/
H A Dfingerprint.c729 int nfds = poll(&pfd, 1, 5000); local
730 if (nfds < 0) {
735 if (!nfds) {
740 // assert(nfds == 1)

Completed in 145 milliseconds