Searched defs:pControlParams (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_GetControlParameters.c36 /* pControlParams Pointer to an empty parameter structure */
40 /* LVREV_NULLADDRESS When hInstance or pControlParams is NULL */
47 LVREV_ControlParams_st *pControlParams)
56 if((hInstance == LVM_NULL) || (pControlParams == LVM_NULL))
64 *pControlParams = pLVREV_Private->NewParams;
46 LVREV_GetControlParameters(LVREV_Handle_t hInstance, LVREV_ControlParams_st *pControlParams) argument
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Init.c44 LVPSA_ControlParams_t *pControlParams,
60 if((phInstance == LVM_NULL) || (pInitParams == LVM_NULL) || (pControlParams == LVM_NULL) || (pMemoryTable == LVM_NULL))
173 errorCode = LVPSA_Control (*phInstance, pControlParams);
42 LVPSA_Init( pLVPSA_Handle_t *phInstance, LVPSA_InitParams_t *pInitParams, LVPSA_ControlParams_t *pControlParams, LVPSA_MemTab_t *pMemoryTable ) argument

Completed in 193 milliseconds