Searched refs:mSocketIS (Results 1 – 2 of 2) sorted by relevance
154 private InputStream mSocketIS; field in BluetoothSocket283 bluetoothSocket.mSocketIS = bluetoothSocket.mSocket.getInputStream(); in createSocketFromOpenFd()324 as.mSocketIS = as.mSocket.getInputStream(); in acceptSocket()468 mSocketIS = mSocket.getInputStream(); in connect()471 int channel = readInt(mSocketIS); in connect()473 int errCode = (int) mSocketIS.read(); in connect()481 waitSocketSignal(mSocketIS); in connect()570 mSocketIS = mSocket.getInputStream(); in bindListen()573 if (DBG) Log.d(TAG, "bindListen(), readInt mSocketIS: " + mSocketIS); in bindListen()574 int channel = readInt(mSocketIS); in bindListen()[all …]
1032 Landroid/bluetooth/BluetoothSocket;->mSocketIS:Ljava/io/InputStream;