Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp99 auto newPool(std::make_unique<InternalPool>(type, vecSize)); in obtainRecylable()
124 void VehiclePropValuePool::InternalPool::recycle(VehiclePropValue* o) { in recycle()
141 bool VehiclePropValuePool::InternalPool::check(VehiclePropValue::RawValue* v) { in check()
152 VehiclePropValue* VehiclePropValuePool::InternalPool::createObject() { in createObject()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h203 class InternalPool: public ObjectPool<VehiclePropValue> {
205 InternalPool(VehiclePropertyType type, size_t vectorSize) in InternalPool() function
236 std::map<int32_t, std::unique_ptr<InternalPool>> mValueTypePools;