Searched defs:adb_pollfd (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps.h200 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) {

Completed in 60 milliseconds