Home
last modified time | relevance | path

Searched refs:mSocketOS (Results 1 – 1 of 1) 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()
527 if (mSocketOS == null) throw new IOException("flush is called on null OutputStream"); in flush()
528 if (VDBG) Log.d(TAG, "flush: " + mSocketOS); in flush()
529 mSocketOS.flush(); in flush()
577 if (VDBG) Log.d(TAG, "write: " + mSocketOS + " length: " + length); in write()
580 mSocketOS.write(b, offset, length); in write()
593 mSocketOS.write(b, tmpOffset, tmpLength); in write()
[all …]