Searched refs:parseLibrary (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/audio/aidl/default/ |
D | EffectConfig.cpp | 53 registerFailure(parseLibrary(xmlLibrary)); in EffectConfig() 123 bool EffectConfig::parseLibrary(const tinyxml2::XMLElement& xml) { in parseLibrary() function in aidl::android::hardware::audio::effect::EffectConfig 149 RETURN_VALUE_IF(!parseLibrary(xml, library, true), false, "parseProxyLibFailed"); in parseEffect() 156 RETURN_VALUE_IF(!parseLibrary(*xmlProxyLib, tempLibrary), false, in parseEffect() 163 RETURN_VALUE_IF(!parseLibrary(xml, library), false, "parseEffectLibFailed"); in parseEffect() 172 bool EffectConfig::parseLibrary(const tinyxml2::XMLElement& xml, struct Library& library, in parseLibrary() function in aidl::android::hardware::audio::effect::EffectConfig
|
/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/ |
D | EffectConfig.h | 94 bool parseLibrary(const tinyxml2::XMLElement& xml); 104 bool parseLibrary(const tinyxml2::XMLElement& xml, struct Library& library,
|