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.java62 private BufferedInputStream mRfcommIn = null; field in SapServer
111 mRfcommIn = new BufferedInputStream(inStream); in SapServer()
323 int requestType = mRfcommIn.read(); in run()
330 SapMessage msg = SapMessage.readMessage(requestType, mRfcommIn); in run()
467 if(mRfcommIn != null) try { in run()
469 mRfcommIn.close(); in run()
470 mRfcommIn = null; in run()
671 if (mRfcommIn != null) in shutdown()
672 mRfcommIn.close(); in shutdown()
674 mRfcommIn = null; in shutdown()