Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DClusterHalService.java236 VehiclePropValue request = createVehiclePropValue(CLUSTER_REPORT_STATE); in reportState()
259 VehiclePropValue request = createVehiclePropValue(CLUSTER_REQUEST_DISPLAY); in requestDisplay()
272 VehiclePropValue request = createVehiclePropValue(CLUSTER_NAVIGATION_STATE); in sendNavigationState()
292 private static VehiclePropValue createVehiclePropValue(int property) { in createVehiclePropValue() method in ClusterHalService
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleHalServer.cpp247 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::INT32, 1); in onSetProperty()
256 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::FLOAT, 1); in onSetProperty()
265 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::BOOLEAN, 1); in onSetProperty()
311 auto updatedPropValue = createVehiclePropValue(getPropType(value.prop), 0); in onSetProperty()
H A DEmulatedVehicleHal.cpp426 auto liveObd2Frame = createVehiclePropValue(VehiclePropertyType::MIXED, 0); in initObd2LiveFrame()
445 auto freezeFrame = createVehiclePropValue(VehiclePropertyType::MIXED, 0); in initObd2FreezeFrame()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleObjectPool.cpp113 createVehiclePropValue(valueType, vectorSize).release(), in obtainDisposable()
153 return createVehiclePropValue(mPropType, mVectorSize).release(); in createObject()
H A DVehicleUtils.cpp31 std::unique_ptr<VehiclePropValue> createVehiclePropValue( in createVehiclePropValue() function
H A DVmsUtils.cpp50 auto result = createVehiclePropValue(VehiclePropertyType::INT32, message_size); in createBaseVmsMessage()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleUtils.h65 std::unique_ptr<VehiclePropValue> createVehiclePropValue(
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
H A DVehicleManager_fuzzer.cpp281 auto freezeFrame = createVehiclePropValue(VehiclePropertyType::MIXED, 0); in invokeObd2SensorStore()