Searched defs:sockets (Results 1 – 12 of 12) sorted by relevance
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A 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
|
H A 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
|
/aosp12/frameworks/native/libs/sensor/ |
H A D | BitTube.cpp | 69 int sockets[2]; in init() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/ |
H A D | ObexServerSockets.java | 176 ObexServerSockets sockets = new ObexServerSockets(validator, rfcommSocket, l2capSocket); in create() local
|
/aosp12/frameworks/native/libs/gui/ |
H A D | BitTube.cpp | 48 int sockets[2]; in init() local
|
/aosp12/packages/modules/adb/ |
H A D | sysdeps_test.cpp | 209 std::vector<int> sockets; in TEST_F() local
|
H A D | sysdeps_win32.cpp | 609 std::vector<WSAPOLLFD> sockets; in adb_poll() local
|
/aosp12/frameworks/native/libs/binder/ |
H A D | RpcSession.cpp | 368 std::vector<sp<RpcConnection>>& sockets, in findConnection()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapMasInstance.java | 464 ObexServerSockets sockets = mServerSockets; in closeServerSockets() local
|
/aosp12/packages/modules/adb/daemon/ |
H A D | shell_service.cpp | 134 int sockets[2]; in CreateSocketpair() local
|
/aosp12/frameworks/native/libs/input/ |
H A D | InputTransport.cpp | 329 int sockets[2]; in openInputChannelPair() local
|
/aosp12/system/core/init/ |
H A D | property_service.cpp | 1338 int sockets[2]; in StartPropertyService() local
|