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

/frameworks/base/media/java/android/media/
H A DSoundPool.java45 * constructed, the maxStreams parameter sets the maximum number of streams
68 * streams to exceed the value established by the maxStreams parameter when
128 * @param maxStreams the maximum number of simultaneous streams for this
137 public SoundPool(int maxStreams, int streamType, int srcQuality) { argument
140 if (native_setup(new WeakReference(this), maxStreams, streamType, srcQuality) != 0) {
483 private native final int native_setup(Object weakRef, int maxStreams, int streamType, int srcQuality); argument

Completed in 122 milliseconds