/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattDebugUtils.java | 71 static boolean handleDebugAction(GattService svc, Intent intent) { in handleDebugAction() argument 88 svc.gattTestCommand(0x01, null, null, bEnable ? 1 : 0, 0, 0, 0, 0); in handleDebugAction() 94 svc.gattTestCommand(0x02, null, address, type, addrType, 0, 0, 0); in handleDebugAction() 97 svc.gattTestCommand(0x03, null, null, 0, 0, 0, 0, 0); in handleDebugAction() 104 svc.gattTestCommand(0x04, uuid, null, type, shdl, ehdl, 0, 0); in handleDebugAction() 112 svc.gattTestCommand(0xF0, null, null, authReq, ioCap, initKey, respKey, maxKey); in handleDebugAction()
|
D | GattService.java | 416 BluetoothGattBinder(GattService svc) { in BluetoothGattBinder() argument 417 mService = svc; in BluetoothGattBinder() 771 public void addService(int serverIf, BluetoothGattService svc) { in addService() argument 777 service.addService(serverIf, svc); in addService() 2712 BluetoothGattService svc = null; in onServiceAdded() local 2718 svc = new BluetoothGattService(svcEl.uuid, svcEl.attributeHandle, in onServiceAdded() 2723 svc = new BluetoothGattService(svcEl.uuid, svcEl.attributeHandle, in onServiceAdded() 2727 svc.addCharacteristic( in onServiceAdded() 2732 List<BluetoothGattCharacteristic> chars = svc.getCharacteristics(); in onServiceAdded() 2742 app.callback.onServiceAdded(status, svc); in onServiceAdded()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ProcStatsEntry.java | 263 public void addService(ServiceState svc) { in addService() argument 264 ArrayList<Service> services = mServices.get(svc.getPackage()); in addService() 267 mServices.put(svc.getPackage(), services); in addService() 269 services.add(new Service(svc)); in addService()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | ProcStatsEntry.java | 263 public void addService(ServiceState svc) { in addService() argument 264 ArrayList<Service> services = mServices.get(svc.getPackage()); in addService() 267 mServices.put(svc.getPackage(), services); in addService() 269 services.add(new Service(svc)); in addService()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStateMachine.java | 92 HearingAidStateMachine(BluetoothDevice device, HearingAidService svc, in HearingAidStateMachine() argument 96 mService = svc; in HearingAidStateMachine() 112 static HearingAidStateMachine make(BluetoothDevice device, HearingAidService svc, in make() argument 115 HearingAidStateMachine HearingAidSm = new HearingAidStateMachine(device, svc, in make()
|
D | HearingAidService.java | 856 BluetoothHearingAidBinder(HearingAidService svc) { in BluetoothHearingAidBinder() argument 857 mService = svc; in BluetoothHearingAidBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PbapClientStateMachine.java | 106 PbapClientStateMachine(PbapClientService svc, BluetoothDevice device) { in PbapClientStateMachine() argument 109 mService = svc; in PbapClientStateMachine()
|
D | PbapClientService.java | 221 BluetoothPbapClientBinder(PbapClientService svc) { in BluetoothPbapClientBinder() argument 222 mService = svc; in BluetoothPbapClientBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 158 A2dpSinkServiceBinder(A2dpSinkService svc) { in A2dpSinkServiceBinder() argument 159 mService = svc; in A2dpSinkServiceBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 1509 ByteBuffer svc = ByteBuffer.allocate(16); in getPBSecondaryFolderVersion() local 1510 svc.putLong(secondaryVcMsb); in getPBSecondaryFolderVersion() 1513 svc.putLong(BluetoothPbapUtils.sSecondaryVersionCounter); in getPBSecondaryFolderVersion() 1514 return svc.array(); in getPBSecondaryFolderVersion()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | PanService.java | 224 BluetoothPanBinder(PanService svc) { in BluetoothPanBinder() argument 225 mService = svc; in BluetoothPanBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 191 BluetoothHeadsetClientBinder(HeadsetClientService svc) { in BluetoothHeadsetClientBinder() argument 192 mService = svc; in BluetoothHeadsetClientBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 316 BluetoothHidHostBinder(HidHostService svc) { in BluetoothHidHostBinder() argument 317 mService = svc; in BluetoothHidHostBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 1195 BluetoothA2dpBinder(A2dpService svc) { in BluetoothA2dpBinder() argument 1196 mService = svc; in BluetoothA2dpBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 412 BluetoothHeadsetBinder(HeadsetService svc) { in BluetoothHeadsetBinder() argument 413 mService = svc; in BluetoothHeadsetBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 1079 AdapterServiceBinder(AdapterService svc) { in AdapterServiceBinder() argument 1080 mService = svc; in AdapterServiceBinder()
|