Home
last modified time | relevance | path

Searched refs:mSocketOS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java155 private OutputStream mSocketOS; field in BluetoothSocket
284 bluetoothSocket.mSocketOS = bluetoothSocket.mSocket.getOutputStream(); in createSocketFromOpenFd()
325 as.mSocketOS = as.mSocket.getOutputStream(); in acceptSocket()
469 mSocketOS = mSocket.getOutputStream(); in connect()
571 mSocketOS = mSocket.getOutputStream(); in bindListen()
678 if (VDBG) Log.d(TAG, "write: " + mSocketOS + " length: " + length); in write()
681 mSocketOS.write(b, offset, length); in write()
695 mSocketOS.write(b, tmpOffset, tmpLength); in write()
701 mSocketOS.write(b, offset, length); in write()
704 if (VDBG) Log.d(TAG, "write out: " + mSocketOS + " length: " + length); in write()
[all …]
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1033 Landroid/bluetooth/BluetoothSocket;->mSocketOS:Ljava/io/OutputStream;