Home
last modified time | relevance | path

Searched refs:adb_socket (Results 1 – 3 of 3) sorted by relevance

/packages/modules/adb/
Dsysdeps.h207 extern int adb_socket(int domain, int type, int protocol);
670 static inline int adb_socket(int domain, int type, int protocol) { in adb_socket() function
Dsysdeps_win32.cpp805 int adb_socket(int domain, int type, int protocol) { in adb_socket() function
/packages/modules/adb/client/openscreen/platform/
Dudp_socket.cpp658 unique_fd fd(adb_socket(domain, SOCK_DGRAM, 0)); in Create()