Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h177 VehiclePropValuePool(size_t maxRecyclableVectorSize = 4) :
178 mMaxRecyclableVectorSize(maxRecyclableVectorSize) {}; in mMaxRecyclableVectorSize() argument
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h183 VehiclePropValuePool(size_t maxRecyclableVectorSize = 4, size_t maxPoolObjectsSize = 10240)
184 : mMaxRecyclableVectorSize(maxRecyclableVectorSize), in mMaxRecyclableVectorSize() argument