Searched refs:mSocketOS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothSocket.java | 139 private OutputStream mSocketOS; field in BluetoothSocket 267 as.mSocketOS = as.mSocket.getOutputStream(); in acceptSocket() 402 mSocketOS = mSocket.getOutputStream(); in connect() 461 mSocketOS = mSocket.getOutputStream(); in bindListen() 563 if (VDBG) Log.d(TAG, "write: " + mSocketOS + " length: " + length); in write() 566 mSocketOS.write(b, offset, length); in write() 579 mSocketOS.write(b, tmpOffset, tmpLength); in write() 585 mSocketOS.write(b, offset, length); in write() 588 if (VDBG) Log.d(TAG, "write out: " + mSocketOS + " length: " + length); in write() 595 + ", mSocketOS: " + mSocketOS + "mSocket: " + mSocket + ", mSocketState: " in close()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 10849 Landroid/bluetooth/BluetoothSocket;->mSocketOS:Ljava/io/OutputStream;
|