Home
last modified time | relevance | path

Searched refs:acceptedSocket (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothServerSocket.java238 BluetoothSocket acceptedSocket = null; in accept() local
240 acceptedSocket = mSocket.accept(timeout); in accept()
242 acceptedSocket, in accept()
251 return acceptedSocket; in accept()
254 acceptedSocket, in accept()
DSocketMetrics.java94 BluetoothSocket acceptedSocket, in logSocketAccept() argument
113 acceptedSocket == null ? null : acceptedSocket.getRemoteDevice(), in logSocketAccept()
DBluetoothSocket.java928 BluetoothSocket acceptedSocket; in accept() local
950 acceptedSocket = acceptSocket(RemoteAddr); in accept()
953 return acceptedSocket; in accept()
/packages/modules/Bluetooth/android/pandora/server/src/
DRfcomm.kt141 val acceptedSocket: BluetoothSocket = in acceptConnection() constant
149 Log.i(TAG, "accepted: socket=$acceptedSocket") in acceptConnection()
151 val tmpIn = acceptedSocket.inputStream!! in acceptConnection()
152 val tmpOut = acceptedSocket.outputStream!! in acceptConnection()
153 connectionMap[acceptedSocketCookie] = Connection(acceptedSocket, tmpIn, tmpOut) in acceptConnection()
/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/
DConntrackSocketTest.java144 final Socket acceptedSocket = serverSocket.accept(); in testIpv4ConntrackSocket() local
162 acceptedSocket.close(); in testIpv4ConntrackSocket()