Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DSoundPool.java151 public SoundPool(int maxStreams, int streamType, int srcQuality) { in SoundPool()
158 private SoundPool(@Nullable Context context, int maxStreams, in SoundPool()
515 private native int native_setup(int maxStreams, in native_setup()
581 public Builder setMaxStreams(int maxStreams) throws IllegalArgumentException { in setMaxStreams()
/aosp14/frameworks/base/media/jni/soundpool/tests/
H A Dsoundpool_stress.cpp224 int maxStreams = 40; // change to have more concurrent playback streams in main() local
/aosp14/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp88 int32_t maxStreams, const audio_attributes_t& attributes, in SoundPool()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...