HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 551 - 575 of 978) sorted by null

<<21222324252627282930>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIApplication.java 45 com.android.systemui.volume.VolumeUI.class,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 208 static void volume_change_cb (bthf_client_volume_type_t type, int volume) {
210 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVolumeChange, (jint) type, (jint) volume);
465 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume_type, jint volume) {
470 volume)) != BT_STATUS_SUCCESS) {
471 ALOGE("FAILED to control volume, status: %d", status);
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc 453 // If we end up here it means that the selected speaker has no volume
459 // Given that InitSpeaker was successful, we know that a volume control exists
471 int32_t AudioDeviceLinuxPulse::SetSpeakerVolume(uint32_t volume)
474 // Only update the volume if it's been set while we weren't playing.
477 return (_mixerManager.SetSpeakerVolume(volume));
480 int32_t AudioDeviceLinuxPulse::SpeakerVolume(uint32_t& volume) const
490 volume = level;
574 // If we end up here it means that the selected speaker has no volume
625 // If we end up here it means that the selected microphone has no volume
677 // If we end up here it means that the selected microphone has no volume
2685 uint32_t volume = 0; local
    [all...]
audio_device_alsa_linux.cc 325 // If we end up here it means that the selected speaker has no volume
331 // Given that InitSpeaker was successful, we know that a volume control
344 int32_t AudioDeviceLinuxALSA::SetSpeakerVolume(uint32_t volume)
347 return (_mixerManager.SetSpeakerVolume(volume));
350 int32_t AudioDeviceLinuxALSA::SpeakerVolume(uint32_t& volume) const
360 volume = level;
444 // If we end up here it means that the selected speaker has no volume
496 // If we end up here it means that the selected microphone has no volume
552 // If we end up here it means that the selected microphone has no volume
758 // If we end up here it means that the selected microphone has no volume
    [all...]
  /device/lge/hammerhead/
audio_effects.conf 125 volume {
  /external/chromium_org/content/renderer/media/android/
renderer_media_player_manager.cc 101 void RendererMediaPlayerManager::SetVolume(int player_id, double volume) {
102 Send(new MediaPlayerHostMsg_SetVolume(routing_id(), player_id, volume));
  /external/chromium_org/media/audio/
audio_output_controller_unittest.cc 68 MOCK_METHOD1(SetVolume, void(double volume));
69 MOCK_METHOD1(GetVolume, void(double* volume));
  /external/chromium_org/media/formats/mp4/
box_definitions.h 111 int16 volume; member in struct:media::mp4::MovieHeader
124 int16 volume; member in struct:media::mp4::TrackHeader
  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.c 13 * Using a feedback system, determines an appropriate analog volume level
14 * given an input signal and current volume level. Targets a conservative
670 * vastly increase the volume after a muting event. This timer prevents
707 void WebRtcAgc_ExpCurve(int16_t volume, int16_t *index)
709 // volume in Q14
712 if (volume > 5243)
714 if (volume > 7864)
716 if (volume > 12124)
725 if (volume > 6554)
735 if (volume > 2621
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.cc 543 | event |E|R| volume | duration |
548 uint8_t volume = _dtmfLevel; local
560 dtmfbuffer[13] = E|R|volume;
  /external/chromium_org/ui/keyboard/resources/
constants.js 74 * The default volume for keyboard sounds.
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c 13 * Using a feedback system, determines an appropriate analog volume level
14 * given an input signal and current volume level. Targets a conservative
670 * vastly increase the volume after a muting event. This timer prevents
707 void WebRtcAgc_ExpCurve(WebRtc_Word16 volume, WebRtc_Word16 *index)
709 // volume in Q14
712 if (volume > 5243)
714 if (volume > 7864)
716 if (volume > 12124)
725 if (volume > 6554)
735 if (volume > 2621
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 397 * Checks if Avrcp device supports the absolute volume feature.
399 * @return true if device supports absolute volume
417 * Tells remote device to adjust volume. Only if absolute volume is supported.
419 * @param direction 1 to increase volume, or -1 to decrease volume
437 * Tells remote device to set an absolute volume. Only if absolute volume is supported
439 * @param volume Absolute volume to be set on AVRCP sid
    [all...]
  /frameworks/base/media/java/android/media/
IAudioService.aidl 95 oneway void playSoundEffectVolume(int effectType, float volume);
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_audio.h 242 uint32_t volume; member in struct:msm_snd_volume_config
250 uint32_t volume; member in struct:msm_cad_volume_config
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio.h 253 uint32_t volume; member in struct:msm_snd_volume_config
261 uint32_t volume; member in struct:msm_cad_volume_config
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio.h 242 uint32_t volume; member in struct:msm_snd_volume_config
250 uint32_t volume; member in struct:msm_cad_volume_config
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio.h 253 uint32_t volume; member in struct:msm_snd_volume_config
261 uint32_t volume; member in struct:msm_cad_volume_config
  /bootable/recovery/
recovery.cpp 370 erase_volume(const char *volume) {
371 bool is_cache = (strcmp(volume, CACHE_ROOT) == 0);
383 ensure_path_mounted(volume);
422 ui->Print("Formatting %s...\n", volume);
424 ensure_path_unmounted(volume);
425 int result = format_volume(volume);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
media_controls.js 263 * Volume controls
270 var volumeControls = this.createControl('volume-controls', opt_parent);
277 this.createControl('volume media-control', volumeControls),
289 if (this.media_.volume == 0) {
292 this.savedVolume_ = this.media_.volume;
299 * @param {number} value Volume [0..1].
311 * @param {number} value Volume [0..1].
315 this.media_.volume = value;
324 if (on && (this.media_.volume != 0)) {
325 this.savedVolume_ = this.media_.volume;
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
navigation_list_model.js 45 * @param {!VolumeInfo} volumeInfo Volume info for the volume. Cannot be null.
120 // The volume is mounted or unmounted.
210 // the folder shortcut list nor in the volume info list.
  /frameworks/base/media/java/android/media/tv/
TvInputManager.java     [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 425 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume)
428 return ladev->hwif->setVoiceVolume(volume);
431 static int adev_set_master_volume(struct audio_hw_device *dev, float volume)
434 return ladev->hwif->setMasterVolume(volume);
437 static int adev_get_master_volume(struct audio_hw_device *dev, float* volume)
440 return ladev->hwif->getMasterVolume(volume);
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc 226 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "found volume control (name: %s, ID: %u)", WideToUTF8(controlArray[c].szName), controlArray[c].dwControlID);
325 // scan the controls for this source and search for volume,
332 // store this volume control
337 "found volume control (name: %s, ID: %u)",
377 // (2) The Wave-in destination contains one or more controls where one is a volume control
379 // It is common that a Wave-in destination has two master controls (volume and mute),
380 // AND a microphone source as well with its own volume and mute controls with unique
388 // For case 2, the volume control works as a master level control and we should use that one.
405 // Case 1: MUX control detected => locate the selected source and its volume control
443 // scan the controls for this source and search for volume, mute and on/off (<=> boost) control
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 667 // Send volume indication if EFFECT_FLAG_VOLUME_IND is set and read back altered volume
673 uint32_t volume[2]; local
675 uint32_t size = sizeof(volume);
676 volume[0] = *left;
677 volume[1] = *right;
679 pVolume = volume;
684 volume,
687 if (controller && status == NO_ERROR && size == sizeof(volume)) {
688 *left = volume[0]
    [all...]

Completed in 1984 milliseconds

<<21222324252627282930>>