Lines Matching refs:mEffect

35 VirtualizerEffect::VirtualizerEffect(effect_handle_t handle) : mEffect(new Effect(handle)) {}  in VirtualizerEffect()
51 return mEffect->init(); in init()
57 return mEffect->setConfig(config, inputBufferProvider, outputBufferProvider); in setConfig()
61 return mEffect->reset(); in reset()
65 return mEffect->enable(); in enable()
69 return mEffect->disable(); in disable()
73 return mEffect->setDevice(device); in setDevice()
78 return mEffect->setAndGetVolume(volumes, _hidl_cb); in setAndGetVolume()
82 return mEffect->volumeChangeNotification(volumes); in volumeChangeNotification()
86 return mEffect->setAudioMode(mode); in setAudioMode()
92 return mEffect->setConfigReverse(config, inputBufferProvider, outputBufferProvider); in setConfigReverse()
96 return mEffect->setInputDevice(device); in setInputDevice()
100 return mEffect->getConfig(_hidl_cb); in getConfig()
104 return mEffect->getConfigReverse(_hidl_cb); in getConfigReverse()
109 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
113 return mEffect->getAuxChannelsConfig(_hidl_cb); in getAuxChannelsConfig()
117 return mEffect->setAuxChannelsConfig(config); in setAuxChannelsConfig()
121 return mEffect->setAudioSource(source); in setAudioSource()
125 return mEffect->offload(param); in offload()
129 return mEffect->getDescriptor(_hidl_cb); in getDescriptor()
133 return mEffect->prepareForProcessing(_hidl_cb); in prepareForProcessing()
138 return mEffect->setProcessBuffers(inBuffer, outBuffer); in setProcessBuffers()
143 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
148 return mEffect->setParameter(parameter, value); in setParameter()
153 return mEffect->getParameter(parameter, valueMaxSize, _hidl_cb); in getParameter()
159 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
164 return mEffect->getCurrentConfigForFeature(featureId, configSize, _hidl_cb); in getCurrentConfigForFeature()
169 return mEffect->setCurrentConfigForFeature(featureId, configData); in setCurrentConfigForFeature()
173 return mEffect->close(); in close()
177 return mEffect->debug(fd, options); in debug()
183 mEffect->getParam(VIRTUALIZER_PARAM_STRENGTH_SUPPORTED, halSupported); in isStrengthSupported()
188 return mEffect->setParam(VIRTUALIZER_PARAM_STRENGTH, strength); in setStrength()
192 return mEffect->getIntegerParam(VIRTUALIZER_PARAM_STRENGTH, _hidl_cb); in getStrength()
205 Result retval = mEffect->getParameterImpl( in getVirtualSpeakerAngles()
221 return mEffect->setParam(VIRTUALIZER_PARAM_FORCE_VIRTUALIZATION_MODE, in forceVirtualizationMode()
227 Result retval = mEffect->getParam(VIRTUALIZER_PARAM_FORCE_VIRTUALIZATION_MODE, halMode); in getVirtualizationMode()