HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 76 - 100 of 487) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/audio/legacy/alsa_sound/
ALSAMixer.cpp 93 long volume; member in struct:android::mixer_info_t
189 // Find PCM playback volume control element.
198 info->volume = info->max;
199 setVol[i] (elem, info->volume);
226 // Find PCM playback volume control element.
235 info->volume = info->max;
236 setVol[i] (elem, info->volume);
267 status_t ALSAMixer::setMasterVolume(float volume)
275 // Make sure volume is between bounds.
276 long vol = minVol + volume * (maxVol - minVol)
    [all...]
AudioStreamOutALSA.cpp 74 float volume; local
77 volume = (left + right) / 2;
78 if (volume < 0.0) {
79 ALOGW("AudioSessionOutALSA::setVolume(%f) under 0.0, assuming 0.0\n", volume);
80 volume = 0.0;
81 } else if (volume > 1.0) {
82 ALOGW("AudioSessionOutALSA::setVolume(%f) over 1.0, assuming 1.0\n", volume);
83 volume = 1.0;
85 vol = lrint((volume * 0x2000)+0.5);
89 ALOGV("setLpaVolume(%f)\n", volume);
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcm.h 52 EAS_I16 volume; member in struct:s_pcm_open_params_tag
169 * Update the pitch and volume parameters using MIDI controls
202 * Update the volume parameters for a PCM stream
221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcm.h 52 EAS_I16 volume; member in struct:s_pcm_open_params_tag
169 * Update the pitch and volume parameters using MIDI controls
202 * Update the volume parameters for a PCM stream
221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcm.h 52 EAS_I16 volume; member in struct:s_pcm_open_params_tag
169 * Update the pitch and volume parameters using MIDI controls
202 * Update the volume parameters for a PCM stream
221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
  /frameworks/base/core/java/android/preference/
VolumePreference.java 73 // grab focus and key events so that pressing the volume buttons in the
74 // dialog doesn't also show the normal volume adjust toast.
180 public int volume = -1; field in class:VolumePreference.VolumeStore
189 mVolumeStore.volume = source.readInt();
196 dest.writeInt(mVolumeStore.volume);
221 * Turns a {@link SeekBar} into a volume control.
242 int volume = mAudioManager.getStreamVolume(mStreamType);
243 mSeekBar.setProgress(volume);
308 // Do the volume changing separately to give responsive UI
373 volumeStore.volume = mLastProgress
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyCompatClient.h 68 float volume,
73 virtual status_t setVoiceVolume(float volume, int delayMs = 0);
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationPlayer.java 18 * the addition of a volume parameter. Hopefully the framework will adapt AsyncPlayer to support
54 float volume; field in class:NotificationPlayer.Command
93 player.setVolume(mCmd.volume, mCmd.volume);
269 * @param volume The volume at which to play this sound, as a fraction of the system volume for
271 * volume with no attenuation.
273 public void play(Context context, Uri uri, boolean looping, int stream, float volume) {
281 cmd.volume = volume
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 254 String volume = arguments.getString("volume"); local
257 if (MediaProvider.INTERNAL_VOLUME.equals(volume)) {
263 else if (MediaProvider.EXTERNAL_VOLUME.equals(volume)) {
269 if (false) Log.d(TAG, "start scanning volume " + volume + ": "
271 scan(directories, volume);
272 if (false) Log.d(TAG, "done scanning volume " + volume);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 99 for (StorageVolume volume : storageVolumes) {
100 if (!volume.isEmulated()) {
101 addCategory(StorageVolumePreferenceCategory.buildForPhysical(context, volume));
115 // Mass storage is enabled if primary volume supports it
144 final StorageVolume volume = category.getStorageVolume();
145 if (volume != null && path.equals(volume.getPath())) {
231 final StorageVolume volume = category.getStorageVolume(); local
232 if (volume != null && category.mountToggleClicked(preference)) {
234 sClickedMountPoint = volume.getPath()
    [all...]
StorageMeasurement.java 87 public static StorageMeasurement getInstance(Context context, StorageVolume volume) {
89 StorageMeasurement value = sInstances.get(volume);
91 value = new StorageMeasurement(context.getApplicationContext(), volume);
92 sInstances.put(volume, value);
112 * usage by all apps on that volume.
129 * on that volume.
153 /** Physical volume being measured, or {@code null} for internal. */
166 private StorageMeasurement(Context context, StorageVolume volume) {
167 mVolume = volume;
168 mIsInternal = volume == null
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
introspect.h 34 #include <pulse/volume.h>
156 * modify the volume of the audio. Identical to how sinks and sources can
173 * If an application desires to modify the volume of just a single stream
174 * (commonly one of its own streams), this can be done by setting the volume
177 * There is no support for modifying the volume of source outputs.
217 pa_cvolume volume; /**< Volume of the sink */ member in struct:pa_sink_info
246 pa_cvolume volume; /**< Volume of the source \since 0.8 */ member in struct:pa_source_info
329 pa_cvolume volume; /**< The volume of this sink input * member in struct:pa_sink_input_info
419 pa_cvolume volume; \/**< Default volume of this entry *\/ member in struct:pa_sample_info
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 34 #include <pulse/volume.h>
156 * modify the volume of the audio. Identical to how sinks and sources can
173 * If an application desires to modify the volume of just a single stream
174 * (commonly one of its own streams), this can be done by setting the volume
177 * There is no support for modifying the volume of source outputs.
217 pa_cvolume volume; /**< Volume of the sink */ member in struct:pa_sink_info
246 pa_cvolume volume; /**< Volume of the source \since 0.8 */ member in struct:pa_source_info
329 pa_cvolume volume; /**< The volume of this sink input * member in struct:pa_sink_input_info
419 pa_cvolume volume; \/**< Default volume of this entry *\/ member in struct:pa_sample_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 34 #include <pulse/volume.h>
156 * modify the volume of the audio. Identical to how sinks and sources can
173 * If an application desires to modify the volume of just a single stream
174 * (commonly one of its own streams), this can be done by setting the volume
177 * There is no support for modifying the volume of source outputs.
217 pa_cvolume volume; /**< Volume of the sink */ member in struct:pa_sink_info
246 pa_cvolume volume; /**< Volume of the source \since 0.8 */ member in struct:pa_source_info
329 pa_cvolume volume; /**< The volume of this sink input * member in struct:pa_sink_input_info
419 pa_cvolume volume; \/**< Default volume of this entry *\/ member in struct:pa_sample_info
    [all...]
  /external/webkit/Source/WebCore/css/
mediaControlsEfl.css 102 audio::-webkit-media-controls-volume-slider-container, video::-webkit-media-controls-volume-slider-container {
106 audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider {
168 audio::-webkit-media-controls-volume-slider-mute-button, video::-webkit-media-controls-volume-slider-mute-button {
169 -webkit-appearance: media-volume-slider-mute-button;
mediaControlsChromium.css 195 audio::-webkit-media-controls-volume-slider-container, video::-webkit-media-controls-volume-slider-container {
196 -webkit-appearance: media-volume-slider-container;
205 audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider {
206 -webkit-appearance: media-volume-slider;
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.cc 74 float volume,
77 volume, noise_volume);
140 int caller_id, RequestType type, const string16& text, float volume,
145 caller_id, type, text, volume, noise_volume));
177 bubble->SetInputVolume(volume, noise_volume);
  /frameworks/av/include/media/
AudioSystem.h 49 // set/get master volume
51 static status_t getMasterVolume(float* volume);
57 // set/get stream volume on specified output
60 static status_t getStreamVolume(audio_stream_type_t stream, float* volume,
92 static float linearToLog(int volume);
93 static int logToLinear(float volume);
120 static status_t setVoiceVolume(float volume);
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 57 - (double)volume;
58 - (void)setVolume:(double)volume;
436 [_volumeSlider setDoubleValue:[self volume]];
492 // Set the volume slider resolution
516 double volume = [self volume] - 10;
517 [self setVolume:max(volume, 0.)];
525 double volume = [self volume] + 10;
526 [self setVolume:min(volume, [self maxVolume])]
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 94 synchronized public final int play(Sound sound, boolean loop, int priority, float volume, float rate) {
97 stream = mSoundPool.play(sound.soundId, volume, volume, priority, loop ? -1 : 0, rate);
  /hardware/libhardware/include/hardware/
audio.h 234 * allowing you to directly set the volume as apposed to via the framework.
348 /** set the audio volume of a voice call. Range is between 0.0 and 1.0 */
349 int (*set_voice_volume)(struct audio_hw_device *dev, float volume);
352 * set the audio volume for all audio activities other than voice call.
356 int (*set_master_volume)(struct audio_hw_device *dev, float volume);
359 * Get the current master volume value for the HAL, if the HAL supports
360 * master volume control. AudioFlinger will query this value from the
362 * the initial master volume across all HALs. HALs which do not support
365 int (*get_master_volume)(struct audio_hw_device *dev, float *volume);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 82 * allowing you to directly set the volume as apposed to via the framework.
209 /** set the audio volume of a voice call. Range is between 0.0 and 1.0 */
210 virtual status_t setVoiceVolume(float volume) = 0;
213 * set the audio volume for all audio activities other than voice call.
217 virtual status_t setMasterVolume(float volume) = 0;
220 * Get the current master volume value for the HAL, if the HAL supports
221 * master volume control. AudioFlinger will query this value from the
223 * the initial master volume across all HALs.
225 virtual status_t getMasterVolume(float *volume) = 0;
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.java 181 case Volume:
215 case Volume:
225 float volume; local
243 volume = src.getRefDistance() / distance;
247 if (FastMath.abs(audioData.getCurrentVolume() - volume) > FastMath.FLT_EPSILON) {
248 // Left / Right channel get the same volume by now, only
250 mp.setVolume(volume, volume);
252 audioData.setCurrentVolume(volume);
  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 51 bool startPlayback(bool stereo, int samplingF, int mode, int volume,
56 bool startRecording(bool stereo, int samplingF, int mode, int volume,
  /device/samsung/tuna/audio/
ril_interface.c 157 float volume)
163 (int)(volume * ril->volume_steps_max));

Completed in 1893 milliseconds

1 2 34 5 6 7 8 91011>>