Home
last modified time | relevance | path

Searched refs:snd_ctl_elem_value_get_integer64 (Results 1 - 7 of 7) sorted by relevance

/third_party/alsa-lib/test/
H A Duser-ctl-element-set.c325 val = snd_ctl_elem_value_get_integer64(elem_data, i); in change_int64_elem_members()
/third_party/alsa-lib/include/
H A Dcontrol.h663 long long snd_ctl_elem_value_get_integer64(const snd_ctl_elem_value_t *obj, unsigned int idx);
/third_party/alsa-utils/alsactl/
H A Dstate.c453 err = snd_config_integer64_add(control, "value", snd_ctl_elem_value_get_integer64(ctl, 0)); in get_control()
508 err = snd_config_integer64_add(value, num_str(idx), snd_ctl_elem_value_get_integer64(ctl, idx)); in get_control()
H A Dinit_parse.c301 snprintf(tmp, sizeof(tmp), "%lli", snd_ctl_elem_value_get_integer64(space->ctl_value, idx)); in get_ctl_value()
/third_party/alsa-lib/src/alisp/
H A Dalisp_snd.c660 obj = new_integer(instance, snd_ctl_elem_value_get_integer64(&value, idx)); in FA_hctl_elem_read()
/third_party/alsa-utils/amixer/
H A Damixer.c675 printf("%lli", snd_ctl_elem_value_get_integer64(control, idx)); in show_control()
/third_party/alsa-lib/src/control/
H A Dcontrol.c3484 long long snd_ctl_elem_value_get_integer64(const snd_ctl_elem_value_t *obj, unsigned int idx) in snd_ctl_elem_value_get_integer64() function

Completed in 14 milliseconds