Home
last modified time | relevance | path

Searched defs:ppoll (Results 1 – 2 of 2) sorted by relevance

/system/netd/libnetdutils/include/netdutils/
DSyscalls.h145 StatusOr<std::array<uint16_t, size>> ppoll(const std::array<Fd, size>& fds, uint16_t events, in ppoll() function
/system/netd/libnetdutils/
DSyscalls.cpp118 StatusOr<int> ppoll(pollfd* fds, nfds_t nfds, double timeout) const override { in ppoll() function in android::netdutils::RealSyscalls