Searched refs:adb_bind (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/adb/client/openscreen/platform/ |
H A D | udp_socket.cpp | 510 if (adb_bind(fd_, reinterpret_cast<struct sockaddr*>(&address), sizeof(address)) == in JoinMulticastGroup() 535 if (adb_bind(fd_, reinterpret_cast<struct sockaddr*>(&address), sizeof(address)) == in JoinMulticastGroup()
|
/aosp12/packages/modules/adb/ |
H A D | sysdeps.h | 211 extern int adb_bind(borrowed_fd fd, const sockaddr* addr, int namelen); 675 static inline int adb_bind(borrowed_fd fd, const sockaddr* addr, int namelen) { in adb_bind() function
|
H A D | sysdeps_win32.cpp | 829 int adb_bind(borrowed_fd fd, const sockaddr* addr, socklen_t addrlen) { in adb_bind() function
|