Searched defs:maxStreams (Results 1 – 1 of 1) sorted by relevance
153 public SoundPool(int maxStreams, int streamType, int srcQuality) { in SoundPool()158 private SoundPool(int maxStreams, AudioAttributes attributes) { in SoundPool()544 private native final int native_setup(Object weakRef, int maxStreams, in native_setup()611 public Builder setMaxStreams(int maxStreams) throws IllegalArgumentException { in setMaxStreams()