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()
777 private final BluetoothServerSocket mServerSocket; field in BluetoothSocketConnFacade.AcceptThread791 mServerSocket = tmp; in AcceptThread()817 mServerSocket = tmp; in AcceptThread()824 mSocket = mServerSocket.accept(mTimeout); in run()825 BluetoothConnection conn = new BluetoothConnection(mSocket, mServerSocket); in run()839 Log.d("AcceptThread:cancel: mmSocket=" + mSocket + ", mmServerSocket=" + mServerSocket); in cancel()847 if (mServerSocket != null) { in cancel()849 mServerSocket.close(); in cancel()861 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()