Searched refs:vehiclePropError (Results 1 – 2 of 2) sorted by relevance
1553 VehiclePropError vehiclePropError = vehiclePropErrors.get(i); in onPropertySetError() local1554 int mgrPropId = halToManagerPropId(vehiclePropError.propId); in onPropertySetError()1556 vehiclePropError.errorCode); in onPropertySetError()1559 VehiclePropertyIds.toString(mgrPropId), vehiclePropError.areaId, in onPropertySetError()1563 propertyHalListener.onPropertySetError(mgrPropId, vehiclePropError.areaId, in onPropertySetError()1571 VehiclePropError vehiclePropError = vehiclePropErrors.get(i); in onPropertySetError() local1574 int halPropId = vehiclePropError.propId; in onPropertySetError()1582 if (pendingRequest.getAreaId() != vehiclePropError.areaId) { in onPropertySetError()1588 vehiclePropError.errorCode); in onPropertySetError()
3345 VehiclePropError vehiclePropError = new VehiclePropError();3346 vehiclePropError.propId = propertyId;3347 vehiclePropError.areaId = areaId;3348 vehiclePropError.errorCode = errorCode;3349 mHal.onPropertySetError(new ArrayList<VehiclePropError>(List.of(vehiclePropError)));