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

<<21222324252627282930>>

  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 385 // Flag that ringtone volume must be limited to music volume until we exit MODE_RINGTONE
3213 float volume = 1.0; local
3293 float volume = computeVolume(stream, index, output, device); local
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 348 // Limit volume to -18dB. Stream volume range represents approximately 50dB
354 int volume = maxVolume - ((18 / (50/maxVolume)) + 1); local
355 if (mBluetoothVoiceVolume > volume) {
356 mAudioManager.setStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO, volume, 0);
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 176 // Target volume to be added the |entries|.
177 TargetVolume volume; member in struct:file_manager::__anon7709::AddEntriesMessage
190 converter->RegisterCustomField("volume",
191 &AddEntriesMessage::volume,
198 // Test volume.
217 // The local volume class for test.
218 // This class provides the operations for a test volume that simulates local
225 // Adds this volume to the file system as a local volume. Returns true on
288 // Test volume for mimicing a specified type of volumes by a local folder
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 452 static int set_voice_volume_l(struct audio_device *adev, float volume)
455 (void)volume;
2845 int volume[2]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 163 double volume() const;
290 // Current volume that should be used by the webMediaPlayer(). This method takes muted state
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp 109 double WebMediaPlayerClientImpl::volume() const function in class:blink::WebMediaPlayerClientImpl
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
opensles_output.cc 202 int32_t OpenSlesOutput::SetSpeakerVolume(uint32_t volume) {
398 // Interfaces for streaming audio data, setting volume and Android are needed.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
folder_shortcuts_data_model.js 16 * @param {VolumeManagerWrapper} volumeManager Volume manager instance.
42 // If the volume info list is changed, then shortcuts have to be reloaded.
69 * Remembers the Drive volume's root URL used for conversions between virtual
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
audio_player.js 105 // Resolving entries has to be done after the volume manager is initialized.
177 * Closes audio player when a volume containing the selected item is unmounted.
  /external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.c 109 pa_cvolume *volume, pa_stream *sync_stream);
  /frameworks/av/services/audioflinger/
AudioMixer.h 56 static const uint32_t MAX_NUM_VOLUMES = 2; // stereo volume only
73 RAMP_VOLUME = 0x3002, // ramp to new volume
74 VOLUME = 0x3003, // don't ramp
97 // for target RAMP_VOLUME and VOLUME (8 channels max)
165 // TODO: Eventually remove legacy integer volume settings
167 int16_t volume[MAX_NUM_VOLUMES]; // U4.12 fixed point (top bit should be zero) member in union:android::AudioMixer::track_t::__anon38282
220 float mVolume[MAX_NUM_VOLUMES]; // floating point set volume
221 float mPrevVolume[MAX_NUM_VOLUMES]; // floating point previous volume
222 float mVolumeInc[MAX_NUM_VOLUMES]; // floating point volume increment
419 /* multi-format volume mixing function (calls template function
    [all...]
AudioFlinger.cpp 737 // Set master volume in the HALs which support it.
749 // Now set the master volume in each playback thread. Playback threads
750 // assigned to HALs which do not have master volume support will apply
751 // master volume during the mix operation. Threads with HALs which do
752 // support master volume will simply ignore the setting.
915 mStreamTypes[stream].volume = value;
956 float volume; local
962 volume = thread->streamVolume(stream);
964 volume = streamVolume_l(stream);
967 return volume;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 920 ** Description volume control
925 static bt_status_t volume_control(bthf_volume_type_t type, int volume,
936 ag_res.num = volume;
    [all...]
  /external/chromium_org/media/base/android/
media_codec_bridge.cc 610 void AudioCodecBridge::SetVolume(double volume) {
612 Java_MediaCodecBridge_setVolume(env, media_codec(), volume);
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 643 Property volume = new Property( typedefs
645 builder.put("volume", volume);
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 611 * Volume, in the range [0.0f, 1.0f]. The default value is
637 AudioOutputParams(int sessionId, float volume, float pan,
640 mVolume = volume;
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 77 * The amount of time we'll send an assumed volume after the last volume
78 * command before reverting to the last reported volume.
113 // Volume handling fields
122 // End volume handling fields
228 * Send a volume adjustment to the session owner. Direction must be one of
232 * @param direction The direction to adjust volume in.
234 * @param packageName The package that made the original volume request.
235 * @param uid The uid that made the original volume request.
268 // Nothing to do, the volume cannot be change
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 766 public void setStreamVolume(float volume) throws RemoteException {
771 mVolume = volume;
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hw.c     [all...]
  /hardware/qcom/audio/hal/msm8960/
platform.c 536 int platform_set_voice_volume(void *platform, int volume)
545 ret = my_data->csd_volume(volume);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 649 status_t AudioTrack::setVolume(float volume)
651 return setVolume(volume, volume);
    [all...]

Completed in 762 milliseconds

<<21222324252627282930>>