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 C2PlatformStorePluginLoader52 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()
26 "C2PlatformStorePluginLoader.cpp",
119 C2PlatformStorePluginLoader::GetInstance()->createAllocator(id, allocator); in fetchAllocator()352 res = C2PlatformStorePluginLoader::GetInstance()->createBlockPool( in _createBlockPool()
48 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;