/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
pulseaudio.h | 40 #include <pulse/volume.h> 54 * \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound_fm.h | 51 unsigned char volume; /* 6 bits: volume */ member in struct:snd_dm_fm_voice
|
mixer_oss.h | 49 int volume[2]; member in struct:snd_mixer_oss_slot
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
pulseaudio.h | 40 #include <pulse/volume.h> 54 * \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound_fm.h | 51 unsigned char volume; /* 6 bits: volume */ member in struct:snd_dm_fm_voice
|
mixer_oss.h | 49 int volume[2]; member in struct:snd_mixer_oss_slot
|
/external/chromium_org/content/renderer/media/ |
webrtc_audio_capturer.cc | 49 double volume, 55 volume, 395 void WebRtcAudioCapturer::SetVolume(int volume) { 397 DCHECK_LE(volume, MaxVolume()); 398 double normalized_volume = static_cast<double>(volume) / MaxVolume(); 404 int WebRtcAudioCapturer::Volume() const { 415 double volume, 421 DCHECK_LE(volume, 1.0); 423 // We have a special situation on Linux where the microphone volume can be 424 // "higher than maximum". The input volume slider in the sound preferenc [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
ALSAMixer.cpp | 93 long volume; member in struct:android::mixer_info_t 189 // Find PCM playback volume control element. 198 info->volume = info->max; 199 setVol[i] (elem, info->volume); 226 // Find PCM playback volume control element. 235 info->volume = info->max; 236 setVol[i] (elem, info->volume); 267 status_t ALSAMixer::setMasterVolume(float volume) 275 // Make sure volume is between bounds. 276 long vol = minVol + volume * (maxVol - minVol) [all...] |
AudioStreamOutALSA.cpp | 74 float volume; local 77 volume = (left + right) / 2; 78 if (volume < 0.0) { 79 ALOGW("AudioSessionOutALSA::setVolume(%f) under 0.0, assuming 0.0\n", volume); 80 volume = 0.0; 81 } else if (volume > 1.0) { 82 ALOGW("AudioSessionOutALSA::setVolume(%f) over 1.0, assuming 1.0\n", volume); 83 volume = 1.0; 85 vol = lrint((volume * 0x2000)+0.5); 89 ALOGV("setLpaVolume(%f)\n", volume); [all...] |
/external/chromium_org/media/audio/ |
audio_input_controller.cc | 159 void AudioInputController::SetVolume(double volume) { 161 &AudioInputController::DoSetVolume, this, volume)); 272 void AudioInputController::DoSetVolume(double volume) { 274 DCHECK_GE(volume, 0); 275 DCHECK_LE(volume, 1.0); 280 // Only ask for the maximum volume at first call and use cached value 287 DLOG(WARNING) << "Failed to access input volume control"; 291 // Set the stream volume and scale to a range matched to the platform. 292 stream_->SetVolume(max_volume_ * volume); 334 double volume) { [all...] |
clockless_audio_sink.cc | 102 bool ClocklessAudioSink::SetVolume(double volume) { 104 return volume == 0.0;
|
audio_output_device.cc | 110 bool AudioOutputDevice::SetVolume(double volume) { 111 if (volume < 0 || volume > 1.0) 115 base::Bind(&AudioOutputDevice::SetVolumeOnIOThread, this, volume))) { 174 void AudioOutputDevice::SetVolumeOnIOThread(double volume) { 177 ipc_->SetVolume(volume);
|
/external/chromium_org/media/cast/test/ |
audio_utility.cc | 17 float volume) 20 volume_(volume),
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_pcm.h | 52 EAS_I16 volume; member in struct:s_pcm_open_params_tag 169 * Update the pitch and volume parameters using MIDI controls 202 * Update the volume parameters for a PCM stream 221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pcm.h | 52 EAS_I16 volume; member in struct:s_pcm_open_params_tag 169 * Update the pitch and volume parameters using MIDI controls 202 * Update the volume parameters for a PCM stream 221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcm.h | 52 EAS_I16 volume; member in struct:s_pcm_open_params_tag 169 * Update the pitch and volume parameters using MIDI controls 202 * Update the volume parameters for a PCM stream 221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
|
/frameworks/base/core/java/android/preference/ |
VolumePreference.java | 76 // grab focus and key events so that pressing the volume buttons in the 77 // dialog doesn't also show the normal volume adjust toast. 183 public int volume = -1; field in class:VolumePreference.VolumeStore 192 mVolumeStore.volume = source.readInt(); 199 dest.writeInt(mVolumeStore.volume); 224 * Turns a {@link SeekBar} into a volume control. 250 int volume = mAudioManager.getStreamVolume(mStreamType); 251 mSeekBar.setProgress(volume); 366 // Do the volume changing separately to give responsive UI 418 volumeStore.volume = mLastProgress [all...] |
/frameworks/base/media/java/android/media/ |
SoundPool.java | 223 * @param leftVolume left volume value (range = 0.0 to 1.0) 224 * @param rightVolume right volume value (range = 0.0 to 1.0) 303 * Set stream volume. 305 * Sets the volume on the stream specified by the streamID. 311 * @param leftVolume left volume value (range = 0.0 to 1.0) 312 * @param rightVolume right volume value (range = 0.0 to 1.0) 320 * Similar, except set volume of all channels to same value. 323 public void setVolume(int streamID, float volume) { 324 setVolume(streamID, volume, volume); [all...] |
/hardware/libhardware_legacy/audio/ |
AudioPolicyCompatClient.h | 69 float volume, 74 virtual status_t setVoiceVolume(float volume, int delayMs = 0);
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaScannerReceiver.java | 62 // scan whenever any volume is mounted 72 private void scan(Context context, String volume) { 74 args.putString("volume", volume);
|
MediaScannerService.java | 254 String volume = arguments.getString("volume"); local 257 if (MediaProvider.INTERNAL_VOLUME.equals(volume)) { 263 else if (MediaProvider.EXTERNAL_VOLUME.equals(volume)) { 269 if (false) Log.d(TAG, "start scanning volume " + volume + ": " 271 scan(directories, volume); 272 if (false) Log.d(TAG, "done scanning volume " + volume);
|
/external/chromium_org/media/base/ |
audio_converter.cc | 201 float volume = input->ProvideInput( local 204 // Optimize the most common single input, full volume case. 206 if (volume == 1.0f) { 208 } else if (volume > 0) { 211 mixer_input_audio_bus_->channel(i), volume, 222 // Volume adjust and mix each mixer input into |temp_dest| after rendering. 223 if (volume > 0) { 226 mixer_input_audio_bus_->channel(i), volume,
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
mediaControls.css | 191 audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider { 192 -webkit-appearance: media-volume-slider; 304 audio::-webkit-media-controls-volume-slider-mute-button, video::-webkit-media-controls-volume-slider-mute-button { 305 -webkit-appearance: media-volume-slider-mute-button; 312 audio::-webkit-media-controls-fullscreen-volume-slider, video::-webkit-media-controls-fullscreen-volume-slider { 316 audio::-webkit-media-controls-fullscreen-volume-min-button, video::-webkit-media-controls-fullscreen-volume-min-button [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zExtract.cpp | 69 const CVolume &volume = _volumes.Front();
70 const CArchiveDatabaseEx &_db = volume.Database;
71 IInStream *_inStream = volume.Stream;
88 const CVolume &volume = _volumes[volumeIndex];
local 89 const CArchiveDatabaseEx &db = volume.Database;
176 const CVolume &volume = _volumes[efi.VolumeIndex];
local 177 const CArchiveDatabaseEx &db = volume.Database;
190 volume.StartRef2Index,
225 volume.Stream,
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
NotificationPlayer.java | 18 * the addition of a volume parameter. Hopefully the framework will adapt AsyncPlayer to support 54 float volume; field in class:NotificationPlayer.Command 93 player.setVolume(mCmd.volume, mCmd.volume); 269 * @param volume The volume at which to play this sound, as a fraction of the system volume for 271 * volume with no attenuation. 273 public void play(Context context, Uri uri, boolean looping, int stream, float volume) { 281 cmd.volume = volume [all...] |