/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 | 501 BluetoothGattBinder(GattService svc) { in BluetoothGattBinder() argument 502 mService = svc; in BluetoothGattBinder() 878 int serverIf, BluetoothGattService svc, AttributionSource attributionSource) { in addService() argument 884 service.addService(serverIf, svc, attributionSource); in addService() 3131 BluetoothGattService svc = null; in onServiceAdded() local 3137 svc = new BluetoothGattService(svcEl.uuid, svcEl.attributeHandle, in onServiceAdded() 3142 svc = new BluetoothGattService(svcEl.uuid, svcEl.attributeHandle, in onServiceAdded() 3146 svc.addCharacteristic( in onServiceAdded() 3151 List<BluetoothGattCharacteristic> chars = svc.getCharacteristics(); in onServiceAdded() 3161 app.callback.onServiceAdded(status, svc); in onServiceAdded()
|
/packages/modules/StatsD/tests/src/android/cts/statsd/validation/ |
D | BatteryStatsValidationTests.java | 150 for (Service svc : pkg.getServicesList()) { in testServiceStartCount() 151 if (svc.getName().equals(DEVICE_SIDE_TEST_FOREGROUND_SERVICE_NAME)) { in testServiceStartCount() 152 countFromBS = svc.getStartCount(); in testServiceStartCount() 195 for (Service svc : pkg.getServicesList()) { in testServiceLaunchCount() 196 if (svc.getName().equals(DEVICE_SIDE_TEST_FOREGROUND_SERVICE_NAME)) { in testServiceLaunchCount() 197 countFromBS = svc.getLaunchCount(); in testServiceLaunchCount()
|
/packages/services/Car/service/jni/evs/ |
D | EvsDeathRecipient.cpp | 30 EvsDeathRecipient::EvsDeathRecipient(const sp<IEvsEnumerator>& svc, EvsServiceCallback* callback) : in EvsDeathRecipient() argument 31 mService(svc), mCallback(callback) {} in EvsDeathRecipient()
|
D | EvsDeathRecipient.h | 33 const android::sp<android::hardware::automotive::evs::V1_1::IEvsEnumerator>& svc,
|
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/ |
D | LeAudioStateMachine.java | 91 LeAudioStateMachine(BluetoothDevice device, LeAudioService svc, in LeAudioStateMachine() argument 95 mService = svc; in LeAudioStateMachine() 111 static LeAudioStateMachine make(BluetoothDevice device, LeAudioService svc, in make() argument 114 … LeAudioStateMachine LeAudioSm = new LeAudioStateMachine(device, svc, nativeInterface, looper); in make()
|
D | LeAudioService.java | 729 BluetoothLeAudioBinder(LeAudioService svc) { in BluetoothLeAudioBinder() argument 730 mService = svc; in BluetoothLeAudioBinder()
|
/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/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStateMachine.java | 95 HearingAidStateMachine(BluetoothDevice device, HearingAidService svc, in HearingAidStateMachine() argument 99 mService = svc; in HearingAidStateMachine() 115 static HearingAidStateMachine make(BluetoothDevice device, HearingAidService svc, in make() argument 118 HearingAidStateMachine HearingAidSm = new HearingAidStateMachine(device, svc, in make()
|
D | HearingAidService.java | 868 BluetoothHearingAidBinder(HearingAidService svc) { in BluetoothHearingAidBinder() argument 869 mService = svc; in BluetoothHearingAidBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PbapClientStateMachine.java | 108 PbapClientStateMachine(PbapClientService svc, BluetoothDevice device) { in PbapClientStateMachine() argument 111 mService = svc; in PbapClientStateMachine()
|
D | PbapClientService.java | 233 BluetoothPbapClientBinder(PbapClientService svc) { in BluetoothPbapClientBinder() argument 234 mService = svc; in BluetoothPbapClientBinder()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TestConnectivityManager.java | 90 public TestConnectivityManager(Context ctx, IConnectivityManager svc) { in TestConnectivityManager() argument 91 super(ctx, svc); in TestConnectivityManager()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 199 A2dpSinkServiceBinder(A2dpSinkService svc) { in A2dpSinkServiceBinder() argument 200 mService = svc; in A2dpSinkServiceBinder()
|
/packages/services/Car/service/src/com/android/car/evs/ |
D | CarEvsService.java | 185 CarEvsService svc = mService.get(); in onCallbackDied() local 186 if (svc != null) { in onCallbackDied() 187 svc.handleClientDisconnected(listener); in onCallbackDied()
|
/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 | 245 BluetoothPanBinder(PanService svc) { in BluetoothPanBinder() argument 246 mService = svc; in BluetoothPanBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 337 BluetoothHidHostBinder(HidHostService svc) { in BluetoothHidHostBinder() argument 338 mService = svc; in BluetoothHidHostBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 230 BluetoothHeadsetClientBinder(HeadsetClientService svc) { in BluetoothHeadsetClientBinder() argument 231 mService = svc; in BluetoothHeadsetClientBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 1229 BluetoothA2dpBinder(A2dpService svc) { in BluetoothA2dpBinder() argument 1230 mService = svc; in BluetoothA2dpBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 417 BluetoothHeadsetBinder(HeadsetService svc) { in BluetoothHeadsetBinder() argument 418 mService = svc; in BluetoothHeadsetBinder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 1203 AdapterServiceBinder(AdapterService svc) { in AdapterServiceBinder() argument 1204 mService = svc; in AdapterServiceBinder()
|