Lines Matching refs:C2PlatformAllocatorStoreImpl

64 class C2PlatformAllocatorStoreImpl : public C2PlatformAllocatorStore {  class
66 C2PlatformAllocatorStoreImpl();
82 ~C2PlatformAllocatorStoreImpl() override = default;
108 C2PlatformAllocatorStoreImpl::C2PlatformAllocatorStoreImpl() { in C2PlatformAllocatorStoreImpl() function in android::C2PlatformAllocatorStoreImpl
139 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()
389 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchBufferQueueAllocator() { in fetchBufferQueueAllocator()
402 std::shared_ptr<C2Allocator> C2PlatformAllocatorStoreImpl::fetchIgbaAllocator() { in fetchIgbaAllocator()
419 std::weak_ptr<C2PlatformAllocatorStoreImpl> gPlatformAllocatorStore;
424 std::shared_ptr<C2PlatformAllocatorStoreImpl> store = gPlatformAllocatorStore.lock(); in GetCodec2PlatformAllocatorStore()
426 store = std::make_shared<C2PlatformAllocatorStoreImpl>(); in GetCodec2PlatformAllocatorStore()
444 std::shared_ptr<C2PlatformAllocatorStoreImpl> allocatorStore; in SetPreferredCodec2ComponentStore()