Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Store.cpp57 class C2PlatformAllocatorStoreImpl : public C2PlatformAllocatorStore { class
59 C2PlatformAllocatorStoreImpl();
75 ~C2PlatformAllocatorStoreImpl() override = default;
94 C2PlatformAllocatorStoreImpl::C2PlatformAllocatorStoreImpl() { in C2PlatformAllocatorStoreImpl() function in android::C2PlatformAllocatorStoreImpl
97 c2_status_t C2PlatformAllocatorStoreImpl::fetchAllocator( in fetchAllocator()
191 void C2PlatformAllocatorStoreImpl::setComponentStore(std::shared_ptr<C2ComponentStore> store) { in setComponentStore()
209 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchIonAllocator() { in fetchIonAllocator()
225 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchGrallocAllocator() { in fetchGrallocAllocator()
237 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchBufferQueueAllocator() { in fetchBufferQueueAllocator()
255 std::weak_ptr<C2PlatformAllocatorStoreImpl> gPlatformAllocatorStore;
[all …]