Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/
DEffectConfig.h110 bool resolveLibrary(const std::string& path, std::string* resolvedPath);
/hardware/interfaces/audio/aidl/default/
DEffectConfig.cpp94 bool EffectConfig::resolveLibrary(const std::string& path, std::string* resolvedPath) { in resolveLibrary() function in aidl::android::hardware::audio::effect::EffectConfig
130 if (!resolveLibrary(path, &resolvedPath)) { in parseLibrary()