Searched refs:LVM_GetControlParameters (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libeffects/lvm/wrapper/Aidl/ |
D | BundleContext.cpp | 128 RETURN_VALUE_IF(LVM_SUCCESS != LVM_GetControlParameters(mInstance, ¶ms), in enableOperatingMode() 171 RETURN_VALUE_IF(LVM_SUCCESS != LVM_GetControlParameters(mInstance, ¶ms), in disableOperatingMode() 199 RETURN_VALUE_IF(LVM_SUCCESS != LVM_GetControlParameters(mInstance, ¶ms), in limitLevel() 407 RETURN_VALUE_IF(LVM_SUCCESS != LVM_GetControlParameters(mInstance, ¶ms), in setVolumeStereo() 464 RETURN_VALUE_IF(LVM_SUCCESS != LVM_GetControlParameters(mInstance, ¶ms), freqs, in getEqualizerCenterFreqs() 491 RETURN_VALUE_IF(LVM_SUCCESS != LVM_GetControlParameters(mInstance, ¶ms), in updateControlParameter() 511 RETURN_VALUE_IF(LVM_SUCCESS != LVM_GetControlParameters(mInstance, ¶ms), in setBassBoostStrength() 551 RETURN_VALUE_IF(LVM_SUCCESS != LVM_GetControlParameters(mInstance, ¶ms), in setVirtualizerStrength()
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 691 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in EqualizerUpdateActiveParams() 727 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in LvmEffect_limitLevel() 847 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in LvmEffect_enable() 897 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in LvmEffect_disable() 975 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in Effect_setConfig() 1050 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in BassGetStrength() 1091 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in BassSetStrength() 1132 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in VirtualizerGetStrength() 1163 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in VirtualizerSetStrength() 1432 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in EqualizerGetCentreFrequency() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/ |
D | LVM.h | 374 LVM_ReturnStatus_en LVM_GetControlParameters(LVM_Handle_t hInstance, LVM_ControlParams_t* pParams);
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Init.cpp | 577 LVM_GetControlParameters(hInstance, &Params); in LVM_ClearAudioBuffers()
|
D | LVM_Control.cpp | 213 LVM_ReturnStatus_en LVM_GetControlParameters(LVM_Handle_t hInstance, LVM_ControlParams_t* pParams) { in LVM_GetControlParameters() function
|