Home
last modified time | relevance | path

Searched refs:TAG_HAL (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java88 private static final boolean DBG = Slogf.isLoggable(CarLog.TAG_HAL, Log.DEBUG);;
320 Slogf.i(CarLog.TAG_HAL, "fetchAllPropConfigs already fetched"); in fetchAllPropConfigs()
328 Slogf.e(CarLog.TAG_HAL, "getAllPropConfigs returned empty configs"); in fetchAllPropConfigs()
339 Slogf.d(CarLog.TAG_HAL, "Add config for prop: 0x%x config: %s", p.getPropId(), in fetchAllPropConfigs()
362 Slogf.e(CarLog.TAG_HAL, "handleOnPropertyEvent: HalService not found for %s", in handleOnPropertyEvent()
392 Slogf.w(CarLog.TAG_HAL, "onPropertySetError, errorCode: %d, prop: 0x%x, area: 0x%x", in handleOnPropertySetError()
415 Slogf.e(CarLog.TAG_HAL, in handleOnPropertySetError()
545 Slogf.w(CarLog.TAG_HAL, "Failed to unsubscribe", e); in release()
619 Slogf.w(CarLog.TAG_HAL, "Failed to subscribe for property: " in subscribePropertySafe()
647 Slogf.w(CarLog.TAG_HAL, e, "Failed to subscribe for property: %s, sample rate: %f hz", in subscribePropertySafe()
[all …]
/packages/services/Car/service/src/com/android/car/
DCarLog.java37 public static final String TAG_HAL = "CAR.HAL"; field in CarLog