Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Store.cpp60 class C2PlatformAllocatorStoreImpl : public C2PlatformAllocatorStore { class
62 C2PlatformAllocatorStoreImpl();
78 ~C2PlatformAllocatorStoreImpl() override = default;
101 C2PlatformAllocatorStoreImpl::C2PlatformAllocatorStoreImpl() { in C2PlatformAllocatorStoreImpl() function in android::C2PlatformAllocatorStoreImpl
132 c2_status_t C2PlatformAllocatorStoreImpl::fetchAllocator( in fetchAllocator()
296 void C2PlatformAllocatorStoreImpl::setComponentStore(std::shared_ptr<C2ComponentStore> store) { in setComponentStore()
314 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchIonAllocator() { in fetchIonAllocator()
330 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchDmaBufAllocator() { in fetchDmaBufAllocator()
346 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchBlobAllocator() { in fetchBlobAllocator()
358 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchGrallocAllocator() { in fetchGrallocAllocator()
[all …]