Home
last modified time | relevance | path

Searched refs:numStreams (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java103 private int initSoundPool(int numStreams) throws java.lang.InterruptedException { in initSoundPool() argument
106 if ((mMaxStreams == numStreams) && (mLoadStatus == 0)) return mLoadStatus; in initSoundPool()
113 mMaxStreams = numStreams; in initSoundPool()
114 mSoundPool = new SoundPool(numStreams, AudioSystem.STREAM_MUSIC, 0); in initSoundPool()