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

/frameworks/base/media/java/android/media/
H A DSoundPool.java54 * constructed, the maxStreams parameter sets the maximum number of streams
77 * streams to exceed the value established by the maxStreams parameter when
140 * @param maxStreams the maximum number of simultaneous streams for this
151 public SoundPool(int maxStreams, int streamType, int srcQuality) { argument
152 this(maxStreams,
156 private SoundPool(int maxStreams, AudioAttributes attributes) { argument
158 if (native_setup(new WeakReference<SoundPool>(this), maxStreams, attributes) != 0) {
515 private native final int native_setup(Object weakRef, int maxStreams, argument
578 * @param maxStreams a value equal to 1 or greater.
582 public Builder setMaxStreams(int maxStreams) throw argument
[all...]

Completed in 77 milliseconds