Home
last modified time | relevance | path

Searched refs:lib (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/audio/effect/model/src/
H A Deffect_model.c121 struct EffectFactory *lib = NULL; in EffectModelCreateEffectController() local
125 lib = GetEffectLibFromList(info->libName); in EffectModelCreateEffectController()
126 CHECK_NULL_PTR_RETURN_VALUE(lib, HDF_FAILURE); in EffectModelCreateEffectController()
127 CHECK_NULL_PTR_RETURN_VALUE(lib->CreateController, HDF_FAILURE); in EffectModelCreateEffectController()
130 lib->CreateController(lib, infoVdi, &ctrlOps); in EffectModelCreateEffectController()
176 struct EffectFactory *lib = NULL; in EffectModelDestroyEffectController() local
179 lib = GetEffectLibFromList(contollerId->libName); in EffectModelDestroyEffectController()
180 if (lib == NULL) { in EffectModelDestroyEffectController()
181 HDF_LOGE("%{public}s: not match any lib", __func_ in EffectModelDestroyEffectController()
[all...]
/drivers/peripheral/secure_element/secure_element_ca_proxy/
H A Dsecure_element_ca_proxy.cpp34 SecureElementCaProxy::DynamicLoad::DynamicLoad(const std::string &lib) : libPath_(lib) {} in DynamicLoad() argument
H A Dsecure_element_ca_proxy.h62 explicit DynamicLoad(const std::string &lib);
/drivers/peripheral/secure_element/test/unittest/mock/
H A Dmock.cpp95 SecureElementCaProxy::DynamicLoad::DynamicLoad(const std::string &lib) {} in DynamicLoad() argument
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.h76 explicit DynamicLoad(const std::string &lib);
H A Dse_vendor_adaptions.cpp58 SimSeVendorAdaptions::DynamicLoad::DynamicLoad(const std::string &lib) : libPath_(lib) {} in DynamicLoad() argument

Completed in 3 milliseconds