Searched defs:LvmBundle_init (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp134 int LvmBundle_init (EffectContext *pContext);
275 ALOGV("\tEffectCreate - Calling LvmBundle_init");
276 ret = LvmBundle_init(pContext);
490 // LvmBundle_init()
502 int LvmBundle_init(EffectContext *pContext){ function in namespace:android::__anon226
556 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "LvmBundle_init")
567 ALOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed to allocate %" PRIu32
584 ALOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed to allocate %" PRIu32
587 ALOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed: but allocated %" PRIu32
605 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "LvmBundle_init")
[all...]

Completed in 32 milliseconds