Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java139 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/
Dhiddenapi-greylist-max-o.txt10849 Landroid/bluetooth/BluetoothSocket;->mSocketOS:Ljava/io/OutputStream;