Home
last modified time | relevance | path

Searched refs:mRfcommIn (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java66 private BufferedInputStream mRfcommIn = null; field in SapServer
115 mRfcommIn = new BufferedInputStream(inStream); in SapServer()
321 int requestType = mRfcommIn.read(); in run()
325 SapMessage msg = SapMessage.readMessage(requestType, mRfcommIn); in run()
466 if(mRfcommIn != null) try { in run()
468 mRfcommIn.close(); in run()
469 mRfcommIn = null; in run()
664 if (mRfcommIn != null) in shutdown()
665 mRfcommIn.close(); in shutdown()
667 mRfcommIn = null; in shutdown()