Home
last modified time | relevance | path

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

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