/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | ProfileService.java | 69 protected abstract IProfileServiceBinder initBinder(); in initBinder() method in ProfileService 91 mBinder = requireNonNull(initBinder(), "Binder null is not allowed for " + mName); in ProfileService()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | McpService.java | 88 protected IProfileServiceBinder initBinder() { in initBinder() method in McpService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsService.java | 62 protected IProfileServiceBinder initBinder() { in initBinder() method in TbsService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 188 protected IProfileServiceBinder initBinder() { in initBinder() method in A2dpSinkService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryService.java | 75 protected IProfileServiceBinder initBinder() { in initBinder() method in BatteryService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/ |
D | AvrcpTargetService.java | 190 protected IProfileServiceBinder initBinder() { in initBinder() method in AvrcpTargetService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 137 public IProfileServiceBinder initBinder() { in initBinder() method in PbapClientService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/ |
D | MapClientService.java | 295 public IProfileServiceBinder initBinder() { in initBinder() method in MapClientService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/ |
D | PanService.java | 117 public IProfileServiceBinder initBinder() { in initBinder() method in PanService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 364 protected IProfileServiceBinder initBinder() { in initBinder() method in AvrcpControllerService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidDeviceService.java | 495 protected IProfileServiceBinder initBinder() { in initBinder() method in HidDeviceService
|
D | HidHostService.java | 152 public IProfileServiceBinder initBinder() { in initBinder() method in HidHostService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/ |
D | SapService.java | 649 protected IProfileServiceBinder initBinder() { in initBinder() method in SapService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 709 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothPbapService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 105 protected IProfileServiceBinder initBinder() { in initBinder() method in HearingAidService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorService.java | 115 protected IProfileServiceBinder initBinder() { in initBinder() method in CsipSetCoordinatorService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 95 public IProfileServiceBinder initBinder() { in initBinder() method in HeadsetClientService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
D | HapClientService.java | 132 protected IProfileServiceBinder initBinder() { in initBinder() method in HapClientService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 674 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothMapService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppService.java | 239 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothOppService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 152 protected IProfileServiceBinder initBinder() { in initBinder() method in A2dpService
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/ |
D | HapClientTest.java | 130 mServiceBinder = (HapClientService.BluetoothHapClientBinder) mService.initBinder(); in setUp()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 136 mServiceBinder = (HearingAidService.BluetoothHearingAidBinder) mService.initBinder(); in setUp()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlService.java | 214 protected IProfileServiceBinder initBinder() { in initBinder() method in VolumeControlService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 232 public IProfileServiceBinder initBinder() { in initBinder() method in HeadsetService
|