Searched refs:maxStreams (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/media/java/android/media/ |
H A D | SoundPool.java | 149 public SoundPool(int maxStreams, int streamType, int srcQuality) { in SoundPool() argument 150 this(maxStreams, in SoundPool() 155 private SoundPool(int maxStreams, AudioAttributes attributes) { in SoundPool() argument 160 maxStreams, attributes, getCurrentOpPackageName()) != 0) { in SoundPool() 513 private native final int native_setup(Object weakRef, int maxStreams, in native_setup() argument 583 public Builder setMaxStreams(int maxStreams) throws IllegalArgumentException { in setMaxStreams() argument 584 if (maxStreams <= 0) { in setMaxStreams() 588 mMaxStreams = maxStreams; in setMaxStreams()
|
/aosp12/frameworks/base/media/jni/soundpool/tests/ |
H A D | soundpool_stress.cpp | 224 int maxStreams = 40; // change to have more concurrent playback streams in main() local 244 maxStreams = atoi(optarg); in main() 277 auto soundPool = std::make_unique<SoundPool>(maxStreams, &aa); in main()
|
/aosp12/frameworks/base/media/jni/soundpool/ |
H A D | SoundPool.cpp | 88 int32_t maxStreams, const audio_attributes_t* attributes, const std::string& opPackageName) in SoundPool() argument 89 : mStreamManager(maxStreams, kStreamManagerThreads, attributes, opPackageName) in SoundPool() 92 __func__, maxStreams, in SoundPool()
|
H A D | SoundPool.h | 34 SoundPool(int32_t maxStreams, const audio_attributes_t* attributes,
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |