Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Process.cpp84 if (pLVPSA_Inst->bControlPending == LVM_TRUE) { in LVPSA_Process()
85 pLVPSA_Inst->bControlPending = 0; in LVPSA_Process()
DLVPSA_Private.h75 LVM_CHAR bControlPending; /* Flag incating a change of the control parameters */ member
DLVPSA_Init.cpp57 pLVPSA_Inst->bControlPending = LVM_FALSE; in LVPSA_Init()
DLVPSA_Control.cpp69 pLVPSA_Inst->bControlPending = LVM_TRUE; in LVPSA_Control()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_SetControlParameters.cpp106 pLVREV_Private->bControlPending = LVM_TRUE; in LVREV_SetControlParameters()
DLVREV_Private.h112 LVM_CHAR bControlPending; /* Flag to indicate new parameters \ member
DLVREV_Process.cpp68 if (pLVREV_Private->bControlPending == LVM_TRUE) { in LVREV_Process()
74 pLVREV_Private->bControlPending = LVM_FALSE; in LVREV_Process()
DLVREV_GetInstanceHandle.cpp125 pLVREV_Private->bControlPending = LVM_FALSE; in LVREV_GetInstanceHandle()