HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 601 - 625 of 783) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/browser/media/android/
browser_media_player_manager.cc 526 void BrowserMediaPlayerManager::OnSetVolume(int player_id, double volume) {
529 player->SetVolume(volume);
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl_unittest.cc 113 virtual void OnAudioLevelsChange(int session_id, float volume,
115 volume_ = volume;
458 // samples and proper volume for the loud audio.
476 EXPECT_EQ(-1.0f, volume_); // No audio volume set yet.
  /external/chromium_org/media/audio/mac/
audio_synchronized_mac.cc 257 void AudioSynchronizedStream::SetVolume(double volume) {}
258 void AudioSynchronizedStream::GetVolume(double* volume) {}
  /external/chromium_org/media/base/android/
media_source_player.cc 269 void MediaSourcePlayer::SetVolume(double volume) {
270 volume_ = volume;
  /external/chromium_org/media/filters/
audio_renderer_impl.cc 339 void AudioRendererImpl::SetVolume(float volume) {
342 sink_->SetVolume(volume);
  /hardware/qcom/audio/hal/msm8960/
platform.c 516 int platform_set_voice_volume(void *platform, int volume)
525 ret = my_data->csd_volume(volume);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tts_api.cc 225 utterance->volume());
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
file_manager.css 224 #navigation-list .volume-icon {
282 #directory-tree .tree-row > .volume-icon {
709 .volume-warning {
724 .volume-warning[hidden] {
729 .volume-warning .drive-icon {
740 .volume-warning .drive-text {
    [all...]
  /external/chromium_org/chrome/browser/speech/
chrome_speech_recognition_manager_delegate.cc 324 int session_id, float volume, float noise_volume) {
tts_controller.cc 50 volume(-1) {}
  /external/chromium_org/media/audio/
audio_low_latency_input_output_unittest.cc 190 double volume) OVERRIDE {
virtual_audio_input_stream_unittest.cc 45 double volume));
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 122 /** \returns the volume of the bounding box */
123 inline Scalar volume() const function in class:Eigen::AlignedBox
  /frameworks/av/include/media/
AudioTrack.h 289 * If the track was previously paused, volume is ramped up over the first mix buffer.
313 * Volume is ramped down over the next mix buffer following the pause request,
318 /* Set volume for this track, mostly used for games' sound effects
324 /* Set volume for all channels. This is the preferred API for new applications,
327 status_t setVolume(float volume);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 264 void (*sample_volume)(struct snd_trident *gus, struct snd_trident_voice *voice, struct snd_seq_ev_volume *volume);
369 unsigned short vol; /* front volume */
371 unsigned char rvol; /* rear volume */
372 unsigned char cvol; /* center volume */
427 struct snd_kcontrol *ctl_vol; /* front volume */
429 struct snd_kcontrol *ctl_rvol; /* rear volume */
430 struct snd_kcontrol *ctl_cvol; /* center volume */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 264 void (*sample_volume)(struct snd_trident *gus, struct snd_trident_voice *voice, struct snd_seq_ev_volume *volume);
369 unsigned short vol; /* front volume */
371 unsigned char rvol; /* rear volume */
372 unsigned char cvol; /* center volume */
427 struct snd_kcontrol *ctl_vol; /* front volume */
429 struct snd_kcontrol *ctl_rvol; /* rear volume */
430 struct snd_kcontrol *ctl_cvol; /* center volume */
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc 481 VolumeLevel volume(level);
482 return (Send(MSG_SETOUTPUTVOLUME, &volume) && volume.result);
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 387 // Handle any volume changes that occured before load().
388 setVolume(GetClient()->volume());
491 void WebMediaPlayerImpl::setVolume(float volume) {
494 pipeline_->SetVolume(volume);
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 276 // Handle any volume/preload changes that occurred before load().
277 setVolume(GetClient()->volume());
402 void WebMediaPlayerImpl::setVolume(double volume) {
405 pipeline_->SetVolume(volume);
    [all...]
  /external/chromium_org/media/audio/android/
audio_android_unittest.cc 113 double volume));
253 double volume) OVERRIDE {
297 double volume) OVERRIDE {
  /frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java 197 * Minimum volume (converted from pkt/sec) to detect a poor link, to avoid randomness.
    [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 625 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume)
630 static int adev_set_master_volume(struct audio_hw_device *dev, float volume)
635 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume)
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 387 // Flag that ringtone volume must be limited to music volume until we exit MODE_RINGTONE
2996 float volume = 1.0; local
3078 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...]

Completed in 2473 milliseconds

<<21222324252627282930>>