Searched refs:adb_pollfd (Results 1 – 8 of 8) 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()156 adb_pollfd pfd[2] = {}; in TEST_F()173 adb_pollfd pfd = {}; in TEST_F()193 std::vector<adb_pollfd> pfds; in TEST_F()198 adb_pollfd pfd; in TEST_F()
186 struct adb_pollfd { struct191 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout); argument574 typedef struct pollfd adb_pollfd; typedef575 static __inline__ int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
63 adb_pollfd pollfd;245 static std::string dump_pollfds(const std::vector<adb_pollfd>& pollfds) { in dump_pollfds()287 std::vector<adb_pollfd> pollfds; in fdevent_process()
65 adb_pollfd pfds[2] = { in Run()
125 adb_pollfd pfd = {.fd = fd, .events = POLLIN}; in wait_for_state()
564 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()568 std::vector<adb_pollfd*> original; in adb_poll()
278 adb_pollfd pfd[2] = { in StartMonitor()
241 adb_pollfd pfd = {.fd = fd.get(), .events = POLLIN}; in ReceivedError()