Home | History | Annotate | Download | only in adb

Lines Matching refs:adb_socketpair

1035 int adb_socketpair(int sv[2]) {
1044 D("adb_socketpair: failed to create server: %s", error.c_str());
1050 D("adb_socketpair: failed to get server port number: %s", error.c_str());
1053 D("adb_socketpair: bound on port %d", local_port);
1057 D("adb_socketpair: failed to connect client: %s", error.c_str());
1063 D("adb_socketpair: failed to accept: %s", strerror(errno));