HomeSort by relevance Sort by last modified time
    Searched defs:volume (Results 1 - 25 of 380) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
D.java 17 package com.android.systemui.volume;
22 public static boolean BUG = Log.isLoggable("volume", Log.DEBUG);
IconPulser.java 17 package com.android.systemui.volume;
VolumeComponent.java 17 package com.android.systemui.volume;
Interaction.java 17 package com.android.systemui.volume;
SpTexts.java 17 package com.android.systemui.volume;
VolumePrefs.java 17 package com.android.systemui.volume;
25 * Configuration for the volume dialog + related policy.
  /frameworks/wilhelm/src/itf/
IDeviceVolume.c 49 static SLresult IDeviceVolume_SetVolume(SLDeviceVolumeItf self, SLuint32 deviceID, SLint32 volume)
64 thiz->mVolume[~deviceID] = volume;
96 SLint32 volume = thiz->mVolume[~deviceID]; local
98 *pVolume = volume;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
ext-stream-restore.h 27 #include <pulse/volume.h>
41 pa_channel_map channel_map; /**< The channel map for the volume field, if applicable */
42 pa_cvolume volume; /**< The volume of the stream when it was seen last, if applicable and saved */ member in struct:pa_ext_stream_restore_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
ext-stream-restore.h 28 #include <pulse/volume.h>
42 pa_channel_map channel_map; /**< The channel map for the volume field, if applicable */
43 pa_cvolume volume; /**< The volume of the stream when it was seen last, if applicable and saved */ member in struct:pa_ext_stream_restore_info
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreference.java 48 public StorageVolumePreference(Context context, VolumeInfo volume, int color) {
52 mVolume = volume;
57 setKey(volume.getId());
58 setTitle(mStorageManager.getBestVolumeDescription(volume));
61 if (VolumeInfo.ID_PRIVATE_INTERNAL.equals(volume.getId())) {
67 if (volume.isMountedReadable()) {
69 final File path = volume.getPath();
85 setSummary(volume.getStateDescription());
93 if (volume.getType() == VolumeInfo.TYPE_PUBLIC
94 && volume.isMountedReadable())
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
LowPassFilter.java 44 protected float volume, highFreqVolume; field in class:LowPassFilter
46 public LowPassFilter(float volume, float highFreqVolume) {
48 setVolume(volume);
62 throw new IllegalArgumentException("High freq volume must be between 0 and 1");
69 return volume;
72 public void setVolume(float volume) {
73 if (volume < 0 || volume > 1)
74 throw new IllegalArgumentException("Volume must be between 0 and 1");
76 this.volume = volume
    [all...]
Listener.java 43 private float volume = 1; field in class:Listener
56 volume = source.volume;
64 return volume;
67 public void setVolume(float volume) {
68 this.volume = volume;
70 renderer.updateListenerParam(this, ListenerParam.Volume);
  /external/lzma/CPP/7zip/Archive/7z/
7zProperties.cpp 102 const CVolume &volume = _volumes.Front(); local
103 const CArchiveDatabaseEx &_db = volume.Database;
  /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);
eas_imelodydata.h 65 EAS_U8 volume; /* current volume */ member in struct:__anon18517
  /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);
eas_imelodydata.h 65 EAS_U8 volume; /* current volume */ member in struct:__anon18567
  /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);
eas_tcdata.h 54 EAS_U8 volume; /* volume */ member in struct:__anon18635
eas_imelodydata.h 66 EAS_U8 volume; /* current volume */ member in struct:__anon18615
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
SoundHandleJme.java 46 private float volume = 1; field in class:SoundHandleJme
80 node.setVolume(volume);
98 volume = f;
102 return volume;
  /external/sonic/
main.c 6 pitch, and scale volume. */
23 float volume,
36 sonicSetVolume(stream, volume);
67 " -v volume -- Scale volume by a constant factor.\n");
80 float volume = 1.0f; local
114 volume = atof(argv[xArg]);
115 printf("Setting volume to %0.2f\n", volume);
134 runSonic(inFile, outFile, speed, pitch, rate, volume, emulateChordPitch, quality
    [all...]
  /frameworks/base/media/java/android/media/
MediaRouterClientState.java 103 public int volume; field in class:MediaRouterClientState.RouteInfo
127 volume = other.volume;
142 volume = in.readInt();
163 dest.writeInt(volume);
179 + ", volume=" + volume
  /frameworks/base/services/core/java/com/android/server/hdmi/
SystemAudioStatusAction.java 28 * Action to update audio status (volume or mute) of audio amplifier
98 int volume = params[0] & 0x7F; local
99 tv().setAudioStatus(mute, volume);
  /hardware/qcom/audio/legacy/alsa_sound/
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...]

Completed in 824 milliseconds

1 2 3 4 5 6 7 8 91011>>