HomeSort by relevance Sort by last modified time
    Searched refs:copyVehicleProp (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/libvehiclenetwork/include/
VehicleNetworkDataTypes.h 175 static status_t copyVehicleProp(vehicle_prop_value_t* dest, const vehicle_prop_value_t& src,
207 status_t r = copyVehicleProp(copy.get(), v);
  /packages/services/Car/vehicle_network_service/
VehicleNetworkService.cpp 184 VehiclePropValueUtil::copyVehicleProp(v, value, true /* deleteOldData */);
196 status_t r = VehiclePropValueUtil::copyVehicleProp(value, *cached);
    [all...]

Completed in 220 milliseconds