Searched refs:LVM_ERROR_CHECK (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
D | EffectReverb.cpp | 41 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc) \ macro 405 LVM_ERROR_CHECK(LvmStatus, "LVREV_Process", "process") in process() 521 LVM_ERROR_CHECK(LvmStatus, "LVREV_FreeInstance", "Reverb_free") in Reverb_free() 573 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "Reverb_setConfig") in Reverb_setConfig() 580 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_setConfig") in Reverb_setConfig() 673 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "Reverb_init") in Reverb_init() 720 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_init") in Reverb_init() 818 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbSetRoomHfLevel") in ReverbSetRoomHfLevel() 826 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "ReverbSetRoomHfLevel") in ReverbSetRoomHfLevel() 853 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "ReverbGetRoomHfLevel") in ReverbGetRoomHfLevel() [all …]
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 50 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc) \ macro 525 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "LvmBundle_init") in LvmBundle_init() 588 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init") in LvmBundle_init() 606 LVM_ERROR_CHECK(LvmStatus, "LVM_SetHeadroomParams", "LvmBundle_init") in LvmBundle_init() 664 LVM_ERROR_CHECK(LvmStatus, "LVM_Process", "LvmBundle_process") in LvmBundle_process() 692 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "EqualizerUpdateActiveParams") in EqualizerUpdateActiveParams() 705 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "EqualizerUpdateActiveParams") in EqualizerUpdateActiveParams() 728 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "LvmEffect_limitLevel") in LvmEffect_limitLevel() 813 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmEffect_limitLevel") in LvmEffect_limitLevel() 822 LVM_ERROR_CHECK(LvmStatus, "LVM_SetVolumeNoSmoothing", "LvmBundle_process") in LvmEffect_limitLevel() [all …]
|
/frameworks/av/media/libeffects/lvm/tests/ |
D | lvmtest.cpp | 48 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc) \ macro 252 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "LvmBundle_init"); in LvmBundle_init() 310 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init"); in LvmBundle_init() 329 LVM_ERROR_CHECK(LvmStatus, "LVM_SetHeadroomParams", "LvmBundle_init"); in LvmBundle_init() 456 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init"); in lvmControl()
|