HomeSort by relevance Sort by last modified time
    Searched full:istep (Results 1 - 5 of 5) sorted by null

  /device/samsung/crespo/alsa-lib/include/
control_external.h 161 long *imin, long *imax, long *istep);
166 int64_t *imin, int64_t *imax, int64_t *istep);
control.h 406 int snd_ctl_elem_add_integer(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, unsigned int count, long imin, long imax, long istep);
407 int snd_ctl_elem_add_integer64(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, unsigned int count, long long imin, long long imax, long long istep);
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 132 long *imin, long *imax, long *istep)
136 *istep = 1;
  /device/samsung/crespo/alsa-utils/alsactl/
state.c 811 long *imin, long *imax, long *istep)
820 err = sscanf(s, "%li - %li (step %li)", imin, imax, istep);
822 istep = 0;
838 long imin, imax, istep; local
844 imin = imax = istep = 0;
861 err = get_comment_range(n, ctype, &imin, &imax, &istep);
891 if (imin > imax || istep > imax - imin)
893 err = snd_ctl_elem_add_integer(handle, id, count, imin, imax, istep);
    [all...]
  /device/samsung/crespo/alsa-lib/src/control/
control_ext.c 600 maximal (imax) and the step (istep) values of the control. For the enumerated type,

Completed in 4937 milliseconds