/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
navigation_list_model.js | 91 * Returns if this item is a shortcut or a volume root. 92 * @return {boolean} True if a shortcut, false if a volume root. 113 // For drive volume, we assign the path to "My Drive". 173 // The volume is mounted or unmounted. 223 // Check if the volume where the shortcutPath is is mounted or not. 273 // the folder shortcut list nor in the volume info list. 332 // The item is in the volume list.
|
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 53 [B<--volname> I<volume-name>] 106 =item B<--volname> I<volume-name> 108 The name of the volume in the disk image. If not specified, I<volume-name> 131 otherwise, I<source> is copied to the root of the new volume. B<--copy> 141 Like B<--copy>, but allows symlinks to point out of the volume. Empty symlink 169 the volume. This file will be copied to the new volume and the custom 187 placed as a file within the volume's root folder. Without this option, 188 I<source-folder> is treated as the volume root itself [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingBox.java | 205 * <code>containAABB</code> creates a minimum-volume axis-aligned bounding
363 * @param volume
367 public BoundingVolume merge(BoundingVolume volume) {
368 if (volume == null) {
372 switch (volume.getType()) {
374 BoundingBox vBox = (BoundingBox) volume;
381 BoundingSphere vSphere = (BoundingSphere) volume;
388 // OrientedBoundingBox box = (OrientedBoundingBox) volume;
403 * @param volume
407 public BoundingVolume mergeLocal(BoundingVolume volume) {
[all...] |
/frameworks/av/media/libmedia/ |
AudioSystem.cpp | 116 status_t AudioSystem::getMasterVolume(float* volume) 120 *volume = af->masterVolume(); 151 status_t AudioSystem::getStreamVolume(audio_stream_type_t stream, float* volume, 157 *volume = af->streamVolume(stream, output); 193 // convert volume steps to natural log scale 195 // change this value to change volume scaling 201 float AudioSystem::linearToLog(int volume) 203 // float v = volume ? exp(float(100 - volume) * dBConvert) : 0; 204 // ALOGD("linearToLog(%d)=%f", volume, v) [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_public.c | 133 * This routine sets common parameters like transpose, volume, etc. 154 * This routine sets common parameters like transpose, volume, etc. 221 * This routine gets common parameters like transpose, volume, etc. 325 pStream->volume = DEFAULT_STREAM_VOLUME; 816 /* set volume */ 818 result = EAS_SetVolume(pEASData, pStream, pStream->volume); [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_public.c | 133 * This routine sets common parameters like transpose, volume, etc. 154 * This routine sets common parameters like transpose, volume, etc. 221 * This routine gets common parameters like transpose, volume, etc. 325 pStream->volume = DEFAULT_STREAM_VOLUME; 816 /* set volume */ 818 result = EAS_SetVolume(pEASData, pStream, pStream->volume); [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_public.c | 133 * This routine sets common parameters like transpose, volume, etc. 154 * This routine sets common parameters like transpose, volume, etc. 221 * This routine gets common parameters like transpose, volume, etc. 325 pStream->volume = DEFAULT_STREAM_VOLUME; 828 /* set volume */ 830 result = EAS_SetVolume(pEASData, pStream, pStream->volume); [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteProviderService.java | 256 int controllerId, int volume) { 262 controller.onSetVolume(volume); 264 Log.d(TAG, client + ": Route volume changed" 265 + ", controllerId=" + controllerId + ", volume=" + volume); 283 Log.d(TAG, client + ": Route volume updated" 639 int volume = data.getInt(CLIENT_DATA_VOLUME, -1); local 640 if (volume >= 0) { 642 messenger, requestId, arg, volume);
|
/hardware/qcom/audio/hal/msm8974/ |
platform.c | 230 static int set_volume_values(int type, int volume, int* values) 232 values[0] = volume; 445 int platform_set_voice_volume(void *platform, int volume) 454 // Voice volume levels are mapped to adsp volume levels as follows. 457 volume = (int)percent_to_index(volume, MIN_VOL_INDEX, MAX_VOL_INDEX); 465 ret = set_volume_values(VOLUME_SET, volume, values); 467 ALOGV("%s: failed setting volume by incorrect type", __func__);
|
/external/chromium/chrome/browser/speech/ |
speech_input_manager.cc | 123 virtual void SetInputVolume(int caller_id, float volume, float noise_volume); 349 void SpeechInputManagerImpl::SetInputVolume(int caller_id, float volume, 354 bubble_controller_->SetBubbleInputVolume(caller_id, volume, noise_volume);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/ |
navigation_list.js | 32 this.iconDiv_.className = 'volume-icon'; 57 this.iconDiv_.setAttribute('volume-type-icon', rootType); 59 this.iconDiv_.setAttribute('volume-subtype', opt_deviceType); 344 * Synchronizes the volume list selection with the current directory, after 345 * it is changed outside of the volume list. 374 // (2) Selects the volume of the current directory.
|
/external/chromium_org/content/browser/renderer_host/media/ |
audio_input_renderer_host.cc | 337 void AudioInputRendererHost::OnSetVolume(int stream_id, double volume) { 346 entry->controller->SetVolume(volume); 347 audio_log_->OnSetVolume(stream_id, volume);
|
/external/chromium_org/media/base/android/java/src/org/chromium/media/ |
MediaPlayerBridge.java | 119 protected void setVolume(double volume) { 120 getLocalPlayer().setVolume((float) volume, (float) volume);
|
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/ |
RemoteDisplayProviderService.java | 48 private RemoteDisplay mTestDisplay1; // variable volume 49 private RemoteDisplay mTestDisplay2; // fixed volume 76 mTestDisplay1.setDescription("Variable volume"); 86 mTestDisplay2.setDescription("Fixed volume"); 259 public void onSetVolume(RemoteDisplay display, int volume) { 261 + ", volume=" + volume); 264 display.setVolume(Math.max(0, Math.min(display.getVolumeMax(), volume)));
|
/hardware/libhardware/modules/audio/ |
audio_hw.c | 280 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) 285 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) 290 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume)
|
/cts/suite/audio_quality/lib/src/audio/ |
RemoteAudio.cpp | 231 bool RemoteAudio::startPlayback(bool stereo, int samplingF, int mode, int volume, 252 handler->getParam().mVolume = volume; 276 bool RemoteAudio::startRecording(bool stereo, int samplingF, int mode, int volume, 290 handler->getParam().mVolume = volume;
|
/external/chromium_org/chromeos/audio/ |
cras_audio_handler.h | 38 // Called when output volume changed. 99 // Returns true if the output volume is below the default mute volume level. 102 // Gets volume level in 0-100% range (0 being pure silence) for the current 106 // Gets volume level in 0-100% range (0 being pure silence) for a device. 113 // Gets volume level in 0-100% range (0 being pure silence) for a device. 131 // Sets volume level to |volume_percent|, whose range is from 0-100%. 137 // Adjusts volume up (positive percentage) or down (negative percentage). 140 // Adjusts output volume to a minimum audible level if it is too low. 152 // Sets volume/gain level for a device [all...] |
/external/chromium_org/content/browser/speech/ |
speech_recognition_manager_impl.h | 92 virtual void OnAudioLevelsChange(int session_id, float volume,
|
/external/chromium_org/content/renderer/media/ |
webmediaplayer_ms.h | 77 virtual void setVolume(double volume);
|
/external/chromium_org/media/audio/android/ |
audio_record_input.cc | 51 // Passing zero as the volume parameter indicates there is no access to a 52 // hardware volume slider. 113 void AudioRecordInputStream::SetVolume(double volume) {
|
/external/chromium_org/media/audio/ |
audio_parameters.h | 16 double volume; member in struct:media::AudioInputBufferParameters
|
/external/chromium_org/media/audio/mac/ |
audio_auhal_mac.cc | 182 void AUHALStream::SetVolume(double volume) { 183 volume_ = static_cast<float>(volume); 186 void AUHALStream::GetVolume(double* volume) { 187 *volume = volume_;
|
/external/chromium_org/media/base/android/ |
media_player_bridge.h | 61 virtual void SetVolume(double volume) OVERRIDE;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
fakeaudiocapturemodule.cc | 365 int32_t FakeAudioCaptureModule::SetSpeakerVolume(uint32_t /*volume*/) { 370 int32_t FakeAudioCaptureModule::SpeakerVolume(uint32_t* /*volume*/) const { 399 int32_t FakeAudioCaptureModule::SetMicrophoneVolume(uint32_t volume) { 401 current_mic_level_ = volume; 405 int32_t FakeAudioCaptureModule::MicrophoneVolume(uint32_t* volume) const { 407 *volume = current_mic_level_;
|
/external/chromium_org/third_party/libjingle/source/talk/sound/ |
alsasoundsystem.cc | 275 virtual bool GetVolume(int *volume) { 280 virtual bool SetVolume(int volume) { 408 virtual bool GetVolume(int *volume) { 413 virtual bool SetVolume(int volume) {
|