Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/audiofx/
DDynamicsProcessing.java103 private static final int PARAM_POST_EQ = 0x60; field in DynamicsProcessing
1848 return queryEngineEqByChannelIndex(PARAM_POST_EQ, channelIndex); in getPostEqByChannelIndex()
1851 updateEngineEqByChannelIndex(PARAM_POST_EQ, channelIndex, postEq); in setPostEqByChannelIndex()
1921 Number[] params = {param == PARAM_PRE_EQ ? PARAM_PRE_EQ : PARAM_POST_EQ, in queryEngineEqByChannelIndex()
2106 Eq postEq = queryEngineEqByChannelIndex(PARAM_POST_EQ, channelIndex); in queryEngineByChannelIndex()
2130 updateEngineEqByChannelIndex(PARAM_POST_EQ, channelIndex, postEq); in updateEngineChannelByChannelIndex()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt24030 Landroid/media/audiofx/DynamicsProcessing;->PARAM_POST_EQ:I