Searched defs:maxStreams (Results 1 – 3 of 3) sorted by relevance
149 public SoundPool(int maxStreams, int streamType, int srcQuality) { in SoundPool()155 private SoundPool(int maxStreams, AudioAttributes attributes) { in SoundPool()513 private native final int native_setup(Object weakRef, int maxStreams, in native_setup()583 public Builder setMaxStreams(int maxStreams) throws IllegalArgumentException { in setMaxStreams()
224 int maxStreams = 40; // change to have more concurrent playback streams in main() local
88 int32_t maxStreams, const audio_attributes_t* attributes, const std::string& opPackageName) in SoundPool()