HomeSort by relevance Sort by last modified time
    Searched refs:adb_pollfd (Results 1 - 6 of 6) sorted by null

  /system/core/adb/
sysdeps_test.cpp 81 adb_pollfd pfd[2] = {};
107 adb_pollfd pfd = {};
121 adb_pollfd pfd[3] = {};
142 adb_pollfd pfd[2] = {};
159 adb_pollfd pfd = {};
179 std::vector<adb_pollfd> pfds;
184 adb_pollfd pfd;
fdevent.cpp 54 adb_pollfd pollfd;
220 static std::string dump_pollfds(const std::vector<adb_pollfd>& pollfds) {
236 std::vector<adb_pollfd> pollfds;
sysdeps.h 200 struct adb_pollfd { struct
205 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout);
605 typedef struct pollfd adb_pollfd;
606 static __inline__ int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) {
services.cpp 360 adb_pollfd pfd = {.fd = fd, .events = POLLIN };
sysdeps_win32.cpp 527 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) {
531 std::vector<adb_pollfd*> original;
    [all...]
file_sync_client.cpp 238 adb_pollfd pfd = {.fd = fd, .events = POLLIN};
    [all...]

Completed in 82 milliseconds