Searched defs:sockets (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecManagerTest.java | 197 SocketPair<JavaUdpSocket> sockets = getJavaUdpSocketPair(local, mISM, transform, false); in checkUnconnectedUdp() local 201 SocketPair<NativeUdpSocket> sockets = in checkUnconnectedUdp() local 227 SocketPair<JavaTcpSocket> sockets = getJavaTcpSocketPair(local, mISM, transform); in checkTcp() local 231 SocketPair<NativeTcpSocket> sockets = getNativeTcpSocketPair(local, mISM, transform); in checkTcp() local
|
D | IpSecBaseTest.java | 722 SocketPair<JavaTcpSocket> sockets = getJavaTcpSocketPair(local, mISM, transform); in testJavaTcpSocketPair() local 734 SocketPair<JavaUdpSocket> sockets = in testJavaUdpSocketPair() local 747 SocketPair<JavaUdpSocket> sockets = in testJavaUdpSocketPairUnconnected() local 760 SocketPair<NativeTcpSocket> sockets = in testNativeTcpSocketPair() local 773 SocketPair<NativeUdpSocket> sockets = in testNativeUdpSocketPair() local 786 SocketPair<NativeUdpSocket> sockets = in testNativeUdpSocketPairUnconnected() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/ |
D | ObexServerSockets.java | 175 ObexServerSockets sockets = new ObexServerSockets(validator, rfcommSocket, l2capSocket); in create() local
|
/packages/modules/adb/ |
D | sysdeps_test.cpp | 218 std::vector<int> sockets; in TEST_F() local
|
D | sysdeps_win32.cpp | 609 std::vector<WSAPOLLFD> sockets; in adb_poll() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapMasInstance.java | 458 ObexServerSockets sockets = mServerSockets; in closeServerSockets() local
|
/packages/modules/adb/daemon/ |
D | shell_service.cpp | 134 int sockets[2]; in CreateSocketpair() local
|