/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
directory_model.js | 21 * @param {VolumeManagerWrapper} volumeManager The volume manager. 229 // Returns true if the volume is actually read only, or if an error 231 // TODO(hidehiko): Remove "error" check here, by removing error'ed volume 1006 // If the Drive volume is newly mounted, rescan it. 1015 // When the volume where we are is unmounted, fallback to [all...] |
directory_tree.js | 234 icon.classList.add('volume-icon'); 237 icon.setAttribute('volume-type-icon', iconType);
|
/frameworks/av/media/libmedia/ |
AudioTrack.cpp | 565 status_t AudioTrack::setVolume(float volume) 567 return setVolume(volume, volume); [all...] |
/frameworks/base/media/java/android/media/ |
MediaPlayer.java | 208 * such as audio/sound volume, screenOnWhilePlaying, looping can be [all...] |
AudioManager.java | 45 * AudioManager provides access to volume and ringer mode control. 65 * audio streams may consider pausing, reducing volume or some other action 105 * @hide Broadcast intent when the volume for a particular stream type changes. 106 * Includes the stream, the new volume and previous volumes. 109 * - never used for "remote" volume changes 119 * @hide Broadcast intent when the master volume changes. 120 * Includes the new volume 131 * Includes the the new volume 164 * @hide The stream type for the volume changed intent. 169 * @hide The volume associated with the stream for the volume changed intent [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLMediaElement.h | 167 double volume() const;
|
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/ |
SDL_pulseaudio.c | 109 pa_cvolume *volume, pa_stream *sync_stream);
|
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditorImpl.java | 91 private static final String ATTR_VOLUME = "volume"; 1134 final int volume = Integer.parseInt(parser.getAttributeValue("", ATTR_VOLUME)); local 1345 final int volume = Integer.parseInt(parser.getAttributeValue("", ATTR_VOLUME)); local [all...] |
/external/bluetooth/bluedroid/audio_a2dp_hw/ |
audio_a2dp_hw.c | 664 /* volume controlled in audioflinger mixer (digital) */ 932 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) 939 static int adev_set_master_volume(struct audio_hw_device *dev, float volume)
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
video_player.js | 169 * Closes video player when a volume containing the played item is unmounted.
|
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.cc | 420 void WebMediaPlayerAndroid::setVolume(double volume) { 421 manager_->SetVolume(player_id_, volume); [all...] |
/external/chromium_org/media/audio/ |
audio_output_proxy_unittest.cc | 76 MOCK_METHOD1(SetVolume, void(double volume)); 77 MOCK_METHOD1(GetVolume, void(double* volume));
|
/external/chromium_org/media/base/android/ |
media_codec_bridge.cc | 604 void AudioCodecBridge::SetVolume(double volume) { 606 Java_MediaCodecBridge_setVolume(env, media_codec(), volume);
|
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | 633 // Set master volume in the HALs which support it. 645 // Now set the master volume in each playback thread. Playback threads 646 // assigned to HALs which do not have master volume support will apply 647 // master volume during the mix operation. Threads with HALs which do 648 // support master volume will simply ignore the setting. 806 mStreamTypes[stream].volume = value; 847 float volume; local 853 volume = thread->streamVolume(stream); 855 volume = streamVolume_l(stream); 858 return volume; [all...] |
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
FmRxApp.java | 76 After this sFmRadio.rxSetVolume() with default volume will be called. 93 To increase decrease the volume sFmRadio.rxSetVolume() will be called and the callback for 159 // variable to make sure that the next volume change happens after the 160 // current volume request has been completed. 628 * FM main screen. Set the default volume. 741 * volume change will be completed here. So set the state to 742 * idle, so that user can set other volume. 746 * Setting the default band after the volume change when FM app [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/ |
ttsdebug.js | 216 name: 'Low volume', 217 description: '<b>Manual</b> test - verify that the volume is lower.', 224 volume: 0.5,
|
/external/chromium_org/content/renderer/media/ |
webrtc_local_audio_track_unittest.cc | 93 MOCK_METHOD1(SetVolume, void(double volume));
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_fmsynth.c | 522 /* convert CC7 volume controller to log scale */ 523 temp = fmControlTable[pChannel->volume]; 878 /* include synth master volume */
|
eas_voicemgt.c | 551 pChannel->volume = DEFAULT_CHANNEL_VOLUME; [all...] |
eas_wavefile.c | 536 params.volume = 0x7fff;
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_fmsynth.c | 522 /* convert CC7 volume controller to log scale */ 523 temp = fmControlTable[pChannel->volume]; 878 /* include synth master volume */
|
eas_voicemgt.c | 551 pChannel->volume = DEFAULT_CHANNEL_VOLUME; [all...] |
eas_wavefile.c | 536 params.volume = 0x7fff;
|
eas_wtsynth.c | 666 nChannelGain = (CC7 * CC11)^2 * master volume 667 where CC7 == 100 by default, CC11 == 127, master volume == 32767 669 staticGain = MULT_EG1_EG1((pChannel->volume) << (NUM_EG1_FRAC_BITS - 7), 786 /* limit the volume */ 879 /* limit the volume */ [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_voicemgt.c | 551 pChannel->volume = DEFAULT_CHANNEL_VOLUME; [all...] |