Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGhostComponent.java131 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem; in update()
140 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem; in update()
191 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem; in releaseControl()
DDoorAnimationComponent.java96 SoundSystem sound = sSystemRegistry.soundSystem; in open()
126 SoundSystem sound = sSystemRegistry.soundSystem; in close()
DGame.java102 BaseObject.sSystemRegistry.soundSystem = new SoundSystem(); in bootstrap()
279 BaseObject.sSystemRegistry.soundSystem.stopAll(); in stopLevel()
308 BaseObject.sSystemRegistry.soundSystem.stopAll(); in restartLevel()
517 BaseObject.sSystemRegistry.soundSystem.setSoundEnabled(soundEnabled); in setSoundEnabled()
DPlaySingleSoundComponent.java42 SoundSystem sound = sSystemRegistry.soundSystem; in update()
DObjectRegistry.java53 public SoundSystem soundSystem; field in ObjectRegistry
DHitReactionComponent.java120 SoundSystem sound = sSystemRegistry.soundSystem; in hitVictim()
231 SoundSystem sound = sSystemRegistry.soundSystem; in receivedHit()
DButtonAnimationComponent.java55 SoundSystem sound = sSystemRegistry.soundSystem; in update()
DGameThread.java105 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem; in run()
DLauncherComponent.java114 SoundSystem sound = sSystemRegistry.soundSystem; in fire()
DLifetimeComponent.java164 SoundSystem sound = sSystemRegistry.soundSystem; in die()
DLaunchProjectileComponent.java180 SoundSystem sound = sSystemRegistry.soundSystem; in launch()
DGameObjectFactory.java879 SoundSystem sound = sSystemRegistry.soundSystem;
1268 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem;
1437 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem;
1650 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem;
2003 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem;
2101 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem;
2367 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem;
2466 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem;
2586 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem;
2805 SoundSystem sound = sSystemRegistry.soundSystem;
[all …]
DAnimationComponent.java140 SoundSystem sound = sSystemRegistry.soundSystem; in update()