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 - 2
of
2
) sorted by null
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp
34
#define
LVM_ERROR_CHECK
(LvmStatus, callingFunc, calledFunc){\
476
LVM_ERROR_CHECK
(LvmStatus, "LVREV_Process", "process")
568
LVM_ERROR_CHECK
(LvmStatus, "LVM_GetMemoryTable", "Reverb_free")
658
LVM_ERROR_CHECK
(LvmStatus, "LVREV_GetControlParameters", "Reverb_setConfig")
665
LVM_ERROR_CHECK
(LvmStatus, "LVREV_SetControlParameters", "Reverb_setConfig")
763
LVM_ERROR_CHECK
(LvmStatus, "LVREV_GetMemoryTable", "Reverb_init")
811
LVM_ERROR_CHECK
(LvmStatus, "LVM_GetInstanceHandle", "Reverb_init")
856
LVM_ERROR_CHECK
(LvmStatus, "LVREV_SetControlParameters", "Reverb_init")
[
all
...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp
33
#define
LVM_ERROR_CHECK
(LvmStatus, callingFunc, calledFunc){\
552
LVM_ERROR_CHECK
(LvmStatus, "LVM_GetMemoryTable", "LvmBundle_init")
600
LVM_ERROR_CHECK
(LvmStatus, "LVM_GetInstanceHandle", "LvmBundle_init")
662
LVM_ERROR_CHECK
(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init")
681
LVM_ERROR_CHECK
(LvmStatus, "LVM_SetHeadroomParams", "LvmBundle_init")
748
LVM_ERROR_CHECK
(LvmStatus, "LVM_Process", "LvmBundle_process")
[
all
...]
Completed in 44 milliseconds