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/
Duser-ctl-element-set.c324 val = snd_ctl_elem_value_get_integer64(elem_data, i); in change_int64_elem_members()
/third_party/alsa-lib/include/
Dcontrol.h659 long long snd_ctl_elem_value_get_integer64(const snd_ctl_elem_value_t *obj, unsigned int idx);
/third_party/alsa-utils/alsactl/
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()
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/
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/
Damixer.c674 printf("%lli", snd_ctl_elem_value_get_integer64(control, idx)); in show_control()
/third_party/alsa-lib/src/control/
Dcontrol.c3442 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