Searched refs:VehiclePropValueUtil (Results 1 – 19 of 19) sorted by relevance
18 import static com.android.car.vehiclenetwork.VehiclePropValueUtil.getVectorLength;19 import static com.android.car.vehiclenetwork.VehiclePropValueUtil.isCustomProperty;20 import static com.android.car.vehiclenetwork.VehiclePropValueUtil.toFloatArray;21 import static com.android.car.vehiclenetwork.VehiclePropValueUtil.toIntArray;166 VehiclePropValue v = VehiclePropValueUtil.createIntValue(property, value, 0); in setIntProperty()174 VehiclePropValue v = VehiclePropValueUtil.createIntVectorValue(property, values, 0); in setIntVectorProperty()182 VehiclePropValue v = VehiclePropValueUtil.createLongValue(property, value, 0); in setLongProperty()190 VehiclePropValue v = VehiclePropValueUtil.createFloatValue(property, value, 0); in setFloatProperty()199 VehiclePropValue v = VehiclePropValueUtil.createFloatVectorValue(property, values, 0); in setFloatVectorProperty()210 VehiclePropValue v = VehiclePropValueUtil.createBooleanValue(property, value, 0); in setBooleanProperty()[all …]
29 public final class VehiclePropValueUtil { class32 private VehiclePropValueUtil() {} in VehiclePropValueUtil() method in VehiclePropValueUtil
36 import com.android.car.vehiclenetwork.VehiclePropValueUtil;86 new DefaultVehiclePropertyHandler(VehiclePropValueUtil.createIntValue( in setUp()94 new DefaultVehiclePropertyHandler(VehiclePropValueUtil.createZonedIntValue( in setUp()102 new DefaultVehiclePropertyHandler(VehiclePropValueUtil.createZonedIntVectorValue( in setUp()112 new DefaultVehiclePropertyHandler(VehiclePropValueUtil.createIntVectorValue( in setUp()122 new DefaultVehiclePropertyHandler(VehiclePropValueUtil.createZonedIntVectorValue( in setUp()134 new DefaultVehiclePropertyHandler(VehiclePropValueUtil.createZonedFloatVectorValue( in setUp()144 new DefaultVehiclePropertyHandler(VehiclePropValueUtil.createFloatVectorValue( in setUp()154 new DefaultVehiclePropertyHandler(VehiclePropValueUtil.createZonedFloatVectorValue( in setUp()339 VehiclePropValue value = VehiclePropValueUtil.createZonedIntVectorValue( in testSubscribe()[all …]
31 import com.android.car.vehiclenetwork.VehiclePropValueUtil;101 injectValue = VehiclePropValueUtil.createIntVectorValue( in setAudioFocusControl()112 injectValue = VehiclePropValueUtil.createIntVectorValue( in setAudioFocusControl()131 injectValue = VehiclePropValueUtil.createIntVectorValue( in onPropertySet()160 injectValue = VehiclePropValueUtil.createIntVectorValue( in onPropertySet()174 return VehiclePropValueUtil.createIntVectorValue( in onPropertyGet()
36 import com.android.car.vehiclenetwork.VehiclePropValueUtil;147 VehiclePropValue v = VehiclePropValueUtil.createZonedBooleanValue( in testEvent()158 v = VehiclePropValueUtil.createZonedFloatValue( in testEvent()169 v = VehiclePropValueUtil.createZonedIntValue( in testEvent()
41 import com.android.car.vehiclenetwork.VehiclePropValueUtil;93 VehiclePropValueUtil.createIntValue( in setupPowerPropertyAndStart()189 return VehiclePropValueUtil.createIntVectorValue( in onPropertyGet()240 VehiclePropValueUtil.createIntVectorValue( in sendPowerState()
30 import com.android.car.vehiclenetwork.VehiclePropValueUtil;95 VehiclePropValueUtil.createIntValue( in testHwVariant0()105 VehiclePropValueUtil.createIntValue( in testHwVariant1()
34 import com.android.car.vehiclenetwork.VehiclePropValueUtil;95 VehiclePropValueUtil.createIntVectorValue( in onPropertyGet()184 VehiclePropValue v = VehiclePropValueUtil.createIntVectorValue( in testSubscribe()
35 import com.android.car.vehiclenetwork.VehiclePropValueUtil;142 VehiclePropValueUtil.createIntValue( in setUp()525 getVehicleHalEmulator().injectEvent(VehiclePropValueUtil.createIntVectorValue( in sendAudioFocusState()566 return VehiclePropValueUtil.createIntVectorValue( in onPropertyGet()
157 class VehiclePropValueUtil {234 VehiclePropValueUtil::deleteMembers(&value); in ~ScopedVehiclePropValue()255 VehiclePropValueUtil::deleteMembers(pv); in ~VehiclePropValueListHolder()
25 import com.android.car.vehiclenetwork.VehiclePropValueUtil;41 VehiclePropValueUtil.createStringValue( in setUp()
30 import com.android.car.vehiclenetwork.VehiclePropValueUtil;153 VehiclePropValueUtil.createIntVectorValue( in getRadioPreset()201 VehiclePropValueUtil.createBuilder( in setRadioPreset()
37 import static com.android.car.vehiclenetwork.VehiclePropValueUtil.getVectorValueType;
34 import com.android.car.vehiclenetwork.VehiclePropValueUtil;
37 VehiclePropValueUtil::deleteMembers(e); in ~VehicleNetworkTestListener()56 vehicle_prop_value_t* copy = VehiclePropValueUtil::allocVehicleProp(*e); in onEvents()
40 import com.android.car.vehiclenetwork.VehiclePropValueUtil;132 mTestManager.injectEvent(VehiclePropValueUtil.createIntVectorValue( in handleTouchEvent()
56 VehiclePropValueUtil::deleteMembers(e); in ~VehicleHalMessageHandler()121 VehiclePropValueUtil::deleteMembers(e); in doHandleHalEvent()169 VehiclePropValueUtil::deleteMembers(v); in ~PropertyValueCache()179 v = VehiclePropValueUtil::allocVehicleProp(value); in writeToCache()184 VehiclePropValueUtil::copyVehicleProp(v, value, true /* deleteOldData */); in writeToCache()196 status_t r = VehiclePropValueUtil::copyVehicleProp(value, *cached); in readFromCache()978 vehicle_prop_value_t* copy = VehiclePropValueUtil::allocVehicleProp(*eventData); in onHalEvent()
31 import com.android.car.vehiclenetwork.VehiclePropValueUtil;220 VehiclePropValue initialValue = VehiclePropValueUtil.createDummyValue(property, in populateDefaultPropertiesIfNecessary()
285 VehiclePropValueUtil::deleteMembers(pv); in fromVehiclePropValues()615 VehiclePropValueUtil::deleteMembers(value); in readFromParcel()