Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java558 VehiclePropValue requestAsPropValue = UserHalHelper.toVehiclePropValue(request); in getUserAssociation() local
561 requestAsPropValue.value.int32Values.toArray()); in getUserAssociation()
563 VehiclePropValue responseAsPropValue = mHal.get(requestAsPropValue); in getUserAssociation()
565 Slog.w(TAG, "HAL returned null for request " + requestAsPropValue); in getUserAssociation()
576 Slog.w(TAG, "invalid response from HAL for " + requestAsPropValue, e); in getUserAssociation()
589 + request.numberAssociationTypes + ") for request " + requestAsPropValue in getUserAssociation()
598 + "request " + requestAsPropValue + " : expected " in getUserAssociation()