Searched refs:currentLibEntry (Results 1 – 1 of 1) sorted by relevance
127 std::shared_ptr<AudioEffectLibEntry> currentLibEntry = FindLibrary(effect.libraryName, libList); in LoadEffect() local128 if (currentLibEntry == nullptr) { in LoadEffect()138 bool ret = currentLibEntry->audioEffectLibHandle->checkEffect(descriptor); in LoadEffect()140 currentLibEntry->effectName.push_back(effect.name); in LoadEffect()