Home
last modified time | relevance | path

Searched refs:initBinder (Results 1 – 25 of 29) sorted by relevance

12

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DProfileService.java69 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/
DMcpService.java88 protected IProfileServiceBinder initBinder() { in initBinder() method in McpService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java62 protected IProfileServiceBinder initBinder() { in initBinder() method in TbsService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java188 protected IProfileServiceBinder initBinder() { in initBinder() method in A2dpSinkService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java75 protected IProfileServiceBinder initBinder() { in initBinder() method in BatteryService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java190 protected IProfileServiceBinder initBinder() { in initBinder() method in AvrcpTargetService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientService.java137 public IProfileServiceBinder initBinder() { in initBinder() method in PbapClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientService.java295 public IProfileServiceBinder initBinder() { in initBinder() method in MapClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanService.java117 public IProfileServiceBinder initBinder() { in initBinder() method in PanService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java364 protected IProfileServiceBinder initBinder() { in initBinder() method in AvrcpControllerService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceService.java495 protected IProfileServiceBinder initBinder() { in initBinder() method in HidDeviceService
DHidHostService.java152 public IProfileServiceBinder initBinder() { in initBinder() method in HidHostService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java649 protected IProfileServiceBinder initBinder() { in initBinder() method in SapService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java709 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothPbapService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java105 protected IProfileServiceBinder initBinder() { in initBinder() method in HearingAidService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java115 protected IProfileServiceBinder initBinder() { in initBinder() method in CsipSetCoordinatorService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java95 public IProfileServiceBinder initBinder() { in initBinder() method in HeadsetClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java132 protected IProfileServiceBinder initBinder() { in initBinder() method in HapClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java674 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothMapService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppService.java239 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothOppService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java152 protected IProfileServiceBinder initBinder() { in initBinder() method in A2dpService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java130 mServiceBinder = (HapClientService.BluetoothHapClientBinder) mService.initBinder(); in setUp()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java136 mServiceBinder = (HearingAidService.BluetoothHearingAidBinder) mService.initBinder(); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java214 protected IProfileServiceBinder initBinder() { in initBinder() method in VolumeControlService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java232 public IProfileServiceBinder initBinder() { in initBinder() method in HeadsetService

12