Searched refs:mServerSocket (Results 1 – 3 of 3) sorted by relevance
44 private BluetoothServerSocket mServerSocket; field in BluetoothConnection51 BluetoothConnection(BluetoothSocket mSocket, BluetoothServerSocket mServerSocket) in BluetoothConnection() argument58 this.mServerSocket = mServerSocket; in BluetoothConnection()287 if (mServerSocket != null) { in stop()289 mServerSocket.close(); in stop()294 mServerSocket = null; in stop()
748 private final BluetoothServerSocket mServerSocket; field in BluetoothSocketConnFacade.AcceptThread762 mServerSocket = tmp; in AcceptThread()788 mServerSocket = tmp; in AcceptThread()795 mSocket = mServerSocket.accept(mTimeout); in run()796 BluetoothConnection conn = new BluetoothConnection(mSocket, mServerSocket); in run()810 Log.d("AcceptThread:cancel: mmSocket=" + mSocket + ", mmServerSocket=" + mServerSocket); in cancel()818 if (mServerSocket != null) { in cancel()820 mServerSocket.close(); in cancel()832 return mServerSocket.getPsm(); in getPsm()
50 private ServerSocket mServerSocket = null; field in HttpFacade121 mServerSocket = new ServerSocket(port); in httpAcceptConnection()123 mServerSocket.setSoTimeout(mServerTimeout); in httpAcceptConnection()125 Socket sock = mServerSocket.accept(); in httpAcceptConnection()206 mServerSocket.setSoTimeout(timeout); in httpSetServerTimeout()