Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DSoundPool.java148 public SoundPool(int maxStreams, int streamType, int srcQuality) { in SoundPool()
154 private SoundPool(int maxStreams, AudioAttributes attributes) { in SoundPool()
511 private native int native_setup(int maxStreams, in native_setup()
575 public Builder setMaxStreams(int maxStreams) throws IllegalArgumentException { in setMaxStreams()
/frameworks/base/media/jni/soundpool/tests/
Dsoundpool_stress.cpp224 int maxStreams = 40; // change to have more concurrent playback streams in main() local
/frameworks/base/media/jni/soundpool/
DSoundPool.cpp88 int32_t maxStreams, const audio_attributes_t& attributes, in SoundPool()