HomeSort by relevance Sort by last modified time
    Searched refs:bControlPending (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_SetControlParameters.c 114 pLVREV_Private->bControlPending = LVM_TRUE;
LVREV_Private.h 128 LVM_CHAR bControlPending; /* Flag to indicate new parameters are available */
LVREV_Process.c 73 if(pLVREV_Private->bControlPending == LVM_TRUE)
80 pLVREV_Private->bControlPending = LVM_FALSE;
LVREV_GetInstanceHandle.c 221 pLVREV_Private->bControlPending = LVM_FALSE;
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h 87 LVM_CHAR bControlPending; /* Flag incating a change of the control parameters */
LVPSA_Process.c 77 if (pLVPSA_Inst->bControlPending == LVM_TRUE)
79 pLVPSA_Inst->bControlPending = 0;