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

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_SetControlParameters.c114 pLVREV_Private->bControlPending = LVM_TRUE;
H A DLVREV_Private.h128 LVM_CHAR bControlPending; /* Flag to indicate new parameters are available */ member in struct:__anon206
H A DLVREV_Process.c73 if(pLVREV_Private->bControlPending == LVM_TRUE)
80 pLVREV_Private->bControlPending = LVM_FALSE;
H A DLVREV_GetInstanceHandle.c221 pLVREV_Private->bControlPending = LVM_FALSE;
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Private.h87 LVM_CHAR bControlPending; /* Flag incating a change of the control parameters */ member in struct:__anon216
H A DLVPSA_Process.c77 if (pLVPSA_Inst->bControlPending == LVM_TRUE)
79 pLVPSA_Inst->bControlPending = 0;
H A DLVPSA_Init.c116 pLVPSA_Inst->bControlPending = LVM_FALSE;
H A DLVPSA_Control.c87 pLVPSA_Inst->bControlPending = LVM_TRUE;

Completed in 588 milliseconds