Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGhostComponent.java33 private int mAmbientSoundStream; field in GhostComponent
54 mAmbientSoundStream = -1; in reset()
130 if (!timeToRelease && mAmbientSound != null && mAmbientSoundStream == -1) { in update()
133 mAmbientSoundStream = sound.play(mAmbientSound, true, SoundSystem.PRIORITY_NORMAL); in update()
139 if (mAmbientSoundStream > -1) { in update()
142 sound.stop(mAmbientSoundStream); in update()
143 mAmbientSoundStream = -1; in update()
190 if (mAmbientSoundStream > -1) { in releaseControl()
193 sound.stop(mAmbientSoundStream); in releaseControl()
194 mAmbientSoundStream = -1; in releaseControl()