Home
last modified time | relevance | path

Searched defs:vectorSize (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp44 size_t vectorSize) { in obtain()
57 size_t vectorSize = getVehicleRawValueVectorSize(src.value, type); in obtain() local
98 VehiclePropertyType type, size_t vectorSize) { in obtainRecyclable()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h237 size_t vectorSize) const { in isDisposable()
252 size_t vectorSize, size_t maxPoolObjectsSize, in InternalPool()
/hardware/interfaces/keymaster/4.0/support/fuzzer/
Dkeymaster4_utils_fuzzer.cpp56 size_t vectorSize = mFdp->ConsumeIntegralInRange<size_t>(0, kMaxVectorSize); in invokeKeyMasterUtils() local
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h206 InternalPool(VehiclePropertyType type, size_t vectorSize) in InternalPool()