HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 101 - 125 of 477) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/speech/tts/
SynthesisPlaybackQueueItem.java 68 float volume, float pan, UtteranceProgressDispatcher dispatcher,
79 channelCount, volume, pan);
BlockingAudioTrack.java 78 float volume, float pan) {
83 mVolume = volume;
324 private static void setupVolume(AudioTrack audioTrack, float volume, float pan) {
325 final float vol = clip(volume, 0.0f, 1.0f);
337 Log.e(TAG, "Failed to set volume");
  /hardware/libhardware/include/hardware/
bt_hf.h 95 typedef void (* bthf_volume_cmd_callback)(bthf_volume_type_t type, int volume);
236 /** volume control */
237 bt_status_t (*volume_control) (bthf_volume_type_t type, int volume);
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 40 virtual status_t setVoiceVolume(float volume);
41 virtual status_t setMasterVolume(float volume);
AudioHardwareStub.h 69 virtual status_t setVoiceVolume(float volume);
70 virtual status_t setMasterVolume(float volume);
  /external/quake/quake/src/WinQuake/
cd_audio.cpp 447 // we set the volume to 0 first and then to the desired volume
449 void CDAudio_SetVolume (byte volume)
482 readInfo->audioChannelInfo.channel0volume = volume;
483 readInfo->audioChannelInfo.channel1volume = volume;
491 cdvolume = volume;
497 int volume; local
530 volume = (int)(bgmvolume.value * 255.0);
531 if (volume < 0)
534 volume = 0;
    [all...]
  /development/ndk/platforms/android-3/include/linux/
msm_audio.h 70 uint32_t volume; member in struct:msm_snd_volume_config
  /external/chromium/chrome/browser/speech/
speech_input_bubble.cc 42 SkBitmap* mic_full_; // Mic image with full volume.
43 SkBitmap* mic_noise_; // Mic image with full noise volume.
44 SkBitmap* mic_empty_; // Mic image with zero volume.
45 SkBitmap* mic_mask_; // Gradient mask used by the volume indicator.
196 float volume) {
206 (((1.0f - volume) * (width * (kVolumeSteps + 1))) - width) / kVolumeSteps;
219 void SpeechInputBubbleBase::SetInputVolume(float volume, float noise_volume) {
223 // Draw the empty volume image first and the current volume image on top,
224 // and then the noise volume image on top of both
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.h 54 float volume() const;
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 70 bool bVolumeEnabled; /* Flag for Volume */
86 // Volume
99 int volume; member in struct:BundledEffectContext
124 /* enumerated parameter settings for Volume effect */
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 142 void setSpeakerVolume(int volume) {
143 mSpeakerVolume = volume;
150 void setMicVolume(int volume) {
151 mMicVolume = volume;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
asound_fm.h 51 unsigned char volume; /* 6 bits: volume */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
asound_fm.h 51 unsigned char volume; /* 6 bits: volume */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
asound_fm.h 51 unsigned char volume; /* 6 bits: volume */ member in struct:snd_dm_fm_voice
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
msm_audio.h 70 uint32_t volume; member in struct:msm_snd_volume_config
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
msm_audio.h 70 uint32_t volume; member in struct:msm_snd_volume_config
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
msm_audio.h 70 uint32_t volume; member in struct:msm_snd_volume_config
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_audio.h 70 uint32_t volume; member in struct:msm_snd_volume_config
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
msm_audio.h 70 uint32_t volume; member in struct:msm_snd_volume_config
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_audio.h 70 uint32_t volume; member in struct:msm_snd_volume_config
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
msm_audio.h 70 uint32_t volume; member in struct:msm_snd_volume_config
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
msm_audio.h 70 uint32_t volume; member in struct:msm_snd_volume_config
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
msm_audio.h 70 uint32_t volume; member in struct:msm_snd_volume_config
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
msm_audio.h 70 uint32_t volume; member in struct:msm_snd_volume_config
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
msm_audio.h 70 uint32_t volume; member in struct:msm_snd_volume_config

Completed in 1295 milliseconds

1 2 3 45 6 7 8 91011>>