Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java1195 HalPropValue halPropValue = createPropValueForInjecting(mPropValueBuilder, propertyId, in setPropertyFromCommand()
1445 HalPropValue v = createPropValueForInjecting(mPropValueBuilder, propertyId, areaId, in injectVhalEvent()
1465 HalPropValue v = createPropValueForInjecting(mPropValueBuilder, property, zone, in injectContinuousVhalEvent()
1488 HalPropValue v = createPropValueForInjecting(mPropValueBuilder, property, zone, in injectContinuousVhalEvent()
1498 private static HalPropValue createPropValueForInjecting(HalPropValueBuilder builder, in createPropValueForInjecting() method in VehicleHal