Home
last modified time | relevance | path

Searched refs:connectSocket (Results 1 – 13 of 13) sorted by relevance

/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/
DImsMediaNetworkUtilTest.cpp41 res = ImsMediaNetworkUtil::connectSocket(nTestSocFD, szTestIP, nTestPort, AF_INET); in TEST()
54 res = ImsMediaNetworkUtil::connectSocket(nTestSocFD, szTestIP, nTestPort, AF_INET); in TEST()
78 res = ImsMediaNetworkUtil::connectSocket(nTestSocFD, szTestIP, nTestPort, AF_INET6); in TEST()
91 res = ImsMediaNetworkUtil::connectSocket(nTestSocFD, szTestIP, nTestPort, AF_INET6); in TEST()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandlerTest.java125 assertThat(mHandler.connectSocket()).isFalse(); in connectSocket_whenBluetoothIsNotEnabled_returnsFalse()
134 assertThat(mHandler.connectSocket()).isFalse(); in connectSocket_whenBluetoothIsNotEnabled_returnsFalse_withInvalidL2capPsm()
143 assertThat(mHandler.connectSocket()).isFalse(); in connectSocket_whenBluetoothIsNotEnabled_returnsFalse_withValidL2capPsm()
158 mHandler.connectSocket(); // Workaround for setting mSocket as non-null value in abort()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothSocketManagerBinder.java49 public ParcelFileDescriptor connectSocket( in connectSocket() method in BluetoothSocketManagerBinder
78 .connectSocket( in connectSocket()
DAdapterNativeInterface.java196 int connectSocket(byte[] address, int type, byte[] uuid, int port, int flag, int callingUid) { in connectSocket() method in AdapterNativeInterface
/packages/services/Car/service/src/com/android/car/
DCarBugreportManagerService.java312 LocalSocket localSocket = connectSocket(BUGREPORT_PROGRESS_SOCKET); in processBugreportSockets()
345 LocalSocket localSocket = connectSocket(remoteSocket); in copySocketToPfd()
384 private LocalSocket connectSocket(@NonNull String socketName) { in connectSocket() method in CarBugreportManagerService
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/utils/
DImsMediaNetworkUtil.h72 static bool connectSocket(const int socketFd, const char* pIPAddr, unsigned int port, int af);
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothSocketManager.aidl31 …@nullable ParcelFileDescriptor connectSocket(in BluetoothDevice device, int type, in @nullable Par… in connectSocket() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java201 if (connectSocket()) { in handleMessage()
282 synchronized boolean connectSocket() { in connectSocket() method in PbapClientConnectionHandler
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/
DImsMediaNetworkUtil.cpp159 bool ImsMediaNetworkUtil::connectSocket( in connectSocket() function in ImsMediaNetworkUtil
/packages/apps/Car/DebuggingRestrictionController/libs/
Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java456 mPfd = socketManager.connectSocket(mDevice, mType, mUuid, mPort, getSecurityFlags()); in connect()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2351 Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->connectSocket(Landroid/bluetooth/BluetoothD…
2362 Landroid/bluetooth/IBluetoothSocketManager;->connectSocket(Landroid/bluetooth/BluetoothDevice;ILand…