Home
last modified time | relevance | path

Searched refs:LVPSA_OK (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.cpp71 return (LVPSA_OK); in LVPSA_Control()
99 return (LVPSA_OK); in LVPSA_GetControlParams()
129 return (LVPSA_OK); in LVPSA_GetInitParams()
213 return (LVPSA_OK); in LVPSA_ApplyNewSettings()
272 return (LVPSA_OK); in LVPSA_SetBPFiltersType()
345 return (LVPSA_OK); in LVPSA_SetBPFCoefficients()
379 return (LVPSA_OK); in LVPSA_SetQPFCoefficients()
481 return (LVPSA_OK); in LVPSA_BPSinglePrecCoefs()
596 return (LVPSA_OK); in LVPSA_BPDoublePrecCoefs()
619 return (LVPSA_OK); in LVPSA_ClearFilterHistory()
DLVPSA_Process.cpp127 return (LVPSA_OK); in LVPSA_Process()
205 return (LVPSA_OK); in LVPSA_GetSpectrum()
240 return (LVPSA_OK); in LVPSA_GetSpectrum()
DLVPSA_Init.cpp45 LVPSA_RETURN errorCode = LVPSA_OK; in LVPSA_Init()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_API_Specials.cpp87 if (LVPSA_Status != LVPSA_OK) { in LVM_GetSpectrum()
DLVM_Control.cpp727 if (PSA_Status != LVPSA_OK) { in LVM_ApplyNewSettings()
735 if (PSA_Status != LVPSA_OK) { in LVM_ApplyNewSettings()
DLVM_Init.cpp404 if (PSA_Status != LVPSA_OK) { in LVM_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h70 LVPSA_OK, /* The function ran without any problem */ enumerator