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.c77 if (pLVPSA_Inst->bControlPending == LVM_TRUE) in LVPSA_Process()
79 pLVPSA_Inst->bControlPending = 0; in LVPSA_Process()
DLVPSA_Private.h87 …LVM_CHAR bControlPending; /* Flag incating a change of the c… member
DLVPSA_Init.c116 pLVPSA_Inst->bControlPending = LVM_FALSE; in LVPSA_Init()
DLVPSA_Control.c87 pLVPSA_Inst->bControlPending = LVM_TRUE; in LVPSA_Control()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_SetControlParameters.c114 pLVREV_Private->bControlPending = LVM_TRUE; in LVREV_SetControlParameters()
DLVREV_Process.c73 if(pLVREV_Private->bControlPending == LVM_TRUE) in LVREV_Process()
80 pLVREV_Private->bControlPending = LVM_FALSE; in LVREV_Process()
DLVREV_Private.h128 …LVM_CHAR bControlPending; /* Flag to indicate new parameters are availab… member
DLVREV_GetInstanceHandle.c221 pLVREV_Private->bControlPending = LVM_FALSE; in LVREV_GetInstanceHandle()