Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h78 ObjectPool(size_t maxPoolObjectsSize, GetSizeFunc getSizeFunc) in ObjectPool() argument
79 : mMaxPoolObjectsSize(maxPoolObjectsSize), mGetSizeFunc(getSizeFunc){}; in ObjectPool()
253 ObjectPool::GetSizeFunc getSizeFunc) in InternalPool() argument
254 : ObjectPool(maxPoolObjectsSize, getSizeFunc), in InternalPool()