Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDebugUtils.java71 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()
DGattService.java416 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/
DProcStatsEntry.java263 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/
DProcStatsEntry.java263 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/
DHearingAidStateMachine.java92 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()
DHearingAidService.java856 BluetoothHearingAidBinder(HearingAidService svc) { in BluetoothHearingAidBinder() argument
857 mService = svc; in BluetoothHearingAidBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java106 PbapClientStateMachine(PbapClientService svc, BluetoothDevice device) { in PbapClientStateMachine() argument
109 mService = svc; in PbapClientStateMachine()
DPbapClientService.java221 BluetoothPbapClientBinder(PbapClientService svc) { in BluetoothPbapClientBinder() argument
222 mService = svc; in BluetoothPbapClientBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java158 A2dpSinkServiceBinder(A2dpSinkService svc) { in A2dpSinkServiceBinder() argument
159 mService = svc; in A2dpSinkServiceBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java1509 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/
DPanService.java224 BluetoothPanBinder(PanService svc) { in BluetoothPanBinder() argument
225 mService = svc; in BluetoothPanBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java191 BluetoothHeadsetClientBinder(HeadsetClientService svc) { in BluetoothHeadsetClientBinder() argument
192 mService = svc; in BluetoothHeadsetClientBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java316 BluetoothHidHostBinder(HidHostService svc) { in BluetoothHidHostBinder() argument
317 mService = svc; in BluetoothHidHostBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java1195 BluetoothA2dpBinder(A2dpService svc) { in BluetoothA2dpBinder() argument
1196 mService = svc; in BluetoothA2dpBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java412 BluetoothHeadsetBinder(HeadsetService svc) { in BluetoothHeadsetBinder() argument
413 mService = svc; in BluetoothHeadsetBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1079 AdapterServiceBinder(AdapterService svc) { in AdapterServiceBinder() argument
1080 mService = svc; in AdapterServiceBinder()