Searched refs:C2PlatformAllocatorStoreImpl (Results 1 – 1 of 1) sorted by relevance
64 class C2PlatformAllocatorStoreImpl : public C2PlatformAllocatorStore { class66 C2PlatformAllocatorStoreImpl();82 ~C2PlatformAllocatorStoreImpl() override = default;108 C2PlatformAllocatorStoreImpl::C2PlatformAllocatorStoreImpl() { in C2PlatformAllocatorStoreImpl() function in android::C2PlatformAllocatorStoreImpl139 c2_status_t C2PlatformAllocatorStoreImpl::fetchAllocator( in fetchAllocator()307 void C2PlatformAllocatorStoreImpl::setComponentStore(std::shared_ptr<C2ComponentStore> store) { in setComponentStore()333 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchIonAllocator() { in fetchIonAllocator()349 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchDmaBufAllocator() { in fetchDmaBufAllocator()365 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchBlobAllocator() { in fetchBlobAllocator()377 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchGrallocAllocator() { in fetchGrallocAllocator()[all …]