Home
last modified time | relevance | path

Searched refs:IProfileServiceBinder (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DProfileService.java39 public interface IProfileServiceBinder extends IBinder { interface in ProfileService
43 private final IProfileServiceBinder mBinder;
69 protected abstract IProfileServiceBinder initBinder(); in initBinder()
95 public IProfileServiceBinder getBinder() { in getBinder()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMcpService.java88 protected IProfileServiceBinder initBinder() { in initBinder()
228 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java62 protected IProfileServiceBinder initBinder() { in initBinder()
221 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java188 protected IProfileServiceBinder initBinder() { in initBinder()
195 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java75 protected IProfileServiceBinder initBinder() { in initBinder()
484 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java190 protected IProfileServiceBinder initBinder() { in initBinder()
594 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientService.java137 public IProfileServiceBinder initBinder() { in initBinder()
370 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientService.java295 public IProfileServiceBinder initBinder() { in initBinder()
434 static class Binder extends IBluetoothMapClient.Stub implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanService.java117 public IProfileServiceBinder initBinder() { in initBinder()
293 static class BluetoothPanBinder extends IBluetoothPan.Stub implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java364 protected IProfileServiceBinder initBinder() { in initBinder()
371 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceService.java295 implements IProfileServiceBinder {
495 protected IProfileServiceBinder initBinder() { in initBinder()
DHidHostService.java152 public IProfileServiceBinder initBinder() { in initBinder()
798 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java649 protected IProfileServiceBinder initBinder() { in initBinder()
905 private static class SapBinder extends IBluetoothSap.Stub implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java709 protected IProfileServiceBinder initBinder() { in initBinder()
830 static class PbapBinder extends IBluetoothPbap.Stub implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java105 protected IProfileServiceBinder initBinder() { in initBinder()
939 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java115 protected IProfileServiceBinder initBinder() { in initBinder()
1039 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java95 public IProfileServiceBinder initBinder() { in initBinder()
280 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java132 protected IProfileServiceBinder initBinder() { in initBinder()
1219 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java674 protected IProfileServiceBinder initBinder() { in initBinder()
1256 static class BluetoothMapBinder extends IBluetoothMap.Stub implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppService.java239 protected IProfileServiceBinder initBinder() { in initBinder()
243 private static class OppBinder extends Binder implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java152 protected IProfileServiceBinder initBinder() { in initBinder()
1376 static class BluetoothA2dpBinder extends IBluetoothA2dp.Stub implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java214 protected IProfileServiceBinder initBinder() { in initBinder()
1401 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java232 public IProfileServiceBinder initBinder() { in initBinder()
500 implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java199 protected IProfileServiceBinder initBinder() { in initBinder()
409 static class BluetoothGattBinder extends IBluetoothGatt.Stub implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java568 protected IProfileServiceBinder initBinder() { in initBinder()
3593 implements IProfileServiceBinder {

12