Searched refs:LVM_ERROR_CHECK (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
D | EffectReverb.cpp | 40 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc){\ macro 469 LVM_ERROR_CHECK(LvmStatus, "LVREV_Process", "process") in process() 610 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "Reverb_free") in Reverb_free() 707 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "Reverb_setConfig") in Reverb_setConfig() 714 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_setConfig") in Reverb_setConfig() 809 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetMemoryTable", "Reverb_init") in Reverb_init() 858 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "Reverb_init") in Reverb_init() 903 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_init") in Reverb_init() 1013 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbSetRoomHfLevel") in ReverbSetRoomHfLevel() 1021 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "ReverbSetRoomHfLevel") in ReverbSetRoomHfLevel() [all …]
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 48 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc){\ macro 591 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "LvmBundle_init") in LvmBundle_init() 640 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "LvmBundle_init") in LvmBundle_init() 702 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init") in LvmBundle_init() 721 LVM_ERROR_CHECK(LvmStatus, "LVM_SetHeadroomParams", "LvmBundle_init") in LvmBundle_init() 827 LVM_ERROR_CHECK(LvmStatus, "LVM_Process", "LvmBundle_process") in LvmBundle_process() 893 LVM_ERROR_CHECK(LvmStatus, "LVM_Process", "LvmBundle_process") in LvmBundle_process() 929 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "EqualizerUpdateActiveParams") in EqualizerUpdateActiveParams() 943 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "EqualizerUpdateActiveParams") in EqualizerUpdateActiveParams() 967 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "LvmEffect_limitLevel") in LvmEffect_limitLevel() [all …]
|