Home
last modified time | relevance | path

Searched refs:newService (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/chre/chpp/
H A Dservices.c89 const struct ChppService *newService) { in chppRegisterService() argument
90 CHPP_NOT_NULL(newService); in chppRegisterService()
99 newService; in chppRegisterService()
104 chppUuidToStr(newService->descriptor.uuid, uuidText); in chppRegisterService()
111 newService->descriptor.name, uuidText, in chppRegisterService()
112 newService->descriptor.version.major, in chppRegisterService()
113 newService->descriptor.version.minor, in chppRegisterService()
114 newService->descriptor.version.patch, newService->minLength); in chppRegisterService()
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DHealthServiceWearInfoProvider.java109 IHealth newService = null; in getHealthService() local
111 newService = mHealthSupplier.get(name); in getHealthService()
115 if (newService != null) { in getHealthService()
116 return newService; in getHealthService()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetAgIndicatorEnableState.java27 HeadsetAgIndicatorEnableState(boolean newService, boolean newRoam, boolean newSignal, in HeadsetAgIndicatorEnableState() argument
29 service = newService; in HeadsetAgIndicatorEnableState()
/aosp12/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DBroadcastRadioService.java65 boolean newService = false;
67 newService = true;
82 if (newService) {
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java1208 @Override public void onRegistration(IHealth oldService, IHealth newService, in onRegistration() argument
1210 if (newService == null) return; in onRegistration()
1230 int r = newService.registerCallback(this); in onRegistration()
1237 newService.update(); in onRegistration()
1501 IHealth newService = null; in init() local
1505 newService = healthSupplier.get(name); in init()
1511 if (newService != null) { in init()
1513 mLastService.set(newService); in init()
1518 if (mInstanceName == null || newService == null) { in init()
1526 mCallback.onRegistration(null, newService, mInstanceName); in init()
[all …]
/aosp12/system/chre/chpp/include/chpp/
H A Dservices.h148 const struct ChppService *newService);
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManagerListenerBase.java43 ConnectionServiceWrapper newService) { in onConnectionServiceChanged() argument
H A DInCallController.java1305 ConnectionServiceWrapper newService) { in onConnectionServiceChanged() argument
H A DCallsManager.java166 ConnectionServiceWrapper newService); in onConnectionServiceChanged() argument
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DCar.java1096 ICar newService = ICar.Stub.asInterface(service);
1097 if (newService == null) {
1101 if (mService != null && mService.asBinder().equals(newService.asBinder())) {
1106 mService = newService;
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java3918 final boolean newService = psr.startService(r); in realStartServiceLocked()
3962 if (newService) { in realStartServiceLocked()
3982 if (newService && created) { in realStartServiceLocked()