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()
762 private final BluetoothServerSocket mServerSocket; field in BluetoothSocketConnFacade.AcceptThread776 mServerSocket = tmp; in AcceptThread()802 mServerSocket = tmp; in AcceptThread()809 mSocket = mServerSocket.accept(mTimeout); in run()810 BluetoothConnection conn = new BluetoothConnection(mSocket, mServerSocket); in run()824 Log.d("AcceptThread:cancel: mmSocket=" + mSocket + ", mmServerSocket=" + mServerSocket); in cancel()832 if (mServerSocket != null) { in cancel()834 mServerSocket.close(); in cancel()846 return mServerSocket.getPsm(); in getPsm()
50 private ServerSocket mServerSocket = null; field in HttpFacade127 mServerSocket = new ServerSocket(port); in httpAcceptConnection()129 mServerSocket.setSoTimeout(mServerTimeout); in httpAcceptConnection()131 Socket sock = mServerSocket.accept(); in httpAcceptConnection()210 mServerSocket.setSoTimeout(timeout); in httpSetServerTimeout()