Searched refs:LVM_ERROR_CHECK (Results 1 – 3 of 3) 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() 710 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init") in LvmBundle_init() 729 LVM_ERROR_CHECK(LvmStatus, "LVM_SetHeadroomParams", "LvmBundle_init") in LvmBundle_init() 839 LVM_ERROR_CHECK(LvmStatus, "LVM_Process", "LvmBundle_process") in LvmBundle_process() 907 LVM_ERROR_CHECK(LvmStatus, "LVM_Process", "LvmBundle_process") in LvmBundle_process() 943 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "EqualizerUpdateActiveParams") in EqualizerUpdateActiveParams() 957 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "EqualizerUpdateActiveParams") in EqualizerUpdateActiveParams() 981 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "LvmEffect_limitLevel") in LvmEffect_limitLevel() [all …]
|
/frameworks/av/media/libeffects/lvm/tests/ |
D | lvmtest.cpp | 49 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc) \ macro 205 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "LvmEffect_free") in LvmEffect_free() 291 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "LvmBundle_init"); in LvmBundle_init() 346 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "LvmBundle_init"); in LvmBundle_init() 410 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init"); in LvmBundle_init() 431 LVM_ERROR_CHECK(LvmStatus, "LVM_SetHeadroomParams", "LvmBundle_init"); in LvmBundle_init() 607 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init"); in lvmControl()
|