Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h105 virtual void recycle(T* o) { in recycle() function
115 &ObjectPool::recycle, this, std::placeholders::_1)); in getDeleter()
214 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()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h102 virtual void recycle(T* o) { in recycle() function
127 new Deleter<T>(std::bind(&ObjectPool::recycle, this, std::placeholders::_1)); in getDeleter()
260 void recycle(aidl::android::hardware::automotive::vehicle::VehiclePropValue* o) override;
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp124 void VehiclePropValuePool::InternalPool::recycle(VehiclePropValue* o) { in recycle() function in android::hardware::automotive::vehicle::VehiclePropValuePool::InternalPool
137 ObjectPool<VehiclePropValue>::recycle(o); in recycle()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_swapchain_maintenance1.adoc230 or recycle the semaphores passed to `vkPresentInfoKHR::pname:pWaitSemaphores`.