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

/frameworks/base/media/java/android/media/
H A DAudioTrack.java1477 private static float clampGainOrLevel(float gainOrLevel) { method in class:AudioTrack
1517 leftVolume = clampGainOrLevel(leftVolume);
1518 rightVolume = clampGainOrLevel(rightVolume);
2397 level = clampGainOrLevel(level);

Completed in 35 milliseconds