Searched refs:PlatformAdp (Results 1 – 8 of 8) sorted by relevance
36 const string PlatformAdp::DIR_SEPARATOR = "/";37 const string PlatformAdp::LIBRARY_FILE_SUFFIX = "so";40 HMODULE PlatformAdp::AdpLoadLibrary(const string &packageName) in AdpLoadLibrary()45 void PlatformAdp::AdpFreeLibrary(HMODULE handle) in AdpFreeLibrary()50 FARPROC PlatformAdp::AdpGetSymAddress(HMODULE handle, const string &symbol) in AdpGetSymAddress()55 void *PlatformAdp::LoadLibrary(const std::string &packageName) in LoadLibrary()60 void PlatformAdp::FreeLibrary(void *handle) in FreeLibrary()65 void *PlatformAdp::GetSymAddress(void *handle, const std::string &symbol) in GetSymAddress()71 uint32_t PlatformAdp::CheckAndNormalizePath(string &path) in CheckAndNormalizePath()92 PlatformAdp::PlatformAdp() {} in PlatformAdp() function in OHOS::MultimediaPlugin::PlatformAdp[all …]
30 class PlatformAdp final : public NoCopyable {43 DECLARE_DELAYED_REF_SINGLETON(PlatformAdp);
28 class PlatformAdp; variable44 static PlatformAdp &platformAdp_;
39 class PlatformAdp; variable72 PlatformAdp &platformAdp_;
42 PlatformAdp &PluginMgr::platformAdp_ = DelayedRefSingleton<PlatformAdp>::GetInstance();
55 : platformAdp_(DelayedRefSingleton<PlatformAdp>::GetInstance()), in Plugin()
35 class PlatformAdp; variable191 PlatformAdp &platformAdp_;
101 : platformAdp_(DelayedRefSingleton<PlatformAdp>::GetInstance()), in PluginServer()