HomeSort by relevance Sort by last modified time
    Searched refs:sound (Results 51 - 75 of 194) sorted by null

1 23 4 5 6 7 8

  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_offload.h 29 #include <sound/asound.h>
30 #include <sound/compress_params.h>
  /external/replicaisland/src/com/replica/replicaisland/
LifetimeComponent.java 19 import com.replica.replicaisland.SoundSystem.Sound;
34 private Sound mDeathSound;
164 SoundSystem sound = sSystemRegistry.soundSystem; local
165 if (sound != null) {
166 sound.play(mDeathSound, false, SoundSystem.PRIORITY_NORMAL);
188 public final void setDeathSound(Sound deathSound) {
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 47 * function to return resource ID for A4 sound.
230 for (int sound : soundIds) {
231 mSoundPool.unload(sound);
300 // 1 second of sound
302 // 1 second of sound.
320 for (int sound : soundIds) {
321 assertEquals(true, soundPool.unload(sound));
324 for (int sound : soundIds) {
325 assertEquals(false, soundPool.unload(sound));
  /hardware/bsp/intel/peripheral/libupm/src/grovespeaker/
grovespeaker.cxx 134 sound(delayTime);
137 void GroveSpeaker::sound(int note_delay) function in class:GroveSpeaker
  /hardware/qcom/msm8996/kernel-headers/sound/
compress_offload.h 22 #include <sound/asound.h>
24 #include <sound/compress_params.h>
lsm_params.h 22 #include <sound/asound.h>
  /hardware/qcom/msm8996/original-kernel-headers/sound/
compress_offload.h 29 #include <sound/asound.h>
30 #include <sound/compress_params.h>
  /cts/tests/app/src/android/app/cts/
NotificationTest.java 85 mNotification.sound = uri;
107 assertNotNull(result.sound);
145 mNotification.sound = null;
150 assertNull(result.sound);
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationIntrusivenessExtractor.java 52 notification.sound != null ||
  /frameworks/support/compat/honeycomb/android/support/v4/app/
NotificationCompatHoneycomb.java 35 .setSound(n.sound, n.audioStreamType)
  /hardware/qcom/audio/post_proc/
bundle.h 21 #include <sound/audio_effects.h>
  /hardware/qcom/msm8994/kernel-headers/linux/sound/
lsm_params.h 22 #include <sound/asound.h>
  /hardware/qcom/msm8994/original-kernel-headers/linux/sound/
lsm_params.h 5 #include <sound/asound.h>
  /frameworks/base/tests/CoreTests/android/core/
NsdServiceInfoTest.java 111 attributedInfo.setAttribute("sound", (new String("???")).getBytes("UTF-8"));
121 String sound = new String(attributedInfo.getAttributes().get("sound"), "UTF-8"); local
122 assertTrue(sound.equals("???"));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/sound/
SoundFragment.java 17 package com.android.tv.settings.device.sound;
58 setPreferencesFromResource(R.xml.sound, null);
93 throw new IllegalArgumentException("Unknown surround sound pref value");
  /bionic/libc/kernel/uapi/sound/
sfnt_info.h 21 #include <sound/asound.h>
  /cts/suite/audio_quality/lib/src/audio/
AudioPlaybackLocal.cpp 29 #include <sound/asound.h>
  /device/asus/fugu/libaudio/
HDMIAudioOutput.cpp 23 #include <sound/asound.h> // bionic
  /external/kernel-headers/original/uapi/sound/
sfnt_info.h 25 #include <sound/asound.h>
173 #define SNDRV_SFNT_SAMPLE_STEREO_LEFT 32 /* stereo left sound */
174 #define SNDRV_SFNT_SAMPLE_STEREO_RIGHT 64 /* stereo right sound */
  /frameworks/support/compat/ics/android/support/v4/app/
NotificationCompatIceCreamSandwich.java 40 .setSound(n.sound, n.audioStreamType)
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h 55 #include <sound/asound.h>
  /hardware/qcom/msm8994/kernel-headers/sound/
lsm_params.h 22 #include <sound/asound.h>
  /hardware/qcom/msm8994/original-kernel-headers/sound/
lsm_params.h 5 #include <sound/asound.h>
112 * For REG_SND_MODEL, this is size of sound model
117 * For REG_SND_MODEL, this is the sound model data
  /hardware/qcom/msm8996/kernel-headers/linux/sound/
lsm_params.h 22 #include <sound/asound.h>
  /hardware/qcom/msm8996/original-kernel-headers/linux/sound/
lsm_params.h 5 #include <sound/asound.h>
112 * For REG_SND_MODEL, this is size of sound model
117 * For REG_SND_MODEL, this is the sound model data

Completed in 488 milliseconds

1 23 4 5 6 7 8