Home
last modified time | relevance | path

Searched refs:svc (Results 1 – 22 of 22) 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.java501 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/
DBatteryStatsValidationTests.java150 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/
DEvsDeathRecipient.cpp30 EvsDeathRecipient::EvsDeathRecipient(const sp<IEvsEnumerator>& svc, EvsServiceCallback* callback) : in EvsDeathRecipient() argument
31 mService(svc), mCallback(callback) {} in EvsDeathRecipient()
DEvsDeathRecipient.h33 const android::sp<android::hardware::automotive::evs::V1_1::IEvsEnumerator>& svc,
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
DLeAudioStateMachine.java91 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()
DLeAudioService.java729 BluetoothLeAudioBinder(LeAudioService svc) { in BluetoothLeAudioBinder() argument
730 mService = svc; in BluetoothLeAudioBinder()
/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/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java95 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()
DHearingAidService.java868 BluetoothHearingAidBinder(HearingAidService svc) { in BluetoothHearingAidBinder() argument
869 mService = svc; in BluetoothHearingAidBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java108 PbapClientStateMachine(PbapClientService svc, BluetoothDevice device) { in PbapClientStateMachine() argument
111 mService = svc; in PbapClientStateMachine()
DPbapClientService.java233 BluetoothPbapClientBinder(PbapClientService svc) { in BluetoothPbapClientBinder() argument
234 mService = svc; in BluetoothPbapClientBinder()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTestConnectivityManager.java90 public TestConnectivityManager(Context ctx, IConnectivityManager svc) { in TestConnectivityManager() argument
91 super(ctx, svc); in TestConnectivityManager()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java199 A2dpSinkServiceBinder(A2dpSinkService svc) { in A2dpSinkServiceBinder() argument
200 mService = svc; in A2dpSinkServiceBinder()
/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java185 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/
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.java245 BluetoothPanBinder(PanService svc) { in BluetoothPanBinder() argument
246 mService = svc; in BluetoothPanBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java337 BluetoothHidHostBinder(HidHostService svc) { in BluetoothHidHostBinder() argument
338 mService = svc; in BluetoothHidHostBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java230 BluetoothHeadsetClientBinder(HeadsetClientService svc) { in BluetoothHeadsetClientBinder() argument
231 mService = svc; in BluetoothHeadsetClientBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java1229 BluetoothA2dpBinder(A2dpService svc) { in BluetoothA2dpBinder() argument
1230 mService = svc; in BluetoothA2dpBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java417 BluetoothHeadsetBinder(HeadsetService svc) { in BluetoothHeadsetBinder() argument
418 mService = svc; in BluetoothHeadsetBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1203 AdapterServiceBinder(AdapterService svc) { in AdapterServiceBinder() argument
1204 mService = svc; in AdapterServiceBinder()