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 34 #define LVM_ERROR_CHECK(LvmStatus, callingFunc, calledFunc){\
500 LVM_ERROR_CHECK(LvmStatus, "LVREV_Process", "process")
592 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "Reverb_free")
686 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetControlParameters", "Reverb_setConfig")
691 LVM_ERROR_CHECK(LvmStatus, "LVREV_SetControlParameters", "Reverb_setConfig")
788 LVM_ERROR_CHECK(LvmStatus, "LVREV_GetMemoryTable", "Reverb_init")
836 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "Reverb_init")
880 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){\
583 LVM_ERROR_CHECK(LvmStatus, "LVM_GetMemoryTable", "LvmBundle_init")
631 LVM_ERROR_CHECK(LvmStatus, "LVM_GetInstanceHandle", "LvmBundle_init")
693 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "LvmBundle_init")
712 LVM_ERROR_CHECK(LvmStatus, "LVM_SetHeadroomParams", "LvmBundle_init")
    [all...]

Completed in 116 milliseconds