Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DVehicleHal.java504 return mHalClient.getValue(createPropValue(propertyId, areaId)); in get()
512 return get(clazz, createPropValue(propertyId, NO_AREA)); in get()
520 return get(clazz, createPropValue(propertyId, areaId)); in get()
879 VehiclePropValue v = createPropValue(propId, zoneId); in createPropValueForInjecting()
983 private static VehiclePropValue createPropValue(int propId, int areaId) { in createPropValue() method in VehicleHal