Home
last modified time | relevance | path

Searched refs:mBluetoothSocketManagerBinder (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java295 private BluetoothSocketManagerBinder mBluetoothSocketManagerBinder; field in AdapterService
750 mBluetoothSocketManagerBinder = new BluetoothSocketManagerBinder(this); in init()
1476 if (mBluetoothSocketManagerBinder != null) { in cleanup()
1477 mBluetoothSocketManagerBinder.cleanUp(); in cleanup()
1478 mBluetoothSocketManagerBinder = null; in cleanup()
3399 return IBluetoothSocketManager.Stub.asInterface(service.mBluetoothSocketManagerBinder); in getSocketManager()