Searched refs:mConnectThread (Results 1 – 2 of 2) sorted by relevance
64 private RfcommConnectThread mConnectThread; field in BluetoothPbapSession80 mConnectThread = null; in BluetoothPbapSession()96 mConnectThread = null; in handleMessage()107 mConnectThread = null; in handleMessage()240 if (mConnectThread == null && mObexSession == null) { in startRfcomm()243 mConnectThread = new RfcommConnectThread(); in startRfcomm()244 mConnectThread.start(); in startRfcomm()256 if (mConnectThread != null) { in stopRfcomm()260 mConnectThread.closeSocket(); in stopRfcomm()262 mConnectThread.join(); in stopRfcomm()[all …]
141 mConnectThread = new in handleMessage()144 mConnectThread.start(); in handleMessage()152 mConnectThread = null; in handleMessage()163 mConnectThread = null; in handleMessage()403 if (mConnectThread != null) { in stop()405 mConnectThread.interrupt(); in stop()407 mConnectThread.join(); in stop()411 mConnectThread = null; in stop()492 mConnectThread = new SocketConnectThread("localhost", Constants.TCP_DEBUG_PORT, 0); in startConnectSession()493 mConnectThread.start(); in startConnectSession()[all …]