Searched refs:nfds (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/binder/ |
D | UtilsHost.cpp | 133 nfds_t nfds = 0; in execute() local 135 outPollFd = &fds[nfds++]; in execute() 139 errPollFd = &fds[nfds++]; in execute() 142 int pollRet = poll(fds, nfds, 1000 /* ms timeout */); in execute()
|
/frameworks/native/services/surfaceflinger/Scheduler/src/ |
D | Timer.cpp | 187 int nfds = epoll_wait(mEpollFd, events, DispatchType::MAX_DISPATCH_TYPE, -1); in dispatch() local 195 if (nfds == -1) { in dispatch() 202 for (auto i = 0; i < nfds; i++) { in dispatch()
|
/frameworks/libs/net/common/netd/libnetdutils/ |
D | Syscalls.cpp | 118 StatusOr<int> ppoll(pollfd* fds, nfds_t nfds, double timeout) const override { in ppoll() argument 122 auto rv = syscallRetry(::ppoll, fds, nfds, &ts, nullptr); in ppoll()
|
/frameworks/libs/net/common/netd/libnetdutils/include/netdutils/ |
D | MockSyscalls.h | 51 MOCK_CONST_METHOD3(ppoll, StatusOr<int>(pollfd* fds, nfds_t nfds, double timeout));
|
D | Syscalls.h | 66 virtual StatusOr<int> ppoll(pollfd* fds, nfds_t nfds, double timeout) const = 0;
|