/external/chromium_org/media/cast/test/utility/ |
audio_utility.cc | 21 float volume) 24 volume_(volume), 74 // changed changed the volume of the audio.
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zProperties.cpp | 102 const CVolume &volume = _volumes.Front();
local 103 const CArchiveDatabaseEx &_db = volume.Database;
|
/frameworks/av/include/media/ |
ToneGenerator.h | 154 ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava = false); 271 float mVolume; // Volume applied to audio track 293 float volume);
|
/frameworks/av/media/libeffects/data/ |
audio_effects.conf | 100 volume {
|
/hardware/libhardware/include/hardware/ |
bt_hf.h | 103 typedef void (* bthf_volume_cmd_callback)(bthf_volume_type_t type, int volume, bt_bdaddr_t *bd_addr); 250 /** volume control */ 251 bt_status_t (*volume_control) (bthf_volume_type_t type, int volume, bt_bdaddr_t *bd_addr );
|
bt_hf_client.h | 241 /** Callback for audio volume change 243 typedef void (*bthf_client_volume_change_callback) (bthf_client_volume_type_t type, int volume); 324 /** volume control */ 325 bt_status_t (*volume_control) (bthf_client_volume_type_t type, int volume);
|
bt_rc.h | 35 BTRC_FEAT_ABSOLUTE_VOLUME = 0x02, /* Supports TG role and volume sync */ 166 /** Callback for volume change on CT 167 ** volume: Current volume setting on the CT (0-127) 169 typedef void (* btrc_volume_change_callback) (uint8_t volume, uint8_t ctype); 253 /**Send current volume setting to remote side. Support limited to SetAbsoluteVolume 254 ** This can be enhanced to support Relative Volume (AVRCP 1.0). 255 ** With RelateVolume, we will send VOLUME_UP/VOLUME_DOWN opposed to absolute volume level 256 ** volume: Should be in the range 0-127. bit7 is reseved and cannot be set 258 bt_status_t (*set_volume)(uint8_t volume); [all...] |
/hardware/libhardware_legacy/audio/ |
AudioHardwareGeneric.h | 112 virtual status_t setVoiceVolume(float volume); 113 virtual status_t setMasterVolume(float volume);
|
AudioHardwareInterface.cpp | 132 status_t AudioHardwareBase::getMasterVolume(float *volume)
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyInterface.h | 40 // The platform specific audio policy manager is in charge of the audio routing and volume control 51 // - process volume control requests: the stream volume is converted from an index value (received from UI) to a float value 123 // volume control functions 126 // initialises stream volume conversion parameters by specifying volume index range. 131 // sets the new stream volume at a level corresponding to the supplied index for the 133 // setting volume for all devices 138 // retrieve current volume index for the specified stream and the 140 // querying the volume of the active device [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
abstract_tts.js | 30 * volume: number}} 36 'volume': 0.5 43 * volume: number}} 49 'volume': 0.0 56 * volume: number}} 62 'volume': 1.0 69 * volume: number}} 75 'volume': 0.1 164 if (typeof(properties[tts.VOLUME]) == 'number') { 165 mergedProperties[tts.VOLUME] = properties[tts.VOLUME] [all...] |
/external/chromium_org/media/audio/mac/ |
audio_auhal_mac.cc | 171 void AUHALStream::SetVolume(double volume) { 172 volume_ = static_cast<float>(volume); 175 void AUHALStream::GetVolume(double* volume) { 176 *volume = volume_;
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_input_win.h | 49 // the ISimpleAudioVolume interface to manage stream volume levels on a 51 // interface to control the master volume level of an audio endpoint device. 103 virtual void SetVolume(double volume) OVERRIDE; 203 // master volume level of an audio session. 204 // The volume-level is a value in the range 0.0 to 1.0.
|
waveout_output_win.cc | 304 void PCMWaveOutAudioOutputStream::SetVolume(double volume) { 307 volume_ = static_cast<float>(volume); 310 void PCMWaveOutAudioOutputStream::GetVolume(double* volume) { 313 *volume = volume_;
|
/external/chromium_org/media/base/ |
audio_bus.h | 103 // Scale internal channel values by |volume| >= 0. If an invalid value 105 void Scale(float volume);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
MediaController.h | 72 double volume() const { return m_volume; } function in class:WebCore::FINAL
|
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/ |
audio_device_pulse_linux.h | 147 // Volume control based on the Windows Wave API (Windows only) 159 // Speaker volume controls 161 virtual int32_t SetSpeakerVolume(uint32_t volume) OVERRIDE; 162 virtual int32_t SpeakerVolume(uint32_t& volume) const OVERRIDE; 167 // Microphone volume controls 169 virtual int32_t SetMicrophoneVolume(uint32_t volume) OVERRIDE; 170 virtual int32_t MicrophoneVolume(uint32_t& volume) const OVERRIDE;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/ |
audio_device_mac.h | 105 // Volume control based on the Windows Wave API (Windows only) 116 // Speaker volume controls 118 virtual int32_t SetSpeakerVolume(uint32_t volume); 119 virtual int32_t SpeakerVolume(uint32_t& volume) const; 124 // Microphone volume controls 126 virtual int32_t SetMicrophoneVolume(uint32_t volume); 127 virtual int32_t MicrophoneVolume(uint32_t& volume) const;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/win/ |
audio_device_core_win.h | 136 // Volume control based on the Windows Wave API (Windows only) 146 // Speaker volume controls 148 virtual int32_t SetSpeakerVolume(uint32_t volume); 149 virtual int32_t SpeakerVolume(uint32_t& volume) const; 154 // Microphone volume controls 156 virtual int32_t SetMicrophoneVolume(uint32_t volume); 157 virtual int32_t MicrophoneVolume(uint32_t& volume) const;
|
audio_device_wave_win.h | 92 // Volume control based on the Windows Wave API (Windows only) 102 // Speaker volume controls 104 virtual int32_t SetSpeakerVolume(uint32_t volume); 105 virtual int32_t SpeakerVolume(uint32_t& volume) const; 110 // Microphone volume controls 112 virtual int32_t SetMicrophoneVolume(uint32_t volume); 113 virtual int32_t MicrophoneVolume(uint32_t& volume) const;
|
/external/chromium_org/ui/file_manager/file_manager/foreground/css/ |
media_controls.css | 36 /* Custom sliders for progress and volume. */ 332 /* Volume controls: sound button and volume slider */ 334 .volume-controls { 431 /* Volume slider. */ 433 .custom-slider.volume { 441 .custom-slider.volume > input[type='range']::-webkit-slider-thumb { 448 .custom-slider.volume > input[type='range']::-webkit-slider-thumb:hover { 454 .custom-slider.volume > input[type='range']::-webkit-slider-thumb:active { 460 .custom-slider.volume.disabled > input[type='range']::-webkit-slider-thumb [all...] |
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.h | 70 bool bVolumeEnabled; /* Flag for Volume */ 88 // Volume 101 int volume; member in struct:BundledEffectContext 126 /* enumerated parameter settings for Volume effect */
|
/frameworks/av/services/audiopolicy/ |
AudioPolicyClientImplLegacy.cpp | 276 float volume, audio_io_handle_t output, 281 return audioPolicyService->setStreamVolume(stream, volume, output, 300 int aps_set_voice_volume(void *service, float volume, int delay_ms) 304 return audioPolicyService->setVoiceVolume(volume, delay_ms);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaPresetReverbTest.java | 47 // Implementor UUID for volume controller effect defined in 203 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); local 210 // creating a volume controller on output mix ensures that ro.audio.silent mutes 258 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0); 276 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); local 281 // creating a volume controller on output mix ensures that ro.audio.silent mutes 343 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
|
/frameworks/base/services/core/java/com/android/server/media/ |
MediaRouterService.java | 220 public void requestSetVolume(IMediaRouterClient client, String routeId, int volume) { 231 requestSetVolumeLocked(client, routeId, volume); 413 String routeId, int volume) { 418 UserHandler.MSG_REQUEST_SET_VOLUME, volume, 0, routeId).sendToTarget(); 811 private void requestSetVolume(String routeId, int volume) { 814 mGloballySelectedRouteRecord.getProvider().setDisplayVolume(volume); 1294 final int volume = computeVolume(descriptor); local 1389 final int volume = descriptor.volume; local [all...] |