Searched refs:C2PlatformStorePluginLoader (Results 1 – 4 of 4) sorted by relevance
26 /* static */ android::Mutex C2PlatformStorePluginLoader::sMutex;27 /* static */ std::unique_ptr<C2PlatformStorePluginLoader> C2PlatformStorePluginLoader::sInstance;35 C2PlatformStorePluginLoader::C2PlatformStorePluginLoader(const char *libPath) in C2PlatformStorePluginLoader() function in C2PlatformStorePluginLoader53 C2PlatformStorePluginLoader::~C2PlatformStorePluginLoader() { in ~C2PlatformStorePluginLoader()60 c2_status_t C2PlatformStorePluginLoader::createBlockPool( in createBlockPool()78 c2_status_t C2PlatformStorePluginLoader::createAllocator( in createAllocator()98 const std::unique_ptr<C2PlatformStorePluginLoader>& C2PlatformStorePluginLoader::GetInstance() { in GetInstance()102 sInstance.reset(new C2PlatformStorePluginLoader(kStorePluginPath)); in GetInstance()
40 "C2PlatformStorePluginLoader.cpp",
163 C2PlatformStorePluginLoader::GetInstance()->createAllocator(id, allocator); in fetchAllocator()523 res = C2PlatformStorePluginLoader::GetInstance()->createBlockPool( in _createBlockPool()
48 class C2PlatformStorePluginLoader {50 static const std::unique_ptr<C2PlatformStorePluginLoader>& GetInstance();51 ~C2PlatformStorePluginLoader();92 explicit C2PlatformStorePluginLoader(const char *libPath);95 static std::unique_ptr<C2PlatformStorePluginLoader> sInstance;