Searched refs:mMaxStreams (Results 1 – 2 of 2) sorted by relevance
563 private int mMaxStreams = 1; field in SoundPool.Builder587 mMaxStreams = maxStreams; in setMaxStreams()611 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()