blob: d5303ef23666ec78249ba51903448ebdefa3925a [file] [log] [blame]
keunyoungca515072015-07-10 12:21:47 -07001/*
2 * Copyright (C) 2015 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17package com.android.car;
18
Pavel Maltsevabd47232017-10-10 16:54:57 -070019import android.annotation.MainThread;
Yao Chene33f07e2016-07-26 12:02:51 -070020import android.app.UiModeManager;
Keun-young Parke54ac272016-02-16 19:02:18 -080021import android.car.Car;
22import android.car.ICar;
Pavel Maltsev0477e292016-05-27 12:22:36 -070023import android.car.cluster.renderer.IInstrumentClusterNavigation;
keunyoungca515072015-07-10 12:21:47 -070024import android.content.Context;
keunyoung1ab8e182015-09-24 09:25:22 -070025import android.content.pm.PackageManager;
Pavel Maltsevcfe93102017-02-02 12:38:08 -080026import android.hardware.automotive.vehicle.V2_0.IVehicle;
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -080027import android.hardware.automotive.vehicle.V2_0.VehicleArea;
Keun-young Parkaab47cd2017-06-05 11:04:50 -070028import android.os.Binder;
keunyoungca515072015-07-10 12:21:47 -070029import android.os.IBinder;
Keun-young Parkaab47cd2017-06-05 11:04:50 -070030import android.os.Process;
Steve Paikc302c7c2017-08-04 14:01:58 -070031import android.os.Trace;
keunyoungca515072015-07-10 12:21:47 -070032import android.util.Log;
Steve Paikc302c7c2017-08-04 14:01:58 -070033import android.util.Slog;
Keun-young Park4a79a382017-08-10 18:19:14 -070034import android.util.TimingsTraceLog;
Pavel Maltsev1ecdd6c2016-03-02 16:33:44 -080035import com.android.car.cluster.InstrumentClusterService;
keunyoungcc449f72015-08-12 10:46:27 -070036import com.android.car.hal.VehicleHal;
Antonio Cortesc52d5f92017-02-06 08:47:38 -080037import com.android.car.internal.FeatureConfiguration;
Keun-young Park4aeb4bf2015-12-08 18:31:33 -080038import com.android.car.pm.CarPackageManagerService;
Enrico Granatab19bc322017-10-12 12:25:06 -070039import com.android.car.systeminterface.SystemInterface;
keunyoungca515072015-07-10 12:21:47 -070040import com.android.internal.annotations.GuardedBy;
Steve Paik1d8bea22018-02-03 01:54:06 +000041import com.android.internal.car.ICarServiceHelper;
keunyounga3b28d82015-08-25 13:05:15 -070042import java.io.PrintWriter;
Antonio Cortese4619c72017-02-02 07:53:27 -080043import java.util.ArrayList;
44import java.util.Arrays;
45import java.util.List;
keunyounga3b28d82015-08-25 13:05:15 -070046
keunyoungca515072015-07-10 12:21:47 -070047public class ICarImpl extends ICar.Stub {
keunyoungca515072015-07-10 12:21:47 -070048
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -080049 public static final String INTERNAL_INPUT_SERVICE = "internal_input";
Keun-young Park4727da32016-05-31 10:00:51 -070050 public static final String INTERNAL_SYSTEM_ACTIVITY_MONITORING_SERVICE =
51 "system_activity_monitoring";
Keun-young Parka28d7b22016-02-29 16:54:29 -080052
keunyoungca515072015-07-10 12:21:47 -070053 private final Context mContext;
Pavel Maltsevec83b632017-01-05 15:10:55 -080054 private final VehicleHal mHal;
keunyoungca515072015-07-10 12:21:47 -070055
Keun-young Park4727da32016-05-31 10:00:51 -070056 private final SystemActivityMonitoringService mSystemActivityMonitoringService;
keunyoung4b0212c2015-10-29 17:11:57 -070057 private final CarPowerManagementService mCarPowerManagementService;
Keun-young Parka28d7b22016-02-29 16:54:29 -080058 private final CarPackageManagerService mCarPackageManagerService;
59 private final CarInputService mCarInputService;
keunyoungca515072015-07-10 12:21:47 -070060 private final CarSensorService mCarSensorService;
Ram Periathiruvadi25c16f12017-11-17 16:48:37 -080061 private final CarDrivingStateService mCarDrivingStateService;
Ram Periathiruvadi4526a432018-01-24 13:00:54 -080062 private final CarUxRestrictionsManagerService mCarUXRestrictionsService;
keunyounga3b28d82015-08-25 13:05:15 -070063 private final CarInfoService mCarInfoService;
keunyoungd32f4e62015-09-21 11:33:06 -070064 private final CarAudioService mCarAudioService;
Vitalii Tomkiv6e5ee612016-03-09 14:57:32 -080065 private final CarProjectionService mCarProjectionService;
Steve Paik43c04a72016-07-08 19:12:09 -070066 private final CarCabinService mCarCabinService;
Steve Paik66481982015-10-27 15:22:38 -070067 private final CarHvacService mCarHvacService;
Sanket Agarwal3cf096a2015-10-13 14:46:31 -070068 private final CarRadioService mCarRadioService;
Joseph Pirozzo317343d2016-01-25 10:22:37 -080069 private final CarNightService mCarNightService;
Vitalii Tomkiv46371472016-05-23 16:55:22 -070070 private final AppFocusService mAppFocusService;
Yao Chen3a7976d2016-01-20 17:27:08 -080071 private final GarageModeService mGarageModeService;
Pavel Maltsev1ecdd6c2016-03-02 16:33:44 -080072 private final InstrumentClusterService mInstrumentClusterService;
Gregory Clarkd8136062017-12-11 14:27:53 -080073 private final CarLocationService mCarLocationService;
Keun-young Parkd73afae2016-04-08 20:03:32 -070074 private final SystemStateControllerService mSystemStateControllerService;
Pavel Maltsev634e1ff2016-07-14 15:41:26 -070075 private final CarVendorExtensionService mCarVendorExtensionService;
Ram Periathiruvadi7ed84182017-01-20 15:18:08 -080076 private final CarBluetoothService mCarBluetoothService;
Ram Periathiruvadiacb60242017-04-13 16:19:09 -070077 private final PerUserCarServiceHelper mPerUserCarServiceHelper;
Enrico Granata9a916d72017-09-19 14:33:08 -070078 private final CarDiagnosticService mCarDiagnosticService;
79 private final CarStorageMonitoringService mCarStorageMonitoringService;
Steve Paik0f9fc002018-02-09 17:42:00 -080080 private final SystemInterface mSystemInterface;
Antonio Cortese4619c72017-02-02 07:53:27 -080081 private VmsSubscriberService mVmsSubscriberService;
Antonio Cortes6b3544c2017-02-06 16:54:58 -080082 private VmsPublisherService mVmsPublisherService;
keunyounga74b9ca2015-10-21 13:33:58 -070083
Pavel Maltsev0d07c762016-11-03 16:40:15 -070084 private final CarServiceBase[] mAllServices;
85
Steve Paikc302c7c2017-08-04 14:01:58 -070086 private static final String TAG = "ICarImpl";
87 private static final String VHAL_TIMING_TAG = "VehicleHalTiming";
Keun-young Park4a79a382017-08-10 18:19:14 -070088 private static final TimingsTraceLog mBootTiming = new TimingsTraceLog(VHAL_TIMING_TAG,
Gregory Clarkd8136062017-12-11 14:27:53 -080089 Trace.TRACE_TAG_HAL);
Steve Paikc302c7c2017-08-04 14:01:58 -070090
keunyoung1ab8e182015-09-24 09:25:22 -070091 /** Test only service. Populate it only when necessary. */
92 @GuardedBy("this")
93 private CarTestService mCarTestService;
keunyoungca515072015-07-10 12:21:47 -070094
Keun-young Parkaab47cd2017-06-05 11:04:50 -070095 @GuardedBy("this")
96 private ICarServiceHelper mICarServiceHelper;
97
Pavel Maltsevec83b632017-01-05 15:10:55 -080098 public ICarImpl(Context serviceContext, IVehicle vehicle, SystemInterface systemInterface,
99 CanBusErrorNotifier errorNotifier) {
keunyoungca515072015-07-10 12:21:47 -0700100 mContext = serviceContext;
Steve Paik0f9fc002018-02-09 17:42:00 -0800101 mSystemInterface = systemInterface;
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700102 mHal = new VehicleHal(vehicle);
Keun-young Park4727da32016-05-31 10:00:51 -0700103 mSystemActivityMonitoringService = new SystemActivityMonitoringService(serviceContext);
Steve Paik388d7772018-02-12 10:54:51 -0800104 mCarPowerManagementService = new CarPowerManagementService(mContext, mHal.getPowerHal(),
105 systemInterface);
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700106 mCarSensorService = new CarSensorService(serviceContext, mHal.getSensorHal());
Ram Periathiruvadi25c16f12017-11-17 16:48:37 -0800107 mCarDrivingStateService = new CarDrivingStateService(serviceContext, mCarSensorService);
Ram Periathiruvadi4526a432018-01-24 13:00:54 -0800108 mCarUXRestrictionsService = new CarUxRestrictionsManagerService(serviceContext,
Ram Periathiruvadi25c16f12017-11-17 16:48:37 -0800109 mCarDrivingStateService);
Ram Periathiruvadi2da6d0e2018-01-26 18:02:10 -0800110 mCarPackageManagerService = new CarPackageManagerService(serviceContext,
111 mCarUXRestrictionsService,
Keun-young Park4727da32016-05-31 10:00:51 -0700112 mSystemActivityMonitoringService);
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700113 mCarInputService = new CarInputService(serviceContext, mHal.getInputHal());
Vitalii Tomkiv6e5ee612016-03-09 14:57:32 -0800114 mCarProjectionService = new CarProjectionService(serviceContext, mCarInputService);
Yao Chen3a7976d2016-01-20 17:27:08 -0800115 mGarageModeService = new GarageModeService(mContext, mCarPowerManagementService);
Gregory Clarke70eb5b2018-02-07 18:29:24 -0800116 mCarLocationService = new CarLocationService(mContext, mCarSensorService);
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700117 mCarInfoService = new CarInfoService(serviceContext, mHal.getInfoHal());
Vitalii Tomkiv8c7f2972016-07-11 15:42:04 -0700118 mAppFocusService = new AppFocusService(serviceContext, mSystemActivityMonitoringService);
Hongwei Wang30557232018-01-02 10:25:08 -0800119 mCarAudioService = new CarAudioService(serviceContext);
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700120 mCarCabinService = new CarCabinService(serviceContext, mHal.getCabinHal());
121 mCarHvacService = new CarHvacService(serviceContext, mHal.getHvacHal());
122 mCarRadioService = new CarRadioService(serviceContext, mHal.getRadioHal());
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700123 mCarNightService = new CarNightService(serviceContext, mCarSensorService);
Pavel Maltsev0477e292016-05-27 12:22:36 -0700124 mInstrumentClusterService = new InstrumentClusterService(serviceContext,
Pavel Maltsev03cf60c2016-06-27 15:11:51 -0700125 mAppFocusService, mCarInputService);
Keun-young Parkd73afae2016-04-08 20:03:32 -0700126 mSystemStateControllerService = new SystemStateControllerService(serviceContext,
Keun-young Park3cb89102016-05-05 13:16:03 -0700127 mCarPowerManagementService, mCarAudioService, this);
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700128 mCarVendorExtensionService = new CarVendorExtensionService(serviceContext,
129 mHal.getVendorExtensionHal());
Ram Periathiruvadiacb60242017-04-13 16:19:09 -0700130 mPerUserCarServiceHelper = new PerUserCarServiceHelper(serviceContext);
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -0800131 mCarBluetoothService = new CarBluetoothService(serviceContext, mCarCabinService,
Ram Periathiruvadiacb60242017-04-13 16:19:09 -0700132 mCarSensorService, mPerUserCarServiceHelper);
Asaf Rosenfeld39e4f032017-09-16 11:33:50 -0700133 mVmsSubscriberService = new VmsSubscriberService(serviceContext, mHal.getVmsHal());
134 mVmsPublisherService = new VmsPublisherService(serviceContext, mHal.getVmsHal());
Enrico Granatab3634e22017-05-05 18:02:31 -0700135 mCarDiagnosticService = new CarDiagnosticService(serviceContext, mHal.getDiagnosticHal());
Enrico Granata517a1e02017-09-20 16:15:50 -0700136 mCarStorageMonitoringService = new CarStorageMonitoringService(serviceContext,
137 systemInterface);
keunyounga74b9ca2015-10-21 13:33:58 -0700138
keunyounga3b28d82015-08-25 13:05:15 -0700139 // Be careful with order. Service depending on other service should be inited later.
Antonio Cortese4619c72017-02-02 07:53:27 -0800140 List<CarServiceBase> allServices = new ArrayList<>(Arrays.asList(
Keun-young Park4727da32016-05-31 10:00:51 -0700141 mSystemActivityMonitoringService,
keunyoung4b0212c2015-10-29 17:11:57 -0700142 mCarPowerManagementService,
Keun-young Park4727da32016-05-31 10:00:51 -0700143 mCarSensorService,
Ram Periathiruvadi25c16f12017-11-17 16:48:37 -0800144 mCarDrivingStateService,
145 mCarUXRestrictionsService,
Keun-young Park45fdcba2015-12-08 11:38:58 -0800146 mCarPackageManagerService,
Keun-young Parka28d7b22016-02-29 16:54:29 -0800147 mCarInputService,
Gregory Clarkd8136062017-12-11 14:27:53 -0800148 mCarLocationService,
Keun-young Parka28d7b22016-02-29 16:54:29 -0800149 mGarageModeService,
keunyounga3b28d82015-08-25 13:05:15 -0700150 mCarInfoService,
Vitalii Tomkiv46371472016-05-23 16:55:22 -0700151 mAppFocusService,
Sanket Agarwal3cf096a2015-10-13 14:46:31 -0700152 mCarAudioService,
Steve Paik43c04a72016-07-08 19:12:09 -0700153 mCarCabinService,
Steve Paik66481982015-10-27 15:22:38 -0700154 mCarHvacService,
Pavel Maltsev1ecdd6c2016-03-02 16:33:44 -0800155 mCarRadioService,
Joseph Pirozzo317343d2016-01-25 10:22:37 -0800156 mCarNightService,
Pavel Maltsev1ecdd6c2016-03-02 16:33:44 -0800157 mInstrumentClusterService,
Vitalii Tomkiv6e5ee612016-03-09 14:57:32 -0800158 mCarProjectionService,
Pavel Maltsev634e1ff2016-07-14 15:41:26 -0700159 mSystemStateControllerService,
Ram Periathiruvadi7ed84182017-01-20 15:18:08 -0800160 mCarVendorExtensionService,
Enrico Granatab3634e22017-05-05 18:02:31 -0700161 mCarBluetoothService,
Ram Periathiruvadia048c0a2017-05-09 07:35:03 -0700162 mCarDiagnosticService,
Asaf Rosenfeld39e4f032017-09-16 11:33:50 -0700163 mPerUserCarServiceHelper,
Enrico Granata9a916d72017-09-19 14:33:08 -0700164 mCarStorageMonitoringService,
Asaf Rosenfeld39e4f032017-09-16 11:33:50 -0700165 mVmsSubscriberService,
166 mVmsPublisherService
Antonio Cortese4619c72017-02-02 07:53:27 -0800167 ));
Antonio Cortese4619c72017-02-02 07:53:27 -0800168 mAllServices = allServices.toArray(new CarServiceBase[0]);
keunyoungca515072015-07-10 12:21:47 -0700169 }
170
Pavel Maltsevabd47232017-10-10 16:54:57 -0700171 @MainThread
Pavel Maltsev8edd2552017-09-18 14:52:16 -0700172 void init() {
Steve Paikc302c7c2017-08-04 14:01:58 -0700173 traceBegin("VehicleHal.init");
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700174 mHal.init();
Steve Paikc302c7c2017-08-04 14:01:58 -0700175 traceEnd();
176 traceBegin("CarService.initAllServices");
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800177 for (CarServiceBase service : mAllServices) {
keunyounga3b28d82015-08-25 13:05:15 -0700178 service.init();
179 }
Steve Paikc302c7c2017-08-04 14:01:58 -0700180 traceEnd();
keunyoungca515072015-07-10 12:21:47 -0700181 }
182
Pavel Maltsev8edd2552017-09-18 14:52:16 -0700183 void release() {
keunyounga3b28d82015-08-25 13:05:15 -0700184 // release done in opposite order from init
185 for (int i = mAllServices.length - 1; i >= 0; i--) {
186 mAllServices[i].release();
187 }
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700188 mHal.release();
keunyoung1ab8e182015-09-24 09:25:22 -0700189 }
190
Pavel Maltsev8edd2552017-09-18 14:52:16 -0700191 void vehicleHalReconnected(IVehicle vehicle) {
Pavel Maltsevec83b632017-01-05 15:10:55 -0800192 mHal.vehicleHalReconnected(vehicle);
193 for (CarServiceBase service : mAllServices) {
194 service.vehicleHalReconnected();
195 }
196 }
197
keunyoungca515072015-07-10 12:21:47 -0700198 @Override
Keun-young Parkaab47cd2017-06-05 11:04:50 -0700199 public void setCarServiceHelper(IBinder helper) {
200 int uid = Binder.getCallingUid();
201 if (uid != Process.SYSTEM_UID) {
202 throw new SecurityException("Only allowed from system");
203 }
204 synchronized (this) {
205 mICarServiceHelper = ICarServiceHelper.Stub.asInterface(helper);
Steve Paik0f9fc002018-02-09 17:42:00 -0800206 mSystemInterface.setCarServiceHelper(mICarServiceHelper);
Keun-young Parkaab47cd2017-06-05 11:04:50 -0700207 }
208 }
209
210 @Override
keunyoungca515072015-07-10 12:21:47 -0700211 public IBinder getCarService(String serviceName) {
212 switch (serviceName) {
Keun-young Park5672e852016-02-09 19:53:48 -0800213 case Car.AUDIO_SERVICE:
214 return mCarAudioService;
keunyoungca515072015-07-10 12:21:47 -0700215 case Car.SENSOR_SERVICE:
216 return mCarSensorService;
keunyounga3b28d82015-08-25 13:05:15 -0700217 case Car.INFO_SERVICE:
218 return mCarInfoService;
Vitalii Tomkiv46371472016-05-23 16:55:22 -0700219 case Car.APP_FOCUS_SERVICE:
220 return mAppFocusService;
Keun-young Park45fdcba2015-12-08 11:38:58 -0800221 case Car.PACKAGE_SERVICE:
222 return mCarPackageManagerService;
Steve Paik43c04a72016-07-08 19:12:09 -0700223 case Car.CABIN_SERVICE:
224 assertCabinPermission(mContext);
225 return mCarCabinService;
Enrico Granata5c56d2a2017-02-07 15:38:12 -0800226 case Car.DIAGNOSTIC_SERVICE:
Enrico Granatab3634e22017-05-05 18:02:31 -0700227 assertAnyDiagnosticPermission(mContext);
228 return mCarDiagnosticService;
Keun-young Parke54ac272016-02-16 19:02:18 -0800229 case Car.HVAC_SERVICE:
Steve Paik66481982015-10-27 15:22:38 -0700230 assertHvacPermission(mContext);
231 return mCarHvacService;
Steve Paik388d7772018-02-12 10:54:51 -0800232 case Car.POWER_SERVICE:
233 assertPowerPermission(mContext);
234 return mCarPowerManagementService;
Keun-young Parke54ac272016-02-16 19:02:18 -0800235 case Car.RADIO_SERVICE:
keunyoung6b197692015-11-16 13:54:38 -0800236 assertRadioPermission(mContext);
Sanket Agarwal3cf096a2015-10-13 14:46:31 -0700237 return mCarRadioService;
Pavel Maltsev7a948e52016-02-02 23:30:14 -0800238 case Car.CAR_NAVIGATION_SERVICE:
Keun-young Parke31a8b22016-03-16 17:34:08 -0700239 assertNavigationManagerPermission(mContext);
Pavel Maltsev0477e292016-05-27 12:22:36 -0700240 IInstrumentClusterNavigation navService =
241 mInstrumentClusterService.getNavigationService();
242 return navService == null ? null : navService.asBinder();
Pavel Maltsev905968c2017-07-16 19:48:57 -0700243 case Car.CAR_INSTRUMENT_CLUSTER_SERVICE:
244 assertClusterManagerPermission(mContext);
245 return mInstrumentClusterService.getManagerService();
Vitalii Tomkiv6e5ee612016-03-09 14:57:32 -0800246 case Car.PROJECTION_SERVICE:
247 assertProjectionPermission(mContext);
248 return mCarProjectionService;
Pavel Maltsev634e1ff2016-07-14 15:41:26 -0700249 case Car.VENDOR_EXTENSION_SERVICE:
250 assertVendorExtensionPermission(mContext);
251 return mCarVendorExtensionService;
Antonio Cortese4619c72017-02-02 07:53:27 -0800252 case Car.VMS_SUBSCRIBER_SERVICE:
Asaf Rosenfeld39e4f032017-09-16 11:33:50 -0700253 assertVmsSubscriberPermission(mContext);
254 return mVmsSubscriberService;
Keun-young Parke54ac272016-02-16 19:02:18 -0800255 case Car.TEST_SERVICE: {
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700256 assertPermission(mContext, Car.PERMISSION_CAR_TEST_SERVICE);
keunyoung1ab8e182015-09-24 09:25:22 -0700257 synchronized (this) {
258 if (mCarTestService == null) {
259 mCarTestService = new CarTestService(mContext, this);
260 }
261 return mCarTestService;
262 }
263 }
Ram Periathiruvadi76a84892017-07-27 18:10:35 -0700264 case Car.BLUETOOTH_SERVICE:
265 return mCarBluetoothService;
Enrico Granata9a916d72017-09-19 14:33:08 -0700266 case Car.STORAGE_MONITORING_SERVICE:
Enrico Granata1172f882017-09-21 14:51:30 -0700267 assertPermission(mContext, Car.PERMISSION_STORAGE_MONITORING);
Enrico Granata9a916d72017-09-19 14:33:08 -0700268 return mCarStorageMonitoringService;
Ram Periathiruvadi25c16f12017-11-17 16:48:37 -0800269 case Car.CAR_DRIVING_STATE_SERVICE:
270 assertDrivingStatePermission(mContext);
271 return mCarDrivingStateService;
272 case Car.CAR_UX_RESTRICTION_SERVICE:
273 return mCarUXRestrictionsService;
keunyoungca515072015-07-10 12:21:47 -0700274 default:
275 Log.w(CarLog.TAG_SERVICE, "getCarService for unknown service:" + serviceName);
276 return null;
277 }
278 }
279
Pavel Maltsev1ecdd6c2016-03-02 16:33:44 -0800280 @Override
281 public int getCarConnectionType() {
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700282 return Car.CONNECTION_TYPE_EMBEDDED;
Pavel Maltsev1ecdd6c2016-03-02 16:33:44 -0800283 }
284
Keun-young Parka28d7b22016-02-29 16:54:29 -0800285 public CarServiceBase getCarInternalService(String serviceName) {
286 switch (serviceName) {
287 case INTERNAL_INPUT_SERVICE:
288 return mCarInputService;
Keun-young Park4727da32016-05-31 10:00:51 -0700289 case INTERNAL_SYSTEM_ACTIVITY_MONITORING_SERVICE:
290 return mSystemActivityMonitoringService;
Keun-young Parka28d7b22016-02-29 16:54:29 -0800291 default:
292 Log.w(CarLog.TAG_SERVICE, "getCarInternalService for unknown service:" +
293 serviceName);
294 return null;
295 }
296 }
297
keunyoung1ab8e182015-09-24 09:25:22 -0700298 public static void assertVehicleHalMockPermission(Context context) {
Steve Paik461ecc62016-06-08 15:28:32 -0700299 assertPermission(context, Car.PERMISSION_MOCK_VEHICLE_HAL);
keunyoung1ab8e182015-09-24 09:25:22 -0700300 }
301
Steve Paik43c04a72016-07-08 19:12:09 -0700302 public static void assertCabinPermission(Context context) {
303 assertPermission(context, Car.PERMISSION_CAR_CABIN);
304 }
305
Keun-young Parke31a8b22016-03-16 17:34:08 -0700306 public static void assertNavigationManagerPermission(Context context) {
Steve Paik461ecc62016-06-08 15:28:32 -0700307 assertPermission(context, Car.PERMISSION_CAR_NAVIGATION_MANAGER);
Pavel Maltsevce4ffd92016-03-09 10:56:23 -0800308 }
309
Pavel Maltsev905968c2017-07-16 19:48:57 -0700310 public static void assertClusterManagerPermission(Context context) {
311 assertPermission(context, Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL);
312 }
313
Steve Paik66481982015-10-27 15:22:38 -0700314 public static void assertHvacPermission(Context context) {
Steve Paik461ecc62016-06-08 15:28:32 -0700315 assertPermission(context, Car.PERMISSION_CAR_HVAC);
Steve Paik66481982015-10-27 15:22:38 -0700316 }
317
Steve Paik388d7772018-02-12 10:54:51 -0800318 public static void assertPowerPermission(Context context) {
319 assertPermission(context, Car.PERMISSION_CAR_POWER);
320 }
321
keunyoung6b197692015-11-16 13:54:38 -0800322 private static void assertRadioPermission(Context context) {
Steve Paik461ecc62016-06-08 15:28:32 -0700323 assertPermission(context, Car.PERMISSION_CAR_RADIO);
Sanket Agarwal3cf096a2015-10-13 14:46:31 -0700324 }
325
Vitalii Tomkiv6e5ee612016-03-09 14:57:32 -0800326 public static void assertProjectionPermission(Context context) {
Steve Paik461ecc62016-06-08 15:28:32 -0700327 assertPermission(context, Car.PERMISSION_CAR_PROJECTION);
328 }
329
Pavel Maltsev634e1ff2016-07-14 15:41:26 -0700330 public static void assertVendorExtensionPermission(Context context) {
331 assertPermission(context, Car.PERMISSION_VENDOR_EXTENSION);
332 }
333
Enrico Granata3c7a6662017-02-23 18:07:59 -0800334 public static void assertAnyDiagnosticPermission(Context context) {
335 assertAnyPermission(context,
Enrico Granataae25b922017-07-07 11:28:15 -0700336 Car.PERMISSION_CAR_DIAGNOSTIC_READ_ALL,
Enrico Granata3c7a6662017-02-23 18:07:59 -0800337 Car.PERMISSION_CAR_DIAGNOSTIC_CLEAR);
338 }
339
Ram Periathiruvadi25c16f12017-11-17 16:48:37 -0800340 public static void assertDrivingStatePermission(Context context) {
341 assertPermission(context, Car.PERMISSION_CAR_DRIVING_STATE);
342 }
343
Antonio Cortes6b3544c2017-02-06 16:54:58 -0800344 public static void assertVmsPublisherPermission(Context context) {
345 assertPermission(context, Car.PERMISSION_VMS_PUBLISHER);
346 }
347
Antonio Cortese4619c72017-02-02 07:53:27 -0800348 public static void assertVmsSubscriberPermission(Context context) {
349 assertPermission(context, Car.PERMISSION_VMS_SUBSCRIBER);
350 }
351
Steve Paik461ecc62016-06-08 15:28:32 -0700352 public static void assertPermission(Context context, String permission) {
353 if (context.checkCallingOrSelfPermission(permission) != PackageManager.PERMISSION_GRANTED) {
354 throw new SecurityException("requires " + permission);
Vitalii Tomkiv6e5ee612016-03-09 14:57:32 -0800355 }
356 }
357
Enrico Granata3c7a6662017-02-23 18:07:59 -0800358 public static void assertAnyPermission(Context context, String... permissions) {
359 for (String permission : permissions) {
360 if (context.checkCallingOrSelfPermission(permission) ==
361 PackageManager.PERMISSION_GRANTED) {
362 return;
363 }
364 }
365 throw new SecurityException("requires any of " + Arrays.toString(permissions));
366 }
367
keunyoungcc449f72015-08-12 10:46:27 -0700368 void dump(PrintWriter writer) {
Keun-young Parkbae6e252017-01-25 12:30:15 -0800369 writer.println("*FutureConfig, DEFAULT:" + FeatureConfiguration.DEFAULT);
keunyounga3b28d82015-08-25 13:05:15 -0700370 writer.println("*Dump all services*");
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800371 for (CarServiceBase service : mAllServices) {
Brad Stenninged3d59b2017-11-09 16:15:17 -0800372 dumpService(service, writer);
keunyounga3b28d82015-08-25 13:05:15 -0700373 }
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700374 if (mCarTestService != null) {
Brad Stenninged3d59b2017-11-09 16:15:17 -0800375 dumpService(mCarTestService, writer);
keunyoung1ab8e182015-09-24 09:25:22 -0700376 }
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700377 writer.println("*Dump Vehicle HAL*");
Brad Stenninged3d59b2017-11-09 16:15:17 -0800378 try {
Gregory Clarkd8136062017-12-11 14:27:53 -0800379 // TODO dump all feature flags by creating a dumpable interface
Brad Stenninged3d59b2017-11-09 16:15:17 -0800380 mHal.dump(writer);
381 } catch (Exception e) {
382 writer.println("Failed dumping: " + mHal.getClass().getName());
383 e.printStackTrace(writer);
384 }
385 }
386
387 private void dumpService(CarServiceBase service, PrintWriter writer) {
388 try {
389 service.dump(writer);
390 } catch (Exception e) {
391 writer.println("Failed dumping: " + service.getClass().getName());
392 e.printStackTrace(writer);
393 }
keunyoungcc449f72015-08-12 10:46:27 -0700394 }
Yao Chene33f07e2016-07-26 12:02:51 -0700395
396 void execShellCmd(String[] args, PrintWriter writer) {
397 new CarShellCommand().exec(args, writer);
398 }
399
Pavel Maltsevabd47232017-10-10 16:54:57 -0700400 @MainThread
Steve Paikc302c7c2017-08-04 14:01:58 -0700401 private static void traceBegin(String name) {
402 Slog.i(TAG, name);
403 mBootTiming.traceBegin(name);
404 }
405
Pavel Maltsevabd47232017-10-10 16:54:57 -0700406 @MainThread
Steve Paikc302c7c2017-08-04 14:01:58 -0700407 private static void traceEnd() {
408 mBootTiming.traceEnd();
409 }
410
Yao Chene33f07e2016-07-26 12:02:51 -0700411 private class CarShellCommand {
412 private static final String COMMAND_HELP = "-h";
413 private static final String COMMAND_DAY_NIGHT_MODE = "day-night-mode";
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800414 private static final String COMMAND_INJECT_VHAL_EVENT = "inject-vhal-event";
Ram Periathiruvadibf0eab72018-02-06 12:32:43 -0800415 private static final String COMMAND_ENABLE_UXR = "enable-uxr";
Bryan Eylera32a7c12018-02-27 15:40:00 -0800416 private static final String COMMAND_GARAGE_MODE = "garage-mode";
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800417
Yao Chene33f07e2016-07-26 12:02:51 -0700418 private static final String PARAM_DAY_MODE = "day";
419 private static final String PARAM_NIGHT_MODE = "night";
420 private static final String PARAM_SENSOR_MODE = "sensor";
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800421 private static final String PARAM_VEHICLE_PROPERTY_AREA_GLOBAL = "0";
Bryan Eylera32a7c12018-02-27 15:40:00 -0800422 private static final String PARAM_ON_MODE = "on";
423 private static final String PARAM_OFF_MODE = "off";
424 private static final String PARAM_QUERY_MODE = "query";
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800425
Yao Chene33f07e2016-07-26 12:02:51 -0700426
427 private void dumpHelp(PrintWriter pw) {
428 pw.println("Car service commands:");
429 pw.println("\t-h");
430 pw.println("\t Print this help text.");
431 pw.println("\tday-night-mode [day|night|sensor]");
432 pw.println("\t Force into day/night mode or restore to auto.");
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800433 pw.println("\tinject-vhal-event property [zone] data(can be comma separated list)");
434 pw.println("\t Inject a vehicle property for testing");
Ram Periathiruvadibf0eab72018-02-06 12:32:43 -0800435 pw.println("\tdisable-uxr true|false");
436 pw.println("\t Disable UX restrictions and App blocking.");
Bryan Eylera32a7c12018-02-27 15:40:00 -0800437 pw.println("\tgarage-mode [on|off|query]");
438 pw.println("\t Force into garage mode or check status.");
Yao Chene33f07e2016-07-26 12:02:51 -0700439 }
440
441 public void exec(String[] args, PrintWriter writer) {
442 String arg = args[0];
443 switch (arg) {
444 case COMMAND_HELP:
445 dumpHelp(writer);
446 break;
Bryan Eylera32a7c12018-02-27 15:40:00 -0800447 case COMMAND_DAY_NIGHT_MODE: {
Yao Chene33f07e2016-07-26 12:02:51 -0700448 String value = args.length < 1 ? "" : args[1];
449 forceDayNightMode(value, writer);
450 break;
Bryan Eylera32a7c12018-02-27 15:40:00 -0800451 }
452 case COMMAND_GARAGE_MODE: {
453 String value = args.length < 1 ? "" : args[1];
454 forceGarageMode(value, writer);
455 break;
456 }
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800457 case COMMAND_INJECT_VHAL_EVENT:
458 String zone = PARAM_VEHICLE_PROPERTY_AREA_GLOBAL;
459 String data;
460 if (args.length < 3) {
461 writer.println("Incorrect number of arguments.");
462 dumpHelp(writer);
463 break;
464 } else if (args.length > 3) {
465 // Zoned
466 zone = args[2];
467 data = args[3];
468 } else {
469 // Global
470 data = args[2];
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800471 }
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800472 injectVhalEvent(args[1], zone, data, writer);
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800473 break;
Ram Periathiruvadibf0eab72018-02-06 12:32:43 -0800474 case COMMAND_ENABLE_UXR:
475 if (args.length < 2) {
476 writer.println("Incorrect number of arguments");
477 dumpHelp(writer);
478 break;
479 }
480 boolean enableBlocking = Boolean.valueOf(args[1]);
481 if (mCarPackageManagerService != null) {
482 mCarPackageManagerService.setEnableActivityBlocking(enableBlocking);
483 }
484 break;
Yao Chene33f07e2016-07-26 12:02:51 -0700485 default:
486 writer.println("Unknown command.");
487 dumpHelp(writer);
488 }
489 }
490
491 private void forceDayNightMode(String arg, PrintWriter writer) {
492 int mode;
493 switch (arg) {
494 case PARAM_DAY_MODE:
495 mode = CarNightService.FORCED_DAY_MODE;
496 break;
497 case PARAM_NIGHT_MODE:
498 mode = CarNightService.FORCED_NIGHT_MODE;
499 break;
500 case PARAM_SENSOR_MODE:
501 mode = CarNightService.FORCED_SENSOR_MODE;
502 break;
503 default:
504 writer.println("Unknown value. Valid argument: " + PARAM_DAY_MODE + "|"
505 + PARAM_NIGHT_MODE + "|" + PARAM_SENSOR_MODE);
506 return;
507 }
508 int current = mCarNightService.forceDayNightMode(mode);
509 String currentMode = null;
510 switch (current) {
511 case UiModeManager.MODE_NIGHT_AUTO:
512 currentMode = PARAM_SENSOR_MODE;
513 break;
514 case UiModeManager.MODE_NIGHT_YES:
515 currentMode = PARAM_NIGHT_MODE;
516 break;
517 case UiModeManager.MODE_NIGHT_NO:
518 currentMode = PARAM_DAY_MODE;
519 break;
520 }
521 writer.println("DayNightMode changed to: " + currentMode);
522 }
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800523
Bryan Eylera32a7c12018-02-27 15:40:00 -0800524 private void forceGarageMode(String arg, PrintWriter writer) {
525 switch (arg) {
526 case PARAM_ON_MODE:
527 mGarageModeService.onPrepareShutdown(false);
528 break;
529 case PARAM_OFF_MODE:
530 mGarageModeService.onSleepEntry();
531 break;
532 case PARAM_QUERY_MODE:
533 // Nothing to do. Always query at the end anyway.
534 break;
535 default:
536 writer.println("Unknown value. Valid argument: " + PARAM_ON_MODE + "|"
537 + PARAM_OFF_MODE + "|" + PARAM_QUERY_MODE);
538 return;
539 }
540 writer.println("Garage mode: " + mGarageModeService.isInGarageMode());
541 }
542
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800543 /**
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800544 * Inject a fake VHAL event
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -0800545 *
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800546 * @param property the Vehicle property Id as defined in the HAL
547 * @param zone Zone that this event services
548 * @param value Data value of the event
549 * @param writer PrintWriter
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800550 */
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800551 private void injectVhalEvent(String property, String zone, String value,
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -0800552 PrintWriter writer) {
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800553 if (zone != null && (zone.equalsIgnoreCase(PARAM_VEHICLE_PROPERTY_AREA_GLOBAL))) {
554 if (!isPropertyAreaTypeGlobal(property)) {
555 writer.println("Property area type inconsistent with given zone");
556 return;
557 }
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800558 }
559 try {
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800560 mHal.injectVhalEvent(property, zone, value);
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800561 } catch (NumberFormatException e) {
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800562 writer.println("Invalid property Id zone Id or value" + e);
563 dumpHelp(writer);
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800564 }
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800565 }
566
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800567 // Check if the given property is global
568 private boolean isPropertyAreaTypeGlobal(String property) {
569 if (property == null) {
570 return false;
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -0800571 }
Ram Periathiruvadi5cd00cb2018-02-12 13:49:50 -0800572 return (Integer.decode(property) & VehicleArea.MASK) == VehicleArea.GLOBAL;
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -0800573 }
Yao Chene33f07e2016-07-26 12:02:51 -0700574 }
Keun-young Parkaab47cd2017-06-05 11:04:50 -0700575}