Home
last modified time | relevance | path

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

/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c54 int hctl_count; member
738 hctls = realloc(pymixer->hctl, sizeof(void *) * (pymixer->hctl_count+1) * 2); in pymixer_attach_hctl()
744 pymixer->hctl[pymixer->hctl_count*2] = (void *)hctl; in pymixer_attach_hctl()
745 pymixer->hctl[pymixer->hctl_count*2+1] = (void *)obj; in pymixer_attach_hctl()
746 pymixer->hctl_count++; in pymixer_attach_hctl()
832 pymixer->hctl_count = 0; in pymixer_init()
846 for (idx = 0; idx < self->hctl_count; idx++) { in pymixer_free()
852 self->hctl_count = 0; in pymixer_free()
912 for (idx = 0; idx < pymixer->hctl_count; idx++) { in new_helem()

Completed in 2 milliseconds