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

  /device/htc/common/updater/
recovery_updater.c 67 MountedVolume* vol = find_mounted_volume_by_mount_point("/cache"); local
68 int result = unmount_mounted_volume(vol);
73 result = remount_read_only(vol);
  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 93 for (SeekBarVolumizer vol : mSeekBarVolumizer) {
94 if (vol != null) vol.revertVolume();
125 for (SeekBarVolumizer vol : mSeekBarVolumizer) {
126 if (vol != null && vol != volumizer) vol.stopSample();
163 SeekBarVolumizer vol = mSeekBarVolumizer[i]; local
164 if (vol != null) {
165 vol.onSaveInstanceState(volumeStore[i])
183 SeekBarVolumizer vol = mSeekBarVolumizer[i]; local
    [all...]
  /external/quake/quake/src/WinQuake/
cl_parse.cpp 700 int sound_num, vol, atten; local
706 vol = MSG_ReadByte ();
709 S_StaticSound (cl.sound_precache[sound_num], org, vol, atten);
snd_dma.cpp 462 int vol; local
475 vol = (int)(fvol*255);
486 target_chan->master_vol = vol;
627 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation)
656 ss->master_vol = (int) vol;
674 float vol; local
698 vol = ambient_level.value * l->ambient_sound_level[ambient_channel];
699 if (vol < 8)
700 vol = 0;
703 if (chan->master_vol < vol)
946 float vol; local
    [all...]
pr_cmds.cpp 511 float vol, attenuation; local
516 vol = G_FLOAT(OFS_PARM2);
538 MSG_WriteByte (&sv.signon, (int) (vol*255));
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 55 function vol(){ function
172 if(!vol()){ return false; }
499 if(!vol()){ return false; }
664 if(!vol()){}
726 if(!vol()){return false;}
739 if(!vol()){return false;}
746 if(!vol()){return false;}
800 if(!vol()){
833 if(!vol()){ return; }
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 84 final String vol = local
88 mVolumeBehavior = Integer.parseInt(vol);
  /external/quake/quake/src/QW/client/
cl_parse.c 761 int sound_num, vol, atten; local
767 vol = MSG_ReadByte ();
770 S_StaticSound (cl.sound_precache[sound_num], org, vol, atten);
snd_dma.c 458 int vol; local
471 vol = fvol*255;
482 target_chan->master_vol = vol;
623 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation)
652 ss->master_vol = vol;
670 float vol; local
694 vol = ambient_level.value * l->ambient_sound_level[ambient_channel];
695 if (vol < 8)
696 vol = 0;
699 if (chan->master_vol < vol)
939 float vol; local
    [all...]
  /bootable/recovery/updater/
install.c 134 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); local
135 if (vol == NULL) {
162 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); local
163 if (vol == NULL) {
167 unmount_mounted_volume(vol);
  /external/qemu/audio/
audio_int.h 120 struct mixeng_volume vol; member in struct:SWVoiceOut
136 struct mixeng_volume vol; member in struct:SWVoiceIn
  /hardware/msm7k/libaudio/
AudioHardware.cpp 409 int vol = lrint(v * 5.0); local
411 LOGI("Setting in-call volume to %d (available range is 0 to 5)\n", vol);
414 set_volume_rpc(SND_DEVICE_CURRENT, SND_METHOD_VOICE, vol);
421 int vol = ceil(v * 5.0); local
422 LOGI("Set master volume to %d.\n", vol);
424 set_volume_rpc(SND_DEVICE_HANDSET, SND_METHOD_VOICE, vol);
425 set_volume_rpc(SND_DEVICE_SPEAKER, SND_METHOD_VOICE, vol);
426 set_volume_rpc(SND_DEVICE_BT, SND_METHOD_VOICE, vol);
427 set_volume_rpc(SND_DEVICE_HEADSET, SND_METHOD_VOICE, vol);
    [all...]
  /frameworks/base/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/msm7k/libaudio-qsd8k/
AudioHardware.cpp 622 int vol = lrint(v * VOICE_VOLUME_MAX); local
629 LOGI("voice volume %d (range is 0 to %d)", vol, VOICE_VOLUME_MAX);
630 set_volume_rpc(vol); //always set current device
632 mVoiceVolume = vol;
    [all...]
  /external/quake/quake/src/QW/server/
pr_cmds.c 428 float vol, attenuation; local
433 vol = G_FLOAT(OFS_PARM2);
455 MSG_WriteByte (&sv.signon, vol*255);
  /frameworks/base/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...]

Completed in 541 milliseconds