Searched refs:mRfcommOut (Results 1 – 1 of 1) sorted by relevance
65 private BufferedOutputStream mRfcommOut = null; field in SapServer116 mRfcommOut = new BufferedOutputStream(outStream); in SapServer()472 if(mRfcommOut != null) try { in run()474 mRfcommOut.close(); in run()475 mRfcommOut = null; in run()660 if (mRfcommOut != null) in shutdown()661 mRfcommOut.close(); in shutdown()668 mRfcommOut = null; in shutdown()876 if(mRfcommOut != null) { // Needed to handle brutal shutdown from car-kit and out of range in sendReply()878 msg.write(mRfcommOut); in sendReply()[all …]