Home
last modified time | relevance | path

Searched refs:newPool (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() local
100 it = mValueTypePools.emplace(key, std::move(newPool)).first; in obtainRecylable()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp107 auto newPool(std::make_unique<InternalPool>(type, vectorSize, mMaxPoolObjectsSize, in obtainRecyclable() local
109 it = mValueTypePools.emplace(key, std::move(newPool)).first; in obtainRecyclable()