Searched refs:soundId (Results 1 – 1 of 1) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | SoundSystem.java | 71 result.soundId = mSoundPool.load(context, resource, 1); in load() 85 stream = mSoundPool.play(sound.soundId, 1.0f, 1.0f, priority, loop ? -1 : 0, 1.0f); in play() 97 stream = mSoundPool.play(sound.soundId, volume, volume, priority, loop ? -1 : 0, rate); in play() 177 public int soundId; field in SoundSystem.Sound
|