Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DSoundSystem.java26 private static final int MAX_STREAMS = 8; field in SoundSystem
43 mSoundPool = new SoundPool(MAX_STREAMS, AudioManager.STREAM_MUSIC, 0); in SoundSystem()
46 mLoopingStreams = new int[MAX_STREAMS]; in SoundSystem()