Searched refs:mSocketOS (Results 1 – 2 of 2) sorted by relevance
155 private OutputStream mSocketOS; field in BluetoothSocket284 bluetoothSocket.mSocketOS = bluetoothSocket.mSocket.getOutputStream(); in createSocketFromOpenFd()325 as.mSocketOS = as.mSocket.getOutputStream(); in acceptSocket()469 mSocketOS = mSocket.getOutputStream(); in connect()571 mSocketOS = mSocket.getOutputStream(); in bindListen()678 if (VDBG) Log.d(TAG, "write: " + mSocketOS + " length: " + length); in write()681 mSocketOS.write(b, offset, length); in write()695 mSocketOS.write(b, tmpOffset, tmpLength); in write()701 mSocketOS.write(b, offset, length); in write()704 if (VDBG) Log.d(TAG, "write out: " + mSocketOS + " length: " + length); in write()[all …]
1033 Landroid/bluetooth/BluetoothSocket;->mSocketOS:Ljava/io/OutputStream;