Searched refs:toCarPropertyLog (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | VehicleHal.java | 360 + ", " + toCarPropertyLog(property)); in subscribeProperty() 382 Slogf.w(CarLog.TAG_HAL, "Failed to subscribe to " + toCarPropertyLog(property), in subscribeProperty() 386 Slogf.w(CarLog.TAG_HAL, "Cannot subscribe to " + toCarPropertyLog(property)); in subscribeProperty() 397 + ", " + toCarPropertyLog(property)); in unsubscribeProperty() 405 Slogf.w(CarLog.TAG_HAL, "unsubscribeProperty " + toCarPropertyLog(property) in unsubscribeProperty() 416 + toCarPropertyLog(property), e); in unsubscribeProperty() 419 Slogf.w(CarLog.TAG_HAL, "Cannot unsubscribe " + toCarPropertyLog(property)); in unsubscribeProperty() 449 Slogf.w(CarLog.TAG_HAL, "Cannot get " + toCarPropertyLog(propertyId), e); in getIfAvailableOrFail() 495 Slogf.i(CarLog.TAG_HAL, "get, " + toCarPropertyLog(propertyId) in get() 1132 Slogf.i(CarLog.TAG_HAL, "set, " + toCarPropertyLog(mPropId) in submit() [all …]
|