Searched refs:TAG_HAL (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | VehicleHal.java | 196 Slog.i(CarLog.TAG_HAL, "fetchAllPropConfigs already fetched"); in fetchAllPropConfigs() 204 Slog.e(CarLog.TAG_HAL, "getAllPropConfigs returned empty configs"); in fetchAllPropConfigs() 215 Slog.i(CarLog.TAG_HAL, "Add config for prop:" + Integer.toHexString(p.prop) in fetchAllPropConfigs() 277 Slog.w(CarLog.TAG_HAL, "Failed to unsubscribe", e); in release() 358 Slog.i(CarLog.TAG_HAL, "subscribeProperty, service:" + service in subscribeProperty() 381 Slog.e(CarLog.TAG_HAL, "Failed to subscribe to " + toCarPropertyLog(property), in subscribeProperty() 385 Slog.e(CarLog.TAG_HAL, "Cannot subscribe to " + toCarPropertyLog(property)); in subscribeProperty() 395 Slog.i(CarLog.TAG_HAL, "unsubscribeProperty, service:" + service in unsubscribeProperty() 404 Slog.e(CarLog.TAG_HAL, "unsubscribeProperty " + toCarPropertyLog(property) in unsubscribeProperty() 418 Slog.e(CarLog.TAG_HAL, "Cannot unsubscribe " + toCarPropertyLog(property)); in unsubscribeProperty() [all …]
|
/packages/services/Car/service/src/com/android/car/ |
D | CarLog.java | 37 public static final String TAG_HAL = "CAR.HAL"; field in CarLog
|