Searched refs:createVehiclePropValue (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A D | ClusterHalService.java | 236 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 D | VehicleHalServer.cpp | 247 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 D | EmulatedVehicleHal.cpp | 426 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 D | VehicleObjectPool.cpp | 113 createVehiclePropValue(valueType, vectorSize).release(), in obtainDisposable() 153 return createVehiclePropValue(mPropType, mVectorSize).release(); in createObject()
|
H A D | VehicleUtils.cpp | 31 std::unique_ptr<VehiclePropValue> createVehiclePropValue( in createVehiclePropValue() function
|
H A D | VmsUtils.cpp | 50 auto result = createVehiclePropValue(VehiclePropertyType::INT32, message_size); in createBaseVmsMessage()
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
H A D | VehicleUtils.h | 65 std::unique_ptr<VehiclePropValue> createVehiclePropValue(
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/ |
H A D | VehicleManager_fuzzer.cpp | 281 auto freezeFrame = createVehiclePropValue(VehiclePropertyType::MIXED, 0); in invokeObd2SensorStore()
|