Searched refs:mSocketOS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothSocket.java | 144 private OutputStream mSocketOS; field in BluetoothSocket 272 as.mSocketOS = as.mSocket.getOutputStream(); in acceptSocket() 413 mSocketOS = mSocket.getOutputStream(); in connect() 473 mSocketOS = mSocket.getOutputStream(); in bindListen() 575 if (VDBG) Log.d(TAG, "write: " + mSocketOS + " length: " + length); in write() 578 mSocketOS.write(b, offset, length); in write() 591 mSocketOS.write(b, tmpOffset, tmpLength); in write() 597 mSocketOS.write(b, offset, length); in write() 600 if (VDBG) Log.d(TAG, "write out: " + mSocketOS + " length: " + length); in write() 607 + ", mSocketOS: " + mSocketOS + "mSocket: " + mSocket + ", mSocketState: " in close()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 10840 Landroid/bluetooth/BluetoothSocket;->mSocketOS:Ljava/io/OutputStream;
|