Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMemoryCacheManager.java67 final HashSet<MemoryCache> shallowCopy; in reclaimMemory() local
69 shallowCopy = (HashSet<MemoryCache>) mMemoryCaches.clone(); in reclaimMemory()
71 for (final MemoryCache cache : shallowCopy) { in reclaimMemory()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleUtils.h81 void shallowCopy(VehiclePropValue* dest, const VehiclePropValue& src);
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleUtils.cpp116 void shallowCopy(VehiclePropValue* dest, const VehiclePropValue& src) { in shallowCopy() function
H A DVehicleHalManager.cpp479 shallowCopy(&(vec)[i++], *pValue); in onBatchHalEvent()