Searched defs:Sound (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DSoundSystem.java36 private FixedSizeArray<Sound> mSounds;
37 private Sound mSearchDummy;
44 mSounds = new FixedSizeArray<Sound>(MAX_SOUNDS, sSoundComparator);
45 mSearchDummy = new Sound();
62 public Sound load(int resource) {
64 Sound result = null;
69 result = new Sound();
82 synchronized public final int play(Sound sound, boolean loop, int priority) {
94 synchronized public final int play(Sound sound, boolean loop, int priority, float volume, float rate) {
175 public class Sound extend class in class:SoundSystem
[all...]

Completed in 686 milliseconds