Lines Matching defs:effect

43 static list_elem_t *gCurEffect; // current effect in enumeration process
44 static uint32_t gCurEffectIdx; // current effect index in enumeration process
63 // To get and add the effect pointed by the passed node to the gSubEffectList
307 // so, findEffect will fail. Search for the effect in gSubEffectList.
314 // create effect in library
321 // add entry to effect list
358 // remove effect from effect list
381 // release effect in library
404 // Function to get the sub effect descriptors of the effect whose uuid
406 // matching uuid and then copies the corresponding sub effect descriptors
431 ALOGV("EffectGetSubEffects: effect found in the list");
438 ALOGV("EffectGetSubEffects end - copied the sub effect structures");
526 // tries in standard effect library directories with just the library name and returns correct path
649 // This will find the library and UUID tags of the sub effect pointed by the
650 // node, gets the effect descriptor and lib_entry_t and adds the subeffect -
681 ALOGW("Error querying effect %s on lib %s", s, l->name);
763 ALOGW("Error querying effect %s on lib %s", s, l->name);
790 // that would be sub effect node.
797 ALOGV("Adding the effect to gEffectSubList as there are sub effects");
809 free(sube->sub_elem);// Free an already added sub effect
818 // sw effect descriptor, but with Proxy UUID
831 // 1 HW and 1 SW sub effect found. Set the offload flag in the Proxy desc
838 // Searches the sub effect matching to the specified uuid
847 sub_effect_entry_t *effect;
859 effect = (sub_effect_entry_t*)subefx->object;
860 l = (lib_entry_t *)effect->lib;
861 d = (effect_descriptor_t *)effect->object;
872 ALOGV("findSubEffect() effect not found");
875 ALOGV("findSubEffect() found effect: %s in lib %s", d->name, l->name);
967 ALOGV("findEffect() effect not found");
970 ALOGV("findEffect() found effect: %s in lib %s", d->name, l->name);