Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2PlatformStorePluginLoader.cpp26 /* static */ android::Mutex C2PlatformStorePluginLoader::sMutex;
27 /* static */ std::unique_ptr<C2PlatformStorePluginLoader> C2PlatformStorePluginLoader::sInstance;
35 C2PlatformStorePluginLoader::C2PlatformStorePluginLoader(const char *libPath) in C2PlatformStorePluginLoader() function in C2PlatformStorePluginLoader
52 C2PlatformStorePluginLoader::~C2PlatformStorePluginLoader() { in ~C2PlatformStorePluginLoader()
59 c2_status_t C2PlatformStorePluginLoader::createBlockPool( in createBlockPool()
76 c2_status_t C2PlatformStorePluginLoader::createAllocator( in createAllocator()
94 const std::unique_ptr<C2PlatformStorePluginLoader>& C2PlatformStorePluginLoader::GetInstance() { in GetInstance()
98 sInstance.reset(new C2PlatformStorePluginLoader(kStorePluginPath)); in GetInstance()
DAndroid.bp26 "C2PlatformStorePluginLoader.cpp",
DC2Store.cpp119 C2PlatformStorePluginLoader::GetInstance()->createAllocator(id, allocator); in fetchAllocator()
352 res = C2PlatformStorePluginLoader::GetInstance()->createBlockPool( in _createBlockPool()
/frameworks/av/media/codec2/vndk/include/
DC2PlatformStorePluginLoader.h48 class C2PlatformStorePluginLoader {
50 static const std::unique_ptr<C2PlatformStorePluginLoader>& GetInstance();
51 ~C2PlatformStorePluginLoader();
88 explicit C2PlatformStorePluginLoader(const char *libPath);
91 static std::unique_ptr<C2PlatformStorePluginLoader> sInstance;