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

1 2

  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_mac.cc 34 struct statfs* vol = &mounted_volumes[i]; local
35 if (std::string(vol->f_mntonname) == kRootDirectory) {
36 return std::string(vol->f_mntfromname);
  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 248 for (SeekBarVolumizer vol : mSeekBarVolumizer) {
249 if (vol != null) vol.revertVolume();
259 for (SeekBarVolumizer vol : mSeekBarVolumizer) {
260 if (vol != null) vol.stopSample();
280 for (SeekBarVolumizer vol : mSeekBarVolumizer) {
281 if (vol != null && vol != volumizer) vol.stopSample()
314 SeekBarVolumizer vol = mSeekBarVolumizer[i]; local
334 SeekBarVolumizer vol = mSeekBarVolumizer[i]; local
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 73 int vol; local
85 vol = lrint((volume * 0x2000)+0.5);
90 ALOGV("Setting LPA volume to %d (available range is 0 to 100)\n", vol);
91 mHandle->module->setLpaVolume(vol);
97 ALOGV("Setting Compressed volume to %d (available range is 0 to 100)\n", vol);
98 mHandle->module->setCompressedVolume(vol);
ALSAMixer.cpp 276 long vol = minVol + volume * (maxVol - minVol); local
277 if (vol > maxVol) vol = maxVol;
278 if (vol < minVol) vol = minVol;
280 info->volume = vol;
281 snd_mixer_selem_set_playback_volume_all (info->elem, vol);
295 long vol = minVol + gain * (maxVol - minVol); local
296 if (vol > maxVol) vol = maxVol
317 long vol = minVol + left * (maxVol - minVol); local
340 long vol = minVol + gain * (maxVol - minVol); local
    [all...]
AudioHardwareALSA.cpp 270 int vol = lrint(v * 100.0); local
275 vol = 100 - vol;
279 mALSADevice->setVoipVolume(vol);
282 mALSADevice->setVoiceVolume(vol);
284 mALSADevice->setVoLTEVolume(vol);
296 int vol; local
305 vol = lrint((value * 0x2000) + 0.5);
308 ALOGV("Setting FM volume to %d (available range is 0 to 0x2000)\n", vol);
310 mALSADevice->setFmVolume(vol);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp 177 const TInt vol = static_cast<TReal>(newvolume); local
178 iStream->SetVolume(vol);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 159 final String vol = local
163 mVolumeBehavior = Integer.parseInt(vol);
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 394 double vol = prefs_->GetDouble(prefs::kAudioVolume); local
400 NewRunnableMethod(this, &AudioMixerAlsa::DoSetVolumeMute, vol, mute));
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowUtil.java 176 BoundingVolume vol = list.get(i).getWorldBound(); local
177 BoundingVolume newVol = vol.transform(transform);
196 BoundingVolume vol = list.get(i).getWorldBound(); local
197 store = vol.clone().transform(mat, null);
214 BoundingVolume vol = bv.get(i); local
215 bbox.mergeLocal(vol);
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 325 final float vol = clip(volume, 0.0f, 1.0f); local
328 float volLeft = vol;
329 float volRight = vol;
  /external/qemu/audio/
audio_int.h 122 struct mixeng_volume vol; member in struct:SWVoiceOut
138 struct mixeng_volume vol; member in struct:SWVoiceIn
  /bootable/recovery/updater/
install.c 154 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); local
155 if (vol == NULL) {
182 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); local
183 if (vol == NULL) {
187 unmount_mounted_volume(vol);
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 327 constexpr int vol = --ref<volatile int>(0); // expected-error {{constant}} expected-note {{decrement of volatile-qualified}} member in namespace:incdec
  /external/llvm/include/llvm/Target/
TargetLowering.h 360 bool vol; // is volatile? member in struct:llvm::TargetLoweringBase::IntrinsicInfo
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 194 Vol *pVol;
844 video->vol = (Vol **)M4VENC_MALLOC(nLayers * sizeof(Vol *)); /* Memory for VOL pointers */
847 if (video->vol == NULL) goto CLEAN_UP;
854 video->vol[idx] = (Vol *)M4VENC_MALLOC(sizeof(Vol));
855 if (video->vol[idx] == NULL) goto CLEAN_UP
2593 Vol **vol = video->vol; local
2833 Vol **vol = video->vol; local
    [all...]
mp4lib_int.h 49 /* Syntax elements copied from VOL (standard) */
76 Int volID; /* VOL identifier (for tracking) */
79 Int timeIncrementResolution; /* VOL time increment */
88 /* VOL Dimensions */
93 Int ResyncMarkerDisable; /* VOL Disable Resynch Markers */
94 Int useReverseVLC; /* VOL reversible VLCs */
95 Int dataPartitioning; /* VOL data partitioning */
109 Int scalability; /* VOL scalability (flag) */
112 Int refVolID; /* VOL id of reference VOL */
323 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoEncData
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 2136 int vol, err = 0; local
    [all...]
  /system/vold/
VolumeManager.cpp 1611 Volume* vol = getVolumeForFile(path); local
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 1397 uint16_t vol = in->ramp_vol; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 84 int volID; /* VOL identifier (for tracking) */
85 uint timeIncrementResolution;/* VOL time increment */
92 int complexity_estDisable; /* VOL disable complexity estimation */
93 int complexity_estMethod; /* VOL complexity estimation method */
97 int errorResDisable; /* VOL disable error resilence mode */
99 int useReverseVLC; /* VOL reversible VLCs */
100 int dataPartitioning; /* VOL data partitioning */
116 int scalability; /* VOL scalability (flag) */
119 int refVolID; /* VOL id of reference VOL */
203 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoDecData
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 199 uint32_t vol; member in struct:msm_vol_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio.h 209 uint32_t vol; member in struct:msm_vol_info
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_audio.h 199 uint32_t vol; member in struct:msm_vol_info
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio.h 209 uint32_t vol; member in struct:msm_vol_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 314 unsigned short Vol; /* 12 bits (6.6) */
369 unsigned short vol; /* front volume */ member in struct:snd_trident_pcm_mixer

Completed in 2372 milliseconds

1 2