Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleUtils.h71 void copyVehicleRawValue(VehiclePropValue::RawValue* dest,
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleUtils.cpp81 void copyVehicleRawValue(VehiclePropValue::RawValue* dest, in copyVehicleRawValue() function
H A DVehicleObjectPool.cpp52 copyVehicleRawValue(&dest->value, src.value); in obtain()