Home
last modified time | relevance | path

Searched defs:sound (Results 1 – 25 of 25) sorted by relevance

/external/mockito/subprojects/inline/src/test/java/org/mockitoinline/
DEnumMockingTest.java26 public String sound() { in sound() method
31 public abstract String sound(); in sound() method in EnumMockingTest.Animal
/external/replicaisland/src/com/replica/replicaisland/
DGhostComponent.java131 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem; in update() local
140 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem; in update() local
191 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem; in releaseControl() local
236 public final void setAmbientSound(Sound sound) { in setAmbientSound()
DPlaySingleSoundComponent.java35 public void setSound(SoundSystem.Sound sound) { in setSound()
42 SoundSystem sound = sSystemRegistry.soundSystem; in update() local
DButtonAnimationComponent.java55 SoundSystem sound = sSystemRegistry.soundSystem; in update() local
82 public void setDepressSound(Sound sound) { in setDepressSound()
DHitReactionComponent.java120 SoundSystem sound = sSystemRegistry.soundSystem; in hitVictim() local
231 SoundSystem sound = sSystemRegistry.soundSystem; in receivedHit() local
325 public final void setTakeHitSound(int hitType, SoundSystem.Sound sound) { in setTakeHitSound()
330 public final void setDealHitSound(int hitType, SoundSystem.Sound sound) { in setDealHitSound()
DAnimationComponent.java140 SoundSystem sound = sSystemRegistry.soundSystem; in update() local
369 public void setRocketSound(Sound sound) { in setRocketSound()
383 public void setExplosionSound(Sound sound) { in setExplosionSound()
DLauncherComponent.java114 SoundSystem sound = sSystemRegistry.soundSystem; in fire() local
151 public void setLaunchSound(Sound sound) { in setLaunchSound()
DDoorAnimationComponent.java96 SoundSystem sound = sSystemRegistry.soundSystem; in open() local
126 SoundSystem sound = sSystemRegistry.soundSystem; in close() local
DSoundSystem.java82 synchronized public final int play(Sound sound, boolean loop, int priority) { in play()
94 …synchronized public final int play(Sound sound, boolean loop, int priority, float volume, float ra… in play()
DGameThread.java105 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem; in run() local
DLifetimeComponent.java164 SoundSystem sound = sSystemRegistry.soundSystem; in die() local
DLaunchProjectileComponent.java180 SoundSystem sound = sSystemRegistry.soundSystem; in launch() local
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/
Dmod.rs15 pub mod sound; module
Dsound.rs1595 let sound = in config() localVariable
1605 let mut sound = in empty_info() localVariable
1659 let mut sound = in stream_info() localVariable
1701 let mut sound = in play() localVariable
/external/rust/android-crates-io/crates/virtio-drivers/src/device/
Dmod.rs15 pub mod sound; module
Dsound.rs1595 let sound = in config() localVariable
1605 let mut sound = in empty_info() localVariable
1659 let mut sound = in stream_info() localVariable
1701 let mut sound = in play() localVariable
/external/flatbuffers/android/app/src/main/java/generated/com/fbs/app/
DAnimal.kt43 val sound : String? in nameInByteBuffer() constant in com.fbs.app.Animal
/external/python/cpython3/PC/clinic/
Dwinsound.c.h27 PyObject *sound; in winsound_PlaySound() local
/external/libbackup/src/com/google/android/libraries/backup/
DPreferenceBackupUtil.java24 Ringtone sound = RingtoneManager.getRingtone(context, Uri.parse(uri)); in getRingtoneTitleFromUri() local
/external/python/cpython3/PC/
Dwinsound.c82 winsound_PlaySound_impl(PyObject *module, PyObject *sound, int flags) in winsound_PlaySound_impl()
/external/flatbuffers/android/app/src/main/cpp/generated/
Danimal_generated.h33 const ::flatbuffers::String *sound() const { in sound() function
/external/robolectric/robolectric/src/test/java/org/robolectric/
DR.java544 public static final int sound=0x7f080002; field in R.raw
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dfcm.v1.json303 "sound": { object
/external/crosvm/src/crosvm/
Dconfig.rs798 pub sound: Option<PathBuf>, field
Dcmdline.rs2388 pub sound: Option<PathBuf>, field