Searched refs:mSoundHandle (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DPlaySingleSoundComponent.java21 private int mSoundHandle; field in class:PlaySingleSoundComponent
31 mSoundHandle = -1;
41 if (mSoundHandle == -1 && mSound != null) {
43 mSoundHandle = sound.play(mSound, false, SoundSystem.PRIORITY_NORMAL);

Completed in 277 milliseconds