Searched refs:adb_pollfd (Results 1 – 6 of 6) sorted by relevance
125 adb_pollfd pfd[2] = {}; in TEST_F()151 adb_pollfd pfd = {}; in TEST_F()165 adb_pollfd pfd[3] = {}; in TEST_F()186 adb_pollfd pfd[2] = {}; in TEST_F()203 adb_pollfd pfd = {}; in TEST_F()223 std::vector<adb_pollfd> pfds; in TEST_F()228 adb_pollfd pfd; in TEST_F()
56 adb_pollfd pollfd;220 static std::string dump_pollfds(const std::vector<adb_pollfd>& pollfds) { in dump_pollfds()236 std::vector<adb_pollfd> pollfds; in fdevent_process()
298 struct adb_pollfd { struct303 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout); argument804 typedef struct pollfd adb_pollfd; typedef805 static __inline__ int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
386 adb_pollfd pfd = {.fd = fd, .events = POLLIN }; in wait_for_state()
664 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()668 std::vector<adb_pollfd*> original; in adb_poll()
134 adb_pollfd pfd = {.fd = fd, .events = POLLIN}; in ReceivedError()