Searched refs:queryEngineEqByChannelIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java1800 return queryEngineEqByChannelIndex(PARAM_PRE_EQ, channelIndex);
1848 return queryEngineEqByChannelIndex(PARAM_POST_EQ, channelIndex);
1919 private Eq queryEngineEqByChannelIndex(int param, int channelIndex) { method in class:DynamicsProcessing
2104 Eq preEq = queryEngineEqByChannelIndex(PARAM_PRE_EQ, channelIndex);
2106 Eq postEq = queryEngineEqByChannelIndex(PARAM_POST_EQ, channelIndex);

Completed in 29 milliseconds