HomeSort by relevance Sort by last modified time
    Searched refs:LVM_ERROR_CHECK (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 36 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc){\
478 LVM_ERROR_CHECK(LvmStatus, "LVREV_Process", "process")
570 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "Reverb_free")
660 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "Reverb_setConfig")
667 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_setConfig")
765 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetMemoryTable", "Reverb_init")
814 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "Reverb_init")
859 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_init")
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 36 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc){\
557 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "LvmBundle_init")
606 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "LvmBundle_init")
668 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init")
687 LVM_ERROR_CHECK(LvmStatus, "LVM_SetHeadroomParams", "LvmBundle_init")
754 LVM_ERROR_CHECK(LvmStatus, "LVM_Process", "LvmBundle_process")
    [all...]

Completed in 39 milliseconds