Home
last modified time | relevance | path

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

/packages/modules/adb/client/openscreen/platform/
Dudp_socket.cpp423 num_bytes_sent = adb_sendmsg(fd_, &msg, 0); in JoinMulticastGroup()
436 num_bytes_sent = adb_sendmsg(fd_, &msg, 0); in JoinMulticastGroup()
/packages/modules/adb/
Dsysdeps.h225 ssize_t adb_sendmsg(borrowed_fd fd, const adb_msghdr* msg, int flags);
697 inline ssize_t adb_sendmsg(borrowed_fd fd, const adb_msghdr* msg, int flags) { in adb_sendmsg() function
Dsysdeps_win32.cpp878 ssize_t adb_sendmsg(borrowed_fd fd, const struct adb_msghdr* msg, int flags) { in adb_sendmsg() function