Home
last modified time | relevance | path

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

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