Searched defs:sockets (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecBaseTest.java | 673 SocketPair<JavaTcpSocket> sockets = getJavaTcpSocketPair(local, mISM, transform); in testJavaTcpSocketPair() local 685 SocketPair<JavaUdpSocket> sockets = in testJavaUdpSocketPair() local 698 SocketPair<JavaUdpSocket> sockets = in testJavaUdpSocketPairUnconnected() local 711 SocketPair<NativeTcpSocket> sockets = in testNativeTcpSocketPair() local 724 SocketPair<NativeUdpSocket> sockets = in testNativeUdpSocketPair() local 737 SocketPair<NativeUdpSocket> sockets = in testNativeUdpSocketPairUnconnected() local
|
D | IpSecManagerTest.java | 181 SocketPair<JavaUdpSocket> sockets = getJavaUdpSocketPair(local, mISM, transform, false); in checkUnconnectedUdp() local 185 SocketPair<NativeUdpSocket> sockets = in checkUnconnectedUdp() local 211 SocketPair<JavaTcpSocket> sockets = getJavaTcpSocketPair(local, mISM, transform); in checkTcp() local 215 SocketPair<NativeTcpSocket> sockets = getNativeTcpSocketPair(local, mISM, transform); in checkTcp() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | ObexServerSockets.java | 176 ObexServerSockets sockets = new ObexServerSockets(validator, rfcommSocket, l2capSocket); in create() local
|
/packages/modules/adb/ |
D | sysdeps_test.cpp | 209 std::vector<int> sockets; in TEST_F() local
|
D | sysdeps_win32.cpp | 609 std::vector<WSAPOLLFD> sockets; in adb_poll() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapMasInstance.java | 464 ObexServerSockets sockets = mServerSockets; in closeServerSockets() local
|
/packages/modules/adb/daemon/ |
D | shell_service.cpp | 134 int sockets[2]; in CreateSocketpair() local
|