Searched refs:mSocketOS (Results 1 – 1 of 1) sorted by relevance
127 private OutputStream mSocketOS; field in BluetoothSocket248 as.mSocketOS = as.mSocket.getOutputStream(); in acceptSocket()372 mSocketOS = mSocket.getOutputStream(); in connect()428 mSocketOS = mSocket.getOutputStream(); in bindListen()489 if (mSocketOS == null) throw new IOException("flush is called on null OutputStream"); in flush()490 if (VDBG) Log.d(TAG, "flush: " + mSocketOS); in flush()491 mSocketOS.flush(); in flush()535 if (VDBG) Log.d(TAG, "write: " + mSocketOS + " length: " + length); in write()538 mSocketOS.write(b, offset, length); in write()549 mSocketOS.write(b, tmpOffset, tmpLength); in write()[all …]