Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DEffectConfig.cpp298 const std::string xmlEffectName = effectElem.first; in findUuid() local
303 if (auto it = uuidMap.find(xmlEffectName); it != uuidMap.end()) { in findUuid()