Home
last modified time | relevance | path

Searched refs:adb_pollfd (Results 1 – 8 of 8) 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()
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()
Dsysdeps.h186 struct adb_pollfd { struct
191 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout); argument
574 typedef struct pollfd adb_pollfd; typedef
575 static __inline__ int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
Dfdevent.cpp63 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()
Dtransport_fd.cpp65 adb_pollfd pfds[2] = { in Run()
Dservices.cpp125 adb_pollfd pfd = {.fd = fd, .events = POLLIN}; in wait_for_state()
Dsysdeps_win32.cpp564 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
568 std::vector<adb_pollfd*> original; in adb_poll()
/system/core/adb/daemon/
Dusb.cpp278 adb_pollfd pfd[2] = { in StartMonitor()
/system/core/adb/client/
Dfile_sync_client.cpp241 adb_pollfd pfd = {.fd = fd.get(), .events = POLLIN}; in ReceivedError()