Home
last modified time | relevance | path

Searched refs:libName_ (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_session/services/session/adapter/
H A Dplugin_lib.cpp28 : libName_(GetRealPath(libName)), handle_(nullptr) in PluginLib()
30 if (!CheckPathExist(libName_)) { in PluginLib()
31 SLOGE("%{public}s path invalid", libName_.c_str()); in PluginLib()
34 handle_ = dlopen(libName_.c_str(), RTLD_NOW); in PluginLib()
39 SLOGI("%{public}s open succ", libName_.c_str()); in PluginLib()
52 SLOGI("%{public}s close succ", libName_.c_str()); in ~PluginLib()
58 SLOGE("%{public}s lib is null", libName_.c_str()); in LoadSymbol()
73 libName_.c_str(), desc.c_str(), dlerror()); in LogDlfcnErr()
H A Dplugin_lib.h35 std::string libName_; member in OHOS::AVSession::PluginLib
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_hdi_param.cpp51 libName_ = item.second[0]; in CreateHdiControl()
54 .libName = &libName_[0], in CreateHdiControl()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_hdi_param.h39 std::string libName_; member in OHOS::AudioStandard::AudioEffectHdiParam

Completed in 1 milliseconds