Home
last modified time | relevance | path

Searched refs:recycle (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h104 virtual void recycle(T* o) { in recycle() function
114 &ObjectPool::recycle, this, std::placeholders::_1)); in getDeleter()
213 void recycle(VehiclePropValue* o) override;
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp124 void VehiclePropValuePool::InternalPool::recycle(VehiclePropValue* o) { in recycle() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool::InternalPool
137 ObjectPool<VehiclePropValue>::recycle(o); in recycle()