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

  /frameworks/base/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 33 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc){\
475 LVM_ERROR_CHECK(LvmStatus, "LVREV_Process", "process")
567 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "Reverb_free")
661 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "Reverb_configure")
666 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_configure")
745 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetMemoryTable", "Reverb_init")
793 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "Reverb_init")
837 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_init")
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 33 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc){\
544 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "LvmBundle_init")
592 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "LvmBundle_init")
654 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init")
673 LVM_ERROR_CHECK(LvmStatus, "LVM_SetHeadroomParams", "LvmBundle_init")
747 LVM_ERROR_CHECK(LvmStatus, "LVM_Process", "LvmBundle_process")
    [all...]

Completed in 28 milliseconds