Home
last modified time | relevance | path

Searched refs:LVM_ApplyNewSettings (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_API_Specials.cpp86 LVM_ApplyNewSettings(hInstance); in LVM_GetSpectrum()
DLVM_Private.h252 LVM_ReturnStatus_en LVM_ApplyNewSettings(LVM_Handle_t hInstance);
DLVM_Process.cpp116 Status = LVM_ApplyNewSettings(hInstance); in LVM_Process()
DLVM_Control.cpp513 LVM_ReturnStatus_en LVM_ApplyNewSettings(LVM_Handle_t hInstance) in LVM_ApplyNewSettings() function
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp606 LvmStatus = LVM_ApplyNewSettings(pContext->pBundledContext->hInstance); in lvmControl()