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.c79 if (pLVPSA_Inst->bControlPending == LVM_TRUE) in LVPSA_Process()
81 pLVPSA_Inst->bControlPending = 0; in LVPSA_Process()
167 if (pLVPSA_Inst->bControlPending == LVM_TRUE) in LVPSA_Process()
169 pLVPSA_Inst->bControlPending = 0; in LVPSA_Process()
DLVPSA_Private.h90 …LVM_CHAR bControlPending; /* Flag incating a change of the c… member
DLVPSA_Init.c120 pLVPSA_Inst->bControlPending = LVM_FALSE; in LVPSA_Init()
DLVPSA_Control.c96 pLVPSA_Inst->bControlPending = LVM_TRUE; in LVPSA_Control()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_Private.h178 …LVM_CHAR bControlPending; /* Flag to indicate new parameters are availab… member
243 LVM_CHAR bControlPending; /* Flag to indicate new parameters \
DLVREV_SetControlParameters.c119 pLVREV_Private->bControlPending = LVM_TRUE; in LVREV_SetControlParameters()
DLVREV_Process.c85 if(pLVREV_Private->bControlPending == LVM_TRUE) in LVREV_Process()
92 pLVREV_Private->bControlPending = LVM_FALSE; in LVREV_Process()
DLVREV_GetInstanceHandle.c308 pLVREV_Private->bControlPending = LVM_FALSE; in LVREV_GetInstanceHandle()