Searched defs:mSocketOS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java117 private OutputStream mSocketOS; field in class:BluetoothSocket
201 as.mSocketOS = as.mSocket.getOutputStream();
318 mSocketOS = mSocket.getOutputStream();
368 mSocketOS = mSocket.getOutputStream();
420 if (VDBG) Log.d(TAG, "flush: " + mSocketOS);
421 mSocketOS.flush();
436 if (VDBG) Log.d(TAG, "write: " + mSocketOS + " length: " + length);
437 mSocketOS.write(b, offset, length);
439 if (VDBG) Log.d(TAG, "write out: " + mSocketOS + " length: " + length);
456 ", mSocketOS
[all...]

Completed in 94 milliseconds