Searched refs:toCarPropertyLog (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | VehicleHal.java | 359 + ", " + toCarPropertyLog(property)); 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() 396 + ", " + toCarPropertyLog(property)); in unsubscribeProperty() 404 Slog.e(CarLog.TAG_HAL, "unsubscribeProperty " + toCarPropertyLog(property) in unsubscribeProperty() 415 + toCarPropertyLog(property), e); in unsubscribeProperty() 418 Slog.e(CarLog.TAG_HAL, "Cannot unsubscribe " + toCarPropertyLog(property)); in unsubscribeProperty() 447 Slog.e(CarLog.TAG_HAL, "Cannot get " + toCarPropertyLog(propertyId), e); in getIfAvailableOrFail() 482 Slog.i(CarLog.TAG_HAL, "get, " + toCarPropertyLog(propertyId) in get() 929 Slog.i(CarLog.TAG_HAL, "set, " + toCarPropertyLog(mPropValue.prop) in submit() [all …]
|