Searched refs:bundleHandleGetIntFunc (Results 1 – 2 of 2) sorted by relevance
77 BundleHandleGetInt bundleHandleGetIntFunc = nullptr; variable171 …bundleHandleGetIntFunc = (BundleHandleGetInt)dynamicLoader_->GetFunction(MEDIA_CLOUD_ENHANCE_LIB_S… in BundleFuncInit()173 if (bundleHandleGetIntFunc == nullptr) { in BundleFuncInit()270 bundleHandleGetIntFunc = nullptr; in ~EnhancementServiceAdapter()391 if (bundleHandleGetIntFunc == nullptr) { in GetInt()392 …bundleHandleGetIntFunc = (BundleHandleGetInt)dynamicLoader_->GetFunction(MEDIA_CLOUD_ENHANCE_LIB_S… in GetInt()395 if (bundleHandleGetIntFunc == nullptr) { in GetInt()399 return bundleHandleGetIntFunc(bundle, key); in GetInt()
76 static BundleHandleGetInt bundleHandleGetIntFunc = nullptr; variable149 if (bundleHandleGetIntFunc == nullptr) { in InitCloudEnhancementExtraFunc()150 … bundleHandleGetIntFunc = (BundleHandleGetInt)dlsym(dynamicHandler, "MediaEnhanceBundle_GetInt"); in InitCloudEnhancementExtraFunc()152 if (bundleHandleGetIntFunc == nullptr) { in InitCloudEnhancementExtraFunc()267 if (bundleHandleGetIntFunc == nullptr) { in GetInt()268 … bundleHandleGetIntFunc = (BundleHandleGetInt)dlsym(dynamicHandler, "MediaEnhanceBundle_GetInt"); in GetInt()270 if (bundleHandleGetIntFunc == nullptr) { in GetInt()274 return bundleHandleGetIntFunc(bundle, key); in GetInt()