Home
last modified time | relevance | path

Searched refs:LVREV_NULLADDRESS (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetControlParameters.cpp53 return LVREV_NULLADDRESS; in LVREV_GetControlParameters()
DLVREV_ClearAudioBuffers.cpp52 return LVREV_NULLADDRESS; in LVREV_ClearAudioBuffers()
DLVREV_SetControlParameters.cpp53 return LVREV_NULLADDRESS; in LVREV_SetControlParameters()
DLVREV_GetInstanceHandle.cpp57 return LVREV_NULLADDRESS; in LVREV_GetInstanceHandle()
243 return LVREV_NULLADDRESS; in LVREV_FreeInstance()
DLVREV_Process.cpp62 return LVREV_NULLADDRESS; in LVREV_Process()
DLVREV_ApplyNewSettings.cpp52 return LVREV_NULLADDRESS; in LVREV_ApplyNewSettings()
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
DLVREV.h61 LVREV_NULLADDRESS = 1, /* NULL allocation address */ enumerator
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/
DReverbTypes.h141 case LVREV_NULLADDRESS:
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp43 if ((LvmStatus) == LVREV_NULLADDRESS) { \