Home
last modified time | relevance | path

Searched refs:PARAM_INPUT_GAIN (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
DDynamicsProcessing.java97 private static final int PARAM_INPUT_GAIN = 0x20; field in DynamicsProcessing
1787 return getTwoFloat(PARAM_INPUT_GAIN, channelIndex); in getInputGainByChannelIndex()
1790 setTwoFloat(PARAM_INPUT_GAIN, channelIndex, inputGain); in setInputGainbyChannel()
2103 float inputGain = getTwoFloat(PARAM_INPUT_GAIN, channelIndex); in queryEngineByChannelIndex()
2124 setTwoFloat(PARAM_INPUT_GAIN, channelIndex, channel.getInputGain()); in updateEngineChannelByChannelIndex()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt24026 Landroid/media/audiofx/DynamicsProcessing;->PARAM_INPUT_GAIN:I