Searched refs:adb_pollfd (Results 1 – 11 of 11) sorted by relevance
/packages/modules/adb/ |
D | sysdeps_test.cpp | 96 adb_pollfd pfd[2] = {}; in TEST_F() 122 adb_pollfd pfd = {}; in TEST_F() 136 adb_pollfd pfd[3] = {}; in TEST_F() 171 adb_pollfd pfd[2] = {}; in TEST_F() 188 adb_pollfd pfd = {}; in TEST_F() 210 std::vector<adb_pollfd> pfds; in TEST_F() 215 adb_pollfd pfd; in TEST_F()
|
D | sysdeps.h | 235 struct adb_pollfd { struct 240 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout); argument 720 typedef struct pollfd adb_pollfd; typedef 721 static inline int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
|
D | transport_fd.cpp | 65 adb_pollfd pfds[2] = { in Run()
|
D | services.cpp | 230 adb_pollfd pfd = {.fd = fd.get(), .events = POLLIN}; in wait_service()
|
D | sysdeps_win32.cpp | 606 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll() 610 std::vector<adb_pollfd*> original; in adb_poll()
|
/packages/modules/adb/daemon/ |
D | shell_service.cpp | 145 adb_pollfd pfds[3]; 147 adb_pollfd* data() { return pfds; } in data() 150 adb_pollfd* begin() { return pfds; } in begin() 151 adb_pollfd* end() { return pfds + size(); } in end() 153 adb_pollfd& stdinout_pfd() { return pfds[0]; } in stdinout_pfd() 154 adb_pollfd& stderr_pfd() { return pfds[1]; } in stderr_pfd() 155 adb_pollfd& protocol_pfd() { return pfds[2]; } in protocol_pfd() 572 auto it = std::find_if(pfds.begin(), pfds.end(), [=](const adb_pollfd& pfd) { in PassDataStreams() 601 adb_pollfd& stdinout_pfd = pfds->stdinout_pfd(); in PollLoop() 602 adb_pollfd& stderr_pfd = pfds->stderr_pfd(); in PollLoop() [all …]
|
D | usb.cpp | 265 adb_pollfd pfd[2] = { in StartMonitor()
|
/packages/modules/adb/fdevent/ |
D | fdevent_poll.cpp | 88 static std::string dump_pollfds(const std::vector<adb_pollfd>& pollfds) { in dump_pollfds() 106 std::vector<adb_pollfd> pollfds; in Loop() 117 adb_pollfd pfd; in Loop()
|
D | fdevent_poll.h | 33 adb_pollfd pollfd;
|
/packages/modules/adb/client/ |
D | incremental_server.cpp | 299 adb_pollfd pfd = {adb_fd_.get(), POLLIN, 0}; in SkipToRequest()
|
D | file_sync_client.cpp | 800 adb_pollfd pfd = {.fd = fd.get(), .events = POLLIN}; in ReadAcknowledgements()
|