/external/chromium_org/media/audio/ |
virtual_audio_input_stream.h | 55 virtual void SetVolume(double volume) OVERRIDE;
|
/external/chromium_org/media/audio/win/ |
wavein_input_win.h | 42 // TODO(henrika): Add volume support using the Audio Mixer API. 44 virtual void SetVolume(double volume) OVERRIDE;
|
/external/chromium_org/media/base/android/ |
media_player_android.h | 59 // Set the player volume. 60 virtual void SetVolume(double volume) = 0;
|
/external/chromium_org/media/base/ |
fake_audio_renderer_sink.cc | 51 bool FakeAudioRendererSink::SetVolume(double volume) {
|
/external/chromium_org/media/mojo/services/ |
mojo_renderer_impl.h | 54 virtual void SetVolume(float volume) OVERRIDE;
|
mojo_renderer_service.h | 45 virtual void SetVolume(float volume) MOJO_OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
mediaControlsAndroid.css | 62 audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider {
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
mediastreamhandler_unittest.cc | 64 MOCK_METHOD2(SetAudioPlayoutVolume, void(uint32 ssrc, double volume)); 303 double volume = 0.5; local 304 EXPECT_CALL(audio_provider_, SetAudioPlayoutVolume(kAudioSsrc, volume)); 305 audio_track_->GetSource()->SetVolume(volume); 307 // Disable the audio track, this should prevent setting the volume.
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
fakeaudiocapturemodule.h | 141 virtual int32_t SetSpeakerVolume(uint32_t volume) OVERRIDE; 142 virtual int32_t SpeakerVolume(uint32_t* volume) const OVERRIDE; 148 virtual int32_t SetMicrophoneVolume(uint32_t volume) OVERRIDE; 149 virtual int32_t MicrophoneVolume(uint32_t* volume) const OVERRIDE;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/ |
audio_device_impl.h | 111 // Volume control based on the Windows Wave API (Windows only) 123 // Speaker volume controls 125 virtual int32_t SetSpeakerVolume(uint32_t volume) OVERRIDE; 126 virtual int32_t SpeakerVolume(uint32_t* volume) const OVERRIDE; 132 // Microphone volume controls 134 virtual int32_t SetMicrophoneVolume(uint32_t volume) OVERRIDE; 135 virtual int32_t MicrophoneVolume(uint32_t* volume) const OVERRIDE;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/ |
file_audio_device.h | 89 // Volume control based on the Windows Wave API (Windows only) 101 // Speaker volume controls 103 virtual int32_t SetSpeakerVolume(uint32_t volume) OVERRIDE; 104 virtual int32_t SpeakerVolume(uint32_t& volume) const OVERRIDE; 109 // Microphone volume controls 111 virtual int32_t SetMicrophoneVolume(uint32_t volume) OVERRIDE; 112 virtual int32_t MicrophoneVolume(uint32_t& volume) const OVERRIDE;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/ios/ |
audio_device_ios.h | 86 // Volume control based on the Windows Wave API (Windows only) 97 // Speaker volume controls 99 virtual int32_t SetSpeakerVolume(uint32_t volume); 100 virtual int32_t SpeakerVolume(uint32_t& volume) const; 105 // Microphone volume controls 107 virtual int32_t SetMicrophoneVolume(uint32_t volume); 108 virtual int32_t MicrophoneVolume(uint32_t& volume) const;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/ |
audio_device_alsa_linux.h | 86 // Volume control based on the Windows Wave API (Windows only) 98 // Speaker volume controls 100 virtual int32_t SetSpeakerVolume(uint32_t volume) OVERRIDE; 101 virtual int32_t SpeakerVolume(uint32_t& volume) const OVERRIDE; 106 // Microphone volume controls 108 virtual int32_t SetMicrophoneVolume(uint32_t volume) OVERRIDE; 109 virtual int32_t MicrophoneVolume(uint32_t& volume) const OVERRIDE;
|
audio_mixer_manager_alsa_linux.cc | 375 uint32_t volume) 378 "AudioMixerManagerLinuxALSA::SetSpeakerVolume(volume=%u)", 379 volume); 392 volume); 396 " Error changing master volume: %s", 405 uint32_t& volume) const 433 volume = static_cast<uint32_t> (vol); 457 " Playout hardware volume range, min: %d, max: %d", 491 " Playout hardware volume range, min: %d, max: %d", 532 " Error getting playback volume range: %s", snd_strerror(errVal)) [all...] |
/external/chromium_org/third_party/webrtc/voice_engine/ |
dtmf_inband.cc | 268 int16_t volume, 346 volume, 354 int16_t volume, 384 signal[i]=(int16_t)((tempVal*Dtmf_dBm0kHz[volume]+8192)>>14);
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
volume_manager_wrapper.js | 220 * Obtains a volume info containing the passed entry. 221 * @param {Entry} entry Entry on the volume to be returned. 230 * Obtains a volume information of the current profile. 231 * @param {VolumeManagerCommon.VolumeType} volumeType Volume type. 232 * @return {VolumeInfo} Found volume info. 294 * Requests unmount the specified volume. 295 * @param {!VolumeInfo} volumeInfo Volume to be unmounted. 312 * Filters volume info by referring driveEnabled. 314 * @param {VolumeInfo} volumeInfo Volume info. 315 * @return {VolumeInfo} Null if the drive is disabled and the given volume i [all...] |
directory_tree.js | 195 icon.classList.add('volume-icon'); 198 icon.setAttribute('volume-type-icon', location.rootType); 407 * A TreeItem which represents a volume. Volume items are displayed as 410 * @param {NavigationModelItem} modelItem NavigationModelItem of this volume. 436 // Overrides the property 'expanded' to prevent volume items from shrinking. 462 * @param {NavigationModelItem} modelItem NavigationModelItem of this volume. 477 // Populate children of this volume using resolved display root. 490 // If the currently selected volume is clicked, change current directory to 491 // the volume's root [all...] |
/external/kernel-headers/original/uapi/sound/ |
asound_fm.h | 51 unsigned char volume; /* 6 bits: volume */ member in struct:snd_dm_fm_voice
|
/external/chromium_org/content/browser/media/capture/ |
web_contents_audio_input_stream_unittest.cc | 165 double volume)); 247 // Test plumbing of volume controls and automatic gain controls. Calls to 250 double volume = wcais_->GetVolume(); local 253 volume *= 2.0; 254 if (volume < max_volume) { 255 volume = max_volume; 257 EXPECT_CALL(*mock_vais_, SetVolume(volume)); 258 wcais_->SetVolume(volume);
|
/external/chromium_org/ui/file_manager/video_player/js/cast/ |
cast_video_element.js | 142 * Value of the volume 145 get volume() { 146 return this.castSession_.receiver.volume.muted ? 148 this.castSession_.receiver.volume.level; 150 set volume(volume) { 154 if (this.castSession_.receiver.volume.muted) { 155 if (volume < VOLUME_EPS) 158 // Unmute before setting volume. 163 this.castSession_.setReceiverVolumeLevel(volume, [all...] |
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/ |
android_test.cc | 71 if (!veData1.volume) \ 74 "Volume pointer doesn't exist"); \ 126 VoEVolumeControl* volume; member in struct:__anon20865 233 veData2.volume->SetSpeakerVolume(204); 1100 // [Volume] Set speaker volume 1109 if (veData1.volume->SetSpeakerVolume(level) != 0) 1115 if (veData1.volume->GetSpeakerVolume(storedVolume) != 0) 1221 // Volume 1222 veData.volume = VoEVolumeControl::GetInterface(veData.ve) [all...] |
/external/chromium_org/media/audio/android/ |
opensles_output.cc | 165 void OpenSLESOutputStream::SetVolume(double volume) { 166 DVLOG(2) << "OpenSLESOutputStream::SetVolume(" << volume << ")"; 168 float volume_float = static_cast<float>(volume); 175 void OpenSLESOutputStream::GetVolume(double* volume) { 177 *volume = static_cast<double>(volume_);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/ |
popup.js | 341 var volumeElement = $('volume'); 343 var volume = localStorage['volume'] || DEFAULT_VOLUME; 345 volumeElement.value = volume; 349 volume = volumeElement.value; 350 localStorage['volume'] = volume;
|
/external/bluetooth/bluedroid/btif/src/ |
btif_rc.c | 166 * IOP issues of absolute volume feature 167 * We encoutered A2DP headsets/carkits advertising absolute volume but buggy. 380 // Register for volume change on connect [all...] |
/external/chromium_org/chrome/browser/speech/extension_api/ |
tts_extension_api.cc | 204 double volume = 1.0; local 207 options->GetDouble(constants::kVolumeKey, &volume)); 208 if (volume < 0.0 || volume > 1.0) { 265 continuous_params.volume = volume;
|