Home | History | Annotate | Download | only in Bundle

Lines Matching defs:EffectCreate

164 extern "C" int EffectCreate(const effect_uuid_t *uuid,
178 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
279 ALOGV("\tLVM_ERROR : EffectCreate() Bundle init failed");
327 ALOGV("\tLVM_ERROR : EffectCreate() invalid UUID");
348 } /* end EffectCreate */
3495 .create_effect = android::EffectCreate,