Searched defs:PARAM_STRENGTH (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
H A DBassBoost.java55 public static final int PARAM_STRENGTH = 1; field in class:BassBoost
127 checkStatus(setParameter(PARAM_STRENGTH, strength));
141 checkStatus(getParameter(PARAM_STRENGTH, value));
156 * @param param ID of the modified parameter. See {@link #PARAM_STRENGTH} ...
270 checkStatus(getParameter(PARAM_STRENGTH, value));
285 checkStatus(setParameter(PARAM_STRENGTH, settings.strength));
H A DVirtualizer.java66 public static final int PARAM_STRENGTH = 1; field in class:Virtualizer
153 checkStatus(setParameter(PARAM_STRENGTH, strength));
167 checkStatus(getParameter(PARAM_STRENGTH, value));
497 * @param param ID of the modified parameter. See {@link #PARAM_STRENGTH} ...
611 checkStatus(getParameter(PARAM_STRENGTH, value));
626 checkStatus(setParameter(PARAM_STRENGTH, settings.strength));

Completed in 28 milliseconds