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 408 LVM_ERROR_CHECK(LvmStatus, "LVREV_Process", "process") in process() 490 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "Reverb_free") in Reverb_free() 584 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "Reverb_setConfig") in Reverb_setConfig() 591 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_setConfig") in Reverb_setConfig() 686 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetMemoryTable", "Reverb_init") in Reverb_init() 735 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "Reverb_init") in Reverb_init() 780 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_init") in Reverb_init() 890 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbSetRoomHfLevel") in ReverbSetRoomHfLevel() 898 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 559 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "LvmBundle_init") in LvmBundle_init() 608 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "LvmBundle_init") in LvmBundle_init() 678 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init") in LvmBundle_init() 697 LVM_ERROR_CHECK(LvmStatus, "LVM_SetHeadroomParams", "LvmBundle_init") in LvmBundle_init() 759 LVM_ERROR_CHECK(LvmStatus, "LVM_Process", "LvmBundle_process") in LvmBundle_process() 788 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "EqualizerUpdateActiveParams") in EqualizerUpdateActiveParams() 801 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "EqualizerUpdateActiveParams") in EqualizerUpdateActiveParams() 825 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "LvmEffect_limitLevel") in LvmEffect_limitLevel() 915 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "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() 603 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init"); in lvmControl()
|