Searched refs:newService (Results 1 – 11 of 11) sorted by relevance
/aosp12/system/chre/chpp/ |
H A D | services.c | 89 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 D | HealthServiceWearInfoProvider.java | 109 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 D | HeadsetAgIndicatorEnableState.java | 27 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 D | BroadcastRadioService.java | 65 boolean newService = false; 67 newService = true; 82 if (newService) {
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | BatteryService.java | 1208 @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 D | services.h | 148 const struct ChppService *newService);
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallsManagerListenerBase.java | 43 ConnectionServiceWrapper newService) { in onConnectionServiceChanged() argument
|
H A D | InCallController.java | 1305 ConnectionServiceWrapper newService) { in onConnectionServiceChanged() argument
|
H A D | CallsManager.java | 166 ConnectionServiceWrapper newService); in onConnectionServiceChanged() argument
|
/aosp12/packages/services/Car/car-lib/src/android/car/ |
H A D | Car.java | 1096 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 D | ActiveServices.java | 3918 final boolean newService = psr.startService(r); in realStartServiceLocked() 3962 if (newService) { in realStartServiceLocked() 3982 if (newService && created) { in realStartServiceLocked()
|