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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp39 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc){\ macro
583 LVM_ERROR_CHECK(LvmStatus, "LVREV_Process", "process")
687 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "Reverb_free")
785 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "Reverb_setConfig")
792 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_setConfig")
888 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetMemoryTable", "Reverb_init")
937 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "Reverb_init")
982 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_init")
1092 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbSetRoomHfLevel")
1100 LVM_ERROR_CHECK(LvmStatu
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp47 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc){\ macro
599 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "LvmBundle_init")
648 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "LvmBundle_init")
710 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init")
729 LVM_ERROR_CHECK(LvmStatus, "LVM_SetHeadroomParams", "LvmBundle_init")
870 LVM_ERROR_CHECK(LvmStatus, "LVM_Process", "LvmBundle_process")
930 LVM_ERROR_CHECK(LvmStatus, "LVM_Process", "LvmBundle_process")
964 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "EqualizerUpdateActiveParams")
978 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "EqualizerUpdateActiveParams")
1002 LVM_ERROR_CHECK(LvmStatu
[all...]

Completed in 21 milliseconds