Searched refs:adb_pollfd (Results 1 – 6 of 6) sorted by relevance
81 adb_pollfd pfd[2] = {}; in TEST_F()107 adb_pollfd pfd = {}; in TEST_F()121 adb_pollfd pfd[3] = {}; in TEST_F()142 adb_pollfd pfd[2] = {}; in TEST_F()159 adb_pollfd pfd = {}; in TEST_F()179 std::vector<adb_pollfd> pfds; in TEST_F()184 adb_pollfd pfd; in TEST_F()
214 struct adb_pollfd { struct219 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout); argument623 typedef struct pollfd adb_pollfd; typedef624 static __inline__ int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
60 adb_pollfd pollfd;226 static std::string dump_pollfds(const std::vector<adb_pollfd>& pollfds) { in dump_pollfds()242 std::vector<adb_pollfd> pollfds; in fdevent_process()
359 adb_pollfd pfd = {.fd = fd, .events = POLLIN }; in wait_for_state()
527 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()531 std::vector<adb_pollfd*> original; in adb_poll()
238 adb_pollfd pfd = {.fd = fd, .events = POLLIN}; in ReceivedError()