Searched refs:MAX_STREAMS (Results 1 – 1 of 1) sorted by relevance
26 private static final int MAX_STREAMS = 8; field in SoundSystem43 mSoundPool = new SoundPool(MAX_STREAMS, AudioManager.STREAM_MUSIC, 0); in SoundSystem()46 mLoopingStreams = new int[MAX_STREAMS]; in SoundSystem()