Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleUtils.h77 void shallowCopy(VehiclePropValue* dest, const VehiclePropValue& src);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleUtils.cpp114 void shallowCopy(VehiclePropValue* dest, const VehiclePropValue& src) { in shallowCopy() function
DVehicleHalManager.cpp241 shallowCopy(&(vec)[i++], *pValue); in onBatchHalEvent()