Searched refs:mMaxStreams (Results 1 – 3 of 3) sorted by relevance
564 private int mMaxStreams = 1; field in SoundPool.Builder588 mMaxStreams = maxStreams; in setMaxStreams()612 return new SoundPool(mMaxStreams, mAudioAttributes); in build()
71 private int mMaxStreams; field in SoundPoolTest.TestThread106 if ((mMaxStreams == numStreams) && (mLoadStatus == 0)) return mLoadStatus; in initSoundPool()113 mMaxStreams = numStreams; in initSoundPool()
40536 Landroid/media/SoundPool$Builder;->mMaxStreams:I