Home
last modified time | relevance | path

Searched refs:resolveLibrary (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/media/libeffects/factory/
H A DEffectsXmlConfigLoader.cpp47 bool resolveLibrary(const std::string& path, std::string* resolvedPath) { in resolveLibrary() function
66 if (!resolveLibrary(relativePath, &absolutePath)) { in loadLibrary()
/aosp_15_r20/hardware/interfaces/audio/aidl/default/
H A DEffectConfig.cpp108 bool EffectConfig::resolveLibrary(const std::string& path, std::string* resolvedPath) { in resolveLibrary() function in aidl::android::hardware::audio::effect::EffectConfig
144 if (!resolveLibrary(path, &resolvedPath)) { in parseLibrary()
/aosp_15_r20/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/
H A DEffectConfig.h110 bool resolveLibrary(const std::string& path, std::string* resolvedPath);