Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/aidl/
DComponent.cpp363 allocatorParam.igba = allocator.gbAllocator->igba; in createBlockPool()
365 allocator.gbAllocator->waitableFd.dup().release()); in createBlockPool()
/frameworks/av/media/codec2/hal/client/
Dclient.cpp2087 c2_aidl::IComponent::GbAllocator gbAllocator; in createBlockPool() local
2088 gbAllocator.waitableFd = std::move(waitableFd); in createBlockPool()
2089 gbAllocator.igba = in createBlockPool()
2091 allocator.gbAllocator = std::move(gbAllocator); in createBlockPool()