Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp132 if (store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator) != C2_OK) { in SetUp()
135 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, ++mBlockPoolId); in SetUp()
239 std::shared_ptr<C2Allocator> mLinearAllocator; member in Codec2VideoDecHidlTestBase