OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVM_ERROR_CHECK
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp
40
#define
LVM_ERROR_CHECK
(LvmStatus, callingFunc, calledFunc){\
469
LVM_ERROR_CHECK
(LvmStatus, "LVREV_Process", "process")
610
LVM_ERROR_CHECK
(LvmStatus, "LVM_GetMemoryTable", "Reverb_free")
707
LVM_ERROR_CHECK
(LvmStatus, "LVREV_GetControlParameters", "Reverb_setConfig")
714
LVM_ERROR_CHECK
(LvmStatus, "LVREV_SetControlParameters", "Reverb_setConfig")
809
LVM_ERROR_CHECK
(LvmStatus, "LVREV_GetMemoryTable", "Reverb_init")
[
all
...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp
48
#define
LVM_ERROR_CHECK
(LvmStatus, callingFunc, calledFunc){\
591
LVM_ERROR_CHECK
(LvmStatus, "LVM_GetMemoryTable", "LvmBundle_init")
640
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")
[
all
...]
/frameworks/av/media/libeffects/lvm/tests/
lvmtest.cpp
49
#define
LVM_ERROR_CHECK
(LvmStatus, callingFunc, calledFunc) \
205
LVM_ERROR_CHECK
(LvmStatus, "LVM_GetMemoryTable", "LvmEffect_free")
291
LVM_ERROR_CHECK
(LvmStatus, "LVM_GetMemoryTable", "LvmBundle_init");
346
LVM_ERROR_CHECK
(LvmStatus, "LVM_GetInstanceHandle", "LvmBundle_init");
410
LVM_ERROR_CHECK
(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init");
431
LVM_ERROR_CHECK
(LvmStatus, "LVM_SetHeadroomParams", "LvmBundle_init");
607
LVM_ERROR_CHECK
(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init");
Completed in 183 milliseconds