Home
last modified time | relevance | path

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

/hardware/intel/common/libwsbm/src/
Dwsbm_manager.c486 struct _WsbmBufferPool *newPool, uint32_t placement) in wsbmBOData() argument
501 if (newPool == NULL) in wsbmBOData()
502 newPool = buf->pool; in wsbmBOData()
504 if (newPool == NULL) in wsbmBOData()
507 newBuffer = (!storage || storage->pool != newPool || in wsbmBOData()
522 buf->pool = newPool; in wsbmBOData()
529 newPool->create(newPool, size, placement, buf->alignment); in wsbmBOData()
536 buf->pool = newPool; in wsbmBOData()
615 unsigned size, const void *data, struct _WsbmBufferPool *newPool, in wsbmBODataUB() argument
634 if (newPool == NULL) in wsbmBODataUB()
[all …]
Dwsbm_manager.h97 unsigned size, const void *data, struct _WsbmBufferPool *newPool,
/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()