Searched refs:PARAM_POST_EQ (Results 1 – 2 of 2) sorted by relevance
103 private static final int PARAM_POST_EQ = 0x60; field in DynamicsProcessing1848 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()
24030 Landroid/media/audiofx/DynamicsProcessing;->PARAM_POST_EQ:I