Home
last modified time | relevance | path

Searched refs:adb_pollfd (Results 1 – 6 of 6) sorted by relevance

/system/core/adb/
Dsysdeps_test.cpp81 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()
Dsysdeps.h214 struct adb_pollfd { struct
219 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout); argument
623 typedef struct pollfd adb_pollfd; typedef
624 static __inline__ int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
Dfdevent.cpp60 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()
Dservices.cpp359 adb_pollfd pfd = {.fd = fd, .events = POLLIN }; in wait_for_state()
Dsysdeps_win32.cpp527 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
531 std::vector<adb_pollfd*> original; in adb_poll()
Dfile_sync_client.cpp238 adb_pollfd pfd = {.fd = fd, .events = POLLIN}; in ReceivedError()