/external/chromium_org/media/audio/ |
audio_output_controller.cc | 94 void AudioOutputController::SetVolume(double volume) { 96 &AudioOutputController::DoSetVolume, this, volume)); 150 // We have successfully opened the stream. Set the initial volume. 243 void AudioOutputController::DoSetVolume(double volume) { 246 // Saves the volume to a member first. We may not be able to set the volume 247 // right away but when the stream is created we'll set the volume. 248 volume_ = volume;
|
audio_output_dispatcher_impl.h | 55 double volume) OVERRIDE;
|
virtual_audio_input_stream.h | 55 virtual void SetVolume(double volume) OVERRIDE;
|
/external/chromium_org/media/audio/cras/ |
cras_input.h | 41 virtual void SetVolume(double volume) OVERRIDE; 67 // Convert from dB * 100 to a volume ratio. 70 // Convert from a volume ratio to dB.
|
cras_unified.cc | 240 // Set initial volume. 260 void CrasUnifiedStream::SetVolume(double volume) { 263 volume_ = static_cast<float>(volume); 267 void CrasUnifiedStream::GetVolume(double* volume) { 268 *volume = volume_;
|
/external/chromium_org/media/audio/mac/ |
audio_input_mac.h | 37 virtual void SetVolume(double volume) OVERRIDE;
|
audio_low_latency_input_mac.h | 74 virtual void SetVolume(double volume) OVERRIDE; 110 // Helper function to check if the volume control is avialable on specific 152 // when querying the volume of each channel.
|
/external/chromium_org/media/audio/pulse/ |
pulse_input.h | 42 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 | 60 // Set the player volume. 61 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/third_party/WebKit/public/platform/ |
WebMediaPlayerClient.h | 83 virtual double volume() const = 0;
|
/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 | 143 virtual int32_t SetSpeakerVolume(uint32_t volume); 144 virtual int32_t SpeakerVolume(uint32_t* volume) const; 150 virtual int32_t SetMicrophoneVolume(uint32_t volume); 151 virtual int32_t MicrophoneVolume(uint32_t* volume) const;
|
/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 | 87 // Volume control based on the Windows Wave API (Windows only) 98 // Speaker volume controls 100 virtual int32_t SetSpeakerVolume(uint32_t volume); 101 virtual int32_t SpeakerVolume(uint32_t& volume) const; 106 // Microphone volume controls 108 virtual int32_t SetMicrophoneVolume(uint32_t volume); 109 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;
|
/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...] |
/external/kernel-headers/original/uapi/sound/ |
asound_fm.h | 51 unsigned char volume; /* 6 bits: volume */ member in struct:snd_dm_fm_voice
|
/frameworks/av/services/audiopolicy/ |
AudioPolicyClientImpl.cpp | 127 float volume, audio_io_handle_t output, 130 return mAudioPolicyService->setStreamVolume(stream, volume, output, 169 status_t AudioPolicyService::AudioPolicyClient::setVoiceVolume(float volume, int delay_ms) 171 return mAudioPolicyService->setVoiceVolume(volume, delay_ms);
|
/hardware/qcom/audio/hal/ |
platform_api.h | 41 int platform_set_voice_volume(void *platform, int volume);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
A2dpService.java | 184 /* Absolute volume implementation */ 193 public void setAvrcpAbsoluteVolume(int volume) { 194 mAvrcp.setAbsoluteVolume(volume); 288 public void setAvrcpAbsoluteVolume(int volume) { 291 service.setAvrcpAbsoluteVolume(volume);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetPhoneState.java | 144 void setSpeakerVolume(int volume) { 145 mSpeakerVolume = volume; 152 void setMicVolume(int volume) { 153 mMicVolume = volume;
|