Searched refs:connect (Results 101 - 103 of 103) sorted by relevance

12345

/system/netd/server/
H A DTrafficController.cpp90 RETURN_IF_NOT_OK(sys.connect(sock, kernel));
/system/netd/tests/
H A Dbinder_test.cpp552 ASSERT_EQ(0, connect(*clientSocket, (struct sockaddr *) &server6, sizeof(server6)));
/system/core/adb/
H A Dtest_device.py191 # Note: If you run this test when adb connect'd to a physical device over
203 # listen on localhost:forward_port, connect to remote:forward_port
206 # listen on remote:forward_port, connect to localhost:reverse_port
217 # localhost:forward_port because that will cause adb to connect
225 client.connect(('127.0.0.1', forward_port))

Completed in 77 milliseconds

12345