blob: 34a6c60fd6e90aaec4b71aa3c81a91e1be7d9731 [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;
Keun-young Parkaab47cd2017-06-05 11:04:50 -070027import android.os.Binder;
keunyoungca515072015-07-10 12:21:47 -070028import android.os.IBinder;
Keun-young Parkaab47cd2017-06-05 11:04:50 -070029import android.os.Process;
Steve Paikc302c7c2017-08-04 14:01:58 -070030import android.os.Trace;
keunyoungca515072015-07-10 12:21:47 -070031import android.util.Log;
Steve Paikc302c7c2017-08-04 14:01:58 -070032import android.util.Slog;
Keun-young Park4a79a382017-08-10 18:19:14 -070033import android.util.TimingsTraceLog;
Hongwei Wang30557232018-01-02 10:25:08 -080034
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;
Hongwei Wang30557232018-01-02 10:25:08 -080042
keunyounga3b28d82015-08-25 13:05:15 -070043import java.io.PrintWriter;
Antonio Cortese4619c72017-02-02 07:53:27 -080044import java.util.ArrayList;
45import java.util.Arrays;
46import java.util.List;
keunyounga3b28d82015-08-25 13:05:15 -070047
keunyoungca515072015-07-10 12:21:47 -070048public class ICarImpl extends ICar.Stub {
keunyoungca515072015-07-10 12:21:47 -070049
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -080050 public static final String INTERNAL_INPUT_SERVICE = "internal_input";
Keun-young Park4727da32016-05-31 10:00:51 -070051 public static final String INTERNAL_SYSTEM_ACTIVITY_MONITORING_SERVICE =
52 "system_activity_monitoring";
Keun-young Parka28d7b22016-02-29 16:54:29 -080053
keunyoungca515072015-07-10 12:21:47 -070054 private final Context mContext;
Pavel Maltsevec83b632017-01-05 15:10:55 -080055 private final VehicleHal mHal;
keunyoungca515072015-07-10 12:21:47 -070056
Keun-young Park4727da32016-05-31 10:00:51 -070057 private final SystemActivityMonitoringService mSystemActivityMonitoringService;
keunyoung4b0212c2015-10-29 17:11:57 -070058 private final CarPowerManagementService mCarPowerManagementService;
Keun-young Parka28d7b22016-02-29 16:54:29 -080059 private final CarPackageManagerService mCarPackageManagerService;
60 private final CarInputService mCarInputService;
keunyoungca515072015-07-10 12:21:47 -070061 private final CarSensorService mCarSensorService;
Ram Periathiruvadi25c16f12017-11-17 16:48:37 -080062 private final CarDrivingStateService mCarDrivingStateService;
Ram Periathiruvadi4526a432018-01-24 13:00:54 -080063 private final CarUxRestrictionsManagerService mCarUXRestrictionsService;
keunyounga3b28d82015-08-25 13:05:15 -070064 private final CarInfoService mCarInfoService;
keunyoungd32f4e62015-09-21 11:33:06 -070065 private final CarAudioService mCarAudioService;
Vitalii Tomkiv6e5ee612016-03-09 14:57:32 -080066 private final CarProjectionService mCarProjectionService;
Steve Paik43c04a72016-07-08 19:12:09 -070067 private final CarCabinService mCarCabinService;
Steve Paik66481982015-10-27 15:22:38 -070068 private final CarHvacService mCarHvacService;
Sanket Agarwal3cf096a2015-10-13 14:46:31 -070069 private final CarRadioService mCarRadioService;
Joseph Pirozzo317343d2016-01-25 10:22:37 -080070 private final CarNightService mCarNightService;
Vitalii Tomkiv46371472016-05-23 16:55:22 -070071 private final AppFocusService mAppFocusService;
Yao Chen3a7976d2016-01-20 17:27:08 -080072 private final GarageModeService mGarageModeService;
Pavel Maltsev1ecdd6c2016-03-02 16:33:44 -080073 private final InstrumentClusterService mInstrumentClusterService;
Gregory Clarkd8136062017-12-11 14:27:53 -080074 private final CarLocationService mCarLocationService;
Keun-young Parkd73afae2016-04-08 20:03:32 -070075 private final SystemStateControllerService mSystemStateControllerService;
Pavel Maltsev634e1ff2016-07-14 15:41:26 -070076 private final CarVendorExtensionService mCarVendorExtensionService;
Ram Periathiruvadi7ed84182017-01-20 15:18:08 -080077 private final CarBluetoothService mCarBluetoothService;
Ram Periathiruvadiacb60242017-04-13 16:19:09 -070078 private final PerUserCarServiceHelper mPerUserCarServiceHelper;
Enrico Granata9a916d72017-09-19 14:33:08 -070079 private final CarDiagnosticService mCarDiagnosticService;
80 private final CarStorageMonitoringService mCarStorageMonitoringService;
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;
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700101 mHal = new VehicleHal(vehicle);
Keun-young Park4727da32016-05-31 10:00:51 -0700102 mSystemActivityMonitoringService = new SystemActivityMonitoringService(serviceContext);
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700103 mCarPowerManagementService = new CarPowerManagementService(
104 mHal.getPowerHal(), systemInterface);
105 mCarSensorService = new CarSensorService(serviceContext, mHal.getSensorHal());
Ram Periathiruvadi25c16f12017-11-17 16:48:37 -0800106 mCarDrivingStateService = new CarDrivingStateService(serviceContext, mCarSensorService);
Ram Periathiruvadi4526a432018-01-24 13:00:54 -0800107 mCarUXRestrictionsService = new CarUxRestrictionsManagerService(serviceContext,
Ram Periathiruvadi25c16f12017-11-17 16:48:37 -0800108 mCarDrivingStateService);
Ram Periathiruvadi2da6d0e2018-01-26 18:02:10 -0800109 mCarPackageManagerService = new CarPackageManagerService(serviceContext,
110 mCarUXRestrictionsService,
Keun-young Park4727da32016-05-31 10:00:51 -0700111 mSystemActivityMonitoringService);
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700112 mCarInputService = new CarInputService(serviceContext, mHal.getInputHal());
Vitalii Tomkiv6e5ee612016-03-09 14:57:32 -0800113 mCarProjectionService = new CarProjectionService(serviceContext, mCarInputService);
Yao Chen3a7976d2016-01-20 17:27:08 -0800114 mGarageModeService = new GarageModeService(mContext, mCarPowerManagementService);
Gregory Clarkd8136062017-12-11 14:27:53 -0800115 mCarLocationService = new CarLocationService(mContext, mCarPowerManagementService,
116 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);
206 }
207 }
208
209 @Override
keunyoungca515072015-07-10 12:21:47 -0700210 public IBinder getCarService(String serviceName) {
211 switch (serviceName) {
Keun-young Park5672e852016-02-09 19:53:48 -0800212 case Car.AUDIO_SERVICE:
213 return mCarAudioService;
keunyoungca515072015-07-10 12:21:47 -0700214 case Car.SENSOR_SERVICE:
215 return mCarSensorService;
keunyounga3b28d82015-08-25 13:05:15 -0700216 case Car.INFO_SERVICE:
217 return mCarInfoService;
Vitalii Tomkiv46371472016-05-23 16:55:22 -0700218 case Car.APP_FOCUS_SERVICE:
219 return mAppFocusService;
Keun-young Park45fdcba2015-12-08 11:38:58 -0800220 case Car.PACKAGE_SERVICE:
221 return mCarPackageManagerService;
Steve Paik43c04a72016-07-08 19:12:09 -0700222 case Car.CABIN_SERVICE:
223 assertCabinPermission(mContext);
224 return mCarCabinService;
Enrico Granata5c56d2a2017-02-07 15:38:12 -0800225 case Car.DIAGNOSTIC_SERVICE:
Enrico Granatab3634e22017-05-05 18:02:31 -0700226 assertAnyDiagnosticPermission(mContext);
227 return mCarDiagnosticService;
Keun-young Parke54ac272016-02-16 19:02:18 -0800228 case Car.HVAC_SERVICE:
Steve Paik66481982015-10-27 15:22:38 -0700229 assertHvacPermission(mContext);
230 return mCarHvacService;
Keun-young Parke54ac272016-02-16 19:02:18 -0800231 case Car.RADIO_SERVICE:
keunyoung6b197692015-11-16 13:54:38 -0800232 assertRadioPermission(mContext);
Sanket Agarwal3cf096a2015-10-13 14:46:31 -0700233 return mCarRadioService;
Pavel Maltsev7a948e52016-02-02 23:30:14 -0800234 case Car.CAR_NAVIGATION_SERVICE:
Keun-young Parke31a8b22016-03-16 17:34:08 -0700235 assertNavigationManagerPermission(mContext);
Pavel Maltsev0477e292016-05-27 12:22:36 -0700236 IInstrumentClusterNavigation navService =
237 mInstrumentClusterService.getNavigationService();
238 return navService == null ? null : navService.asBinder();
Pavel Maltsev905968c2017-07-16 19:48:57 -0700239 case Car.CAR_INSTRUMENT_CLUSTER_SERVICE:
240 assertClusterManagerPermission(mContext);
241 return mInstrumentClusterService.getManagerService();
Vitalii Tomkiv6e5ee612016-03-09 14:57:32 -0800242 case Car.PROJECTION_SERVICE:
243 assertProjectionPermission(mContext);
244 return mCarProjectionService;
Pavel Maltsev634e1ff2016-07-14 15:41:26 -0700245 case Car.VENDOR_EXTENSION_SERVICE:
246 assertVendorExtensionPermission(mContext);
247 return mCarVendorExtensionService;
Antonio Cortese4619c72017-02-02 07:53:27 -0800248 case Car.VMS_SUBSCRIBER_SERVICE:
Asaf Rosenfeld39e4f032017-09-16 11:33:50 -0700249 assertVmsSubscriberPermission(mContext);
250 return mVmsSubscriberService;
Keun-young Parke54ac272016-02-16 19:02:18 -0800251 case Car.TEST_SERVICE: {
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700252 assertPermission(mContext, Car.PERMISSION_CAR_TEST_SERVICE);
keunyoung1ab8e182015-09-24 09:25:22 -0700253 synchronized (this) {
254 if (mCarTestService == null) {
255 mCarTestService = new CarTestService(mContext, this);
256 }
257 return mCarTestService;
258 }
259 }
Ram Periathiruvadi76a84892017-07-27 18:10:35 -0700260 case Car.BLUETOOTH_SERVICE:
261 return mCarBluetoothService;
Enrico Granata9a916d72017-09-19 14:33:08 -0700262 case Car.STORAGE_MONITORING_SERVICE:
Enrico Granata1172f882017-09-21 14:51:30 -0700263 assertPermission(mContext, Car.PERMISSION_STORAGE_MONITORING);
Enrico Granata9a916d72017-09-19 14:33:08 -0700264 return mCarStorageMonitoringService;
Ram Periathiruvadi25c16f12017-11-17 16:48:37 -0800265 case Car.CAR_DRIVING_STATE_SERVICE:
266 assertDrivingStatePermission(mContext);
267 return mCarDrivingStateService;
268 case Car.CAR_UX_RESTRICTION_SERVICE:
269 return mCarUXRestrictionsService;
keunyoungca515072015-07-10 12:21:47 -0700270 default:
271 Log.w(CarLog.TAG_SERVICE, "getCarService for unknown service:" + serviceName);
272 return null;
273 }
274 }
275
Pavel Maltsev1ecdd6c2016-03-02 16:33:44 -0800276 @Override
277 public int getCarConnectionType() {
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700278 return Car.CONNECTION_TYPE_EMBEDDED;
Pavel Maltsev1ecdd6c2016-03-02 16:33:44 -0800279 }
280
Keun-young Parka28d7b22016-02-29 16:54:29 -0800281 public CarServiceBase getCarInternalService(String serviceName) {
282 switch (serviceName) {
283 case INTERNAL_INPUT_SERVICE:
284 return mCarInputService;
Keun-young Park4727da32016-05-31 10:00:51 -0700285 case INTERNAL_SYSTEM_ACTIVITY_MONITORING_SERVICE:
286 return mSystemActivityMonitoringService;
Keun-young Parka28d7b22016-02-29 16:54:29 -0800287 default:
288 Log.w(CarLog.TAG_SERVICE, "getCarInternalService for unknown service:" +
289 serviceName);
290 return null;
291 }
292 }
293
keunyoung1ab8e182015-09-24 09:25:22 -0700294 public static void assertVehicleHalMockPermission(Context context) {
Steve Paik461ecc62016-06-08 15:28:32 -0700295 assertPermission(context, Car.PERMISSION_MOCK_VEHICLE_HAL);
keunyoung1ab8e182015-09-24 09:25:22 -0700296 }
297
Steve Paik43c04a72016-07-08 19:12:09 -0700298 public static void assertCabinPermission(Context context) {
299 assertPermission(context, Car.PERMISSION_CAR_CABIN);
300 }
301
Keun-young Parke31a8b22016-03-16 17:34:08 -0700302 public static void assertNavigationManagerPermission(Context context) {
Steve Paik461ecc62016-06-08 15:28:32 -0700303 assertPermission(context, Car.PERMISSION_CAR_NAVIGATION_MANAGER);
Pavel Maltsevce4ffd92016-03-09 10:56:23 -0800304 }
305
Pavel Maltsev905968c2017-07-16 19:48:57 -0700306 public static void assertClusterManagerPermission(Context context) {
307 assertPermission(context, Car.PERMISSION_CAR_INSTRUMENT_CLUSTER_CONTROL);
308 }
309
Steve Paik66481982015-10-27 15:22:38 -0700310 public static void assertHvacPermission(Context context) {
Steve Paik461ecc62016-06-08 15:28:32 -0700311 assertPermission(context, Car.PERMISSION_CAR_HVAC);
Steve Paik66481982015-10-27 15:22:38 -0700312 }
313
keunyoung6b197692015-11-16 13:54:38 -0800314 private static void assertRadioPermission(Context context) {
Steve Paik461ecc62016-06-08 15:28:32 -0700315 assertPermission(context, Car.PERMISSION_CAR_RADIO);
Sanket Agarwal3cf096a2015-10-13 14:46:31 -0700316 }
317
Vitalii Tomkiv6e5ee612016-03-09 14:57:32 -0800318 public static void assertProjectionPermission(Context context) {
Steve Paik461ecc62016-06-08 15:28:32 -0700319 assertPermission(context, Car.PERMISSION_CAR_PROJECTION);
320 }
321
Pavel Maltsev634e1ff2016-07-14 15:41:26 -0700322 public static void assertVendorExtensionPermission(Context context) {
323 assertPermission(context, Car.PERMISSION_VENDOR_EXTENSION);
324 }
325
Enrico Granata3c7a6662017-02-23 18:07:59 -0800326 public static void assertAnyDiagnosticPermission(Context context) {
327 assertAnyPermission(context,
Enrico Granataae25b922017-07-07 11:28:15 -0700328 Car.PERMISSION_CAR_DIAGNOSTIC_READ_ALL,
Enrico Granata3c7a6662017-02-23 18:07:59 -0800329 Car.PERMISSION_CAR_DIAGNOSTIC_CLEAR);
330 }
331
Ram Periathiruvadi25c16f12017-11-17 16:48:37 -0800332 public static void assertDrivingStatePermission(Context context) {
333 assertPermission(context, Car.PERMISSION_CAR_DRIVING_STATE);
334 }
335
Antonio Cortes6b3544c2017-02-06 16:54:58 -0800336 public static void assertVmsPublisherPermission(Context context) {
337 assertPermission(context, Car.PERMISSION_VMS_PUBLISHER);
338 }
339
Antonio Cortese4619c72017-02-02 07:53:27 -0800340 public static void assertVmsSubscriberPermission(Context context) {
341 assertPermission(context, Car.PERMISSION_VMS_SUBSCRIBER);
342 }
343
Steve Paik461ecc62016-06-08 15:28:32 -0700344 public static void assertPermission(Context context, String permission) {
345 if (context.checkCallingOrSelfPermission(permission) != PackageManager.PERMISSION_GRANTED) {
346 throw new SecurityException("requires " + permission);
Vitalii Tomkiv6e5ee612016-03-09 14:57:32 -0800347 }
348 }
349
Enrico Granata3c7a6662017-02-23 18:07:59 -0800350 public static void assertAnyPermission(Context context, String... permissions) {
351 for (String permission : permissions) {
352 if (context.checkCallingOrSelfPermission(permission) ==
353 PackageManager.PERMISSION_GRANTED) {
354 return;
355 }
356 }
357 throw new SecurityException("requires any of " + Arrays.toString(permissions));
358 }
359
keunyoungcc449f72015-08-12 10:46:27 -0700360 void dump(PrintWriter writer) {
Keun-young Parkbae6e252017-01-25 12:30:15 -0800361 writer.println("*FutureConfig, DEFAULT:" + FeatureConfiguration.DEFAULT);
keunyounga3b28d82015-08-25 13:05:15 -0700362 writer.println("*Dump all services*");
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800363 for (CarServiceBase service : mAllServices) {
Brad Stenninged3d59b2017-11-09 16:15:17 -0800364 dumpService(service, writer);
keunyounga3b28d82015-08-25 13:05:15 -0700365 }
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700366 if (mCarTestService != null) {
Brad Stenninged3d59b2017-11-09 16:15:17 -0800367 dumpService(mCarTestService, writer);
keunyoung1ab8e182015-09-24 09:25:22 -0700368 }
Pavel Maltsev0d07c762016-11-03 16:40:15 -0700369 writer.println("*Dump Vehicle HAL*");
Brad Stenninged3d59b2017-11-09 16:15:17 -0800370 try {
Gregory Clarkd8136062017-12-11 14:27:53 -0800371 // TODO dump all feature flags by creating a dumpable interface
Brad Stenninged3d59b2017-11-09 16:15:17 -0800372 mHal.dump(writer);
373 } catch (Exception e) {
374 writer.println("Failed dumping: " + mHal.getClass().getName());
375 e.printStackTrace(writer);
376 }
377 }
378
379 private void dumpService(CarServiceBase service, PrintWriter writer) {
380 try {
381 service.dump(writer);
382 } catch (Exception e) {
383 writer.println("Failed dumping: " + service.getClass().getName());
384 e.printStackTrace(writer);
385 }
keunyoungcc449f72015-08-12 10:46:27 -0700386 }
Yao Chene33f07e2016-07-26 12:02:51 -0700387
388 void execShellCmd(String[] args, PrintWriter writer) {
389 new CarShellCommand().exec(args, writer);
390 }
391
Pavel Maltsevabd47232017-10-10 16:54:57 -0700392 @MainThread
Steve Paikc302c7c2017-08-04 14:01:58 -0700393 private static void traceBegin(String name) {
394 Slog.i(TAG, name);
395 mBootTiming.traceBegin(name);
396 }
397
Pavel Maltsevabd47232017-10-10 16:54:57 -0700398 @MainThread
Steve Paikc302c7c2017-08-04 14:01:58 -0700399 private static void traceEnd() {
400 mBootTiming.traceEnd();
401 }
402
Yao Chene33f07e2016-07-26 12:02:51 -0700403 private class CarShellCommand {
404 private static final String COMMAND_HELP = "-h";
405 private static final String COMMAND_DAY_NIGHT_MODE = "day-night-mode";
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800406 private static final String COMMAND_INJECT_EVENT = "inject-event";
Ram Periathiruvadibf0eab72018-02-06 12:32:43 -0800407 private static final String COMMAND_ENABLE_UXR = "enable-uxr";
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800408
Yao Chene33f07e2016-07-26 12:02:51 -0700409 private static final String PARAM_DAY_MODE = "day";
410 private static final String PARAM_NIGHT_MODE = "night";
411 private static final String PARAM_SENSOR_MODE = "sensor";
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800412 private static final String PARAM_ZONED_BOOLEAN = "zoned-boolean";
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -0800413 private static final String PARAM_GLOBAL_INT = "global-integer";
Yao Chene33f07e2016-07-26 12:02:51 -0700414
415 private void dumpHelp(PrintWriter pw) {
416 pw.println("Car service commands:");
417 pw.println("\t-h");
418 pw.println("\t Print this help text.");
419 pw.println("\tday-night-mode [day|night|sensor]");
420 pw.println("\t Force into day/night mode or restore to auto.");
Ram Periathiruvadibf0eab72018-02-06 12:32:43 -0800421 pw.println("\tinject-event zoned-boolean|global-integer property [zone] value");
422 pw.println("\t Inject a vehicle property - zoned boolean or global integer.");
423 pw.println("\tdisable-uxr true|false");
424 pw.println("\t Disable UX restrictions and App blocking.");
Yao Chene33f07e2016-07-26 12:02:51 -0700425 }
426
427 public void exec(String[] args, PrintWriter writer) {
428 String arg = args[0];
429 switch (arg) {
430 case COMMAND_HELP:
431 dumpHelp(writer);
432 break;
433 case COMMAND_DAY_NIGHT_MODE:
434 String value = args.length < 1 ? "" : args[1];
435 forceDayNightMode(value, writer);
436 break;
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800437 case COMMAND_INJECT_EVENT:
438 String eventType;
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -0800439 if (args.length > 1) {
440 eventType = args[1].toLowerCase();
441 switch (eventType) {
442 case PARAM_ZONED_BOOLEAN:
443 if (args.length < 5) {
444 writer.println("Incorrect number of arguments.");
445 dumpHelp(writer);
446 break;
447 }
448 inject_zoned_boolean_event(args[2], args[3], args[4], writer);
449 break;
450
451 case PARAM_GLOBAL_INT:
452 if (args.length < 4) {
453 writer.println("Incorrect number of Arguments");
454 dumpHelp(writer);
455 break;
456 }
457 inject_global_integer_event(args[2], args[3], writer);
458 break;
459
460 default:
461 writer.println("Unsupported event type");
462 dumpHelp(writer);
463 break;
464 }
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800465 }
466 break;
Ram Periathiruvadibf0eab72018-02-06 12:32:43 -0800467 case COMMAND_ENABLE_UXR:
468 if (args.length < 2) {
469 writer.println("Incorrect number of arguments");
470 dumpHelp(writer);
471 break;
472 }
473 boolean enableBlocking = Boolean.valueOf(args[1]);
474 if (mCarPackageManagerService != null) {
475 mCarPackageManagerService.setEnableActivityBlocking(enableBlocking);
476 }
477 break;
Yao Chene33f07e2016-07-26 12:02:51 -0700478 default:
479 writer.println("Unknown command.");
480 dumpHelp(writer);
481 }
482 }
483
484 private void forceDayNightMode(String arg, PrintWriter writer) {
485 int mode;
486 switch (arg) {
487 case PARAM_DAY_MODE:
488 mode = CarNightService.FORCED_DAY_MODE;
489 break;
490 case PARAM_NIGHT_MODE:
491 mode = CarNightService.FORCED_NIGHT_MODE;
492 break;
493 case PARAM_SENSOR_MODE:
494 mode = CarNightService.FORCED_SENSOR_MODE;
495 break;
496 default:
497 writer.println("Unknown value. Valid argument: " + PARAM_DAY_MODE + "|"
498 + PARAM_NIGHT_MODE + "|" + PARAM_SENSOR_MODE);
499 return;
500 }
501 int current = mCarNightService.forceDayNightMode(mode);
502 String currentMode = null;
503 switch (current) {
504 case UiModeManager.MODE_NIGHT_AUTO:
505 currentMode = PARAM_SENSOR_MODE;
506 break;
507 case UiModeManager.MODE_NIGHT_YES:
508 currentMode = PARAM_NIGHT_MODE;
509 break;
510 case UiModeManager.MODE_NIGHT_NO:
511 currentMode = PARAM_DAY_MODE;
512 break;
513 }
514 writer.println("DayNightMode changed to: " + currentMode);
515 }
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800516
517 /**
518 * Inject a fake boolean HAL event to help testing.
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -0800519 *
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800520 * @param property - Vehicle Property
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -0800521 * @param value - boolean value for the property
522 * @param writer - Printwriter
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800523 */
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -0800524 private void inject_zoned_boolean_event(String property, String zone, String value,
525 PrintWriter writer) {
Ram Periathiruvadiee28c002017-02-07 21:35:01 -0800526 Log.d(CarLog.TAG_SERVICE, "Injecting Boolean event");
527 boolean event;
528 int propId;
529 int zoneId;
530 if (value.equalsIgnoreCase("true")) {
531 event = true;
532 } else {
533 event = false;
534 }
535 try {
536 propId = Integer.decode(property);
537 zoneId = Integer.decode(zone);
538 } catch (NumberFormatException e) {
539 writer.println("Invalid property Id or Zone Id. Prefix hex values with 0x");
540 return;
541 }
542 mHal.injectBooleanEvent(propId, zoneId, event);
543 }
544
Ram Periathiruvadi49d5a5a2017-02-17 18:50:09 -0800545 /**
546 * Inject a fake Integer HAL event to help testing.
547 *
548 * @param property - Vehicle Property
549 * @param value - Integer value to inject
550 * @param writer - PrintWriter
551 */
552 private void inject_global_integer_event(String property, String value,
553 PrintWriter writer) {
554 Log.d(CarLog.TAG_SERVICE, "Injecting integer event");
555 int propId;
556 int eventValue;
557 try {
558 propId = Integer.decode(property);
559 eventValue = Integer.decode(value);
560 } catch (NumberFormatException e) {
561 writer.println("Invalid property Id or event value. Prefix hex values with 0x");
562 return;
563 }
564 mHal.injectIntegerEvent(propId, eventValue);
565 }
Yao Chene33f07e2016-07-26 12:02:51 -0700566 }
Keun-young Parkaab47cd2017-06-05 11:04:50 -0700567}