HomeSort by relevance Sort by last modified time
    Searched refs:SapRilReceiver (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapRilReceiver.java 18 public class SapRilReceiver implements Runnable {
20 private static final String TAG = "SapRilReceiver";
37 public SapRilReceiver(Handler SapServerMsgHandler, Handler sapServiceHandler) {
112 * This will terminate the SapRilReceiver thread, by closing the RIL-BT in-/output
SapServer.java 40 * The RIL replies are read in the SapRilReceiver, and passed to the SapServer message handler
64 /* The RIL output stream - the input stream is owned by the SapRilReceiver object */
66 /* References to the SapRilReceiver object */
67 private SapRilReceiver mRilBtReceiver = null;
306 mRilBtReceiver = new SapRilReceiver(mSapHandler, mSapServiceHandler);
507 * 1) Start the SapRilReceiver thread (open the rild-bt socket)
    [all...]

Completed in 146 milliseconds