Home
last modified time | relevance | path

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

/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c56 int helem_count; member
834 pymixer->helem_count = 0; in pymixer_init()
854 for (idx = 0; idx < self->helem_count; idx++) in pymixer_free()
858 self->helem_count = 0; in pymixer_free()
939 void **helems = realloc(pymixer->helem, sizeof(void *) * (pymixer->helem_count + 1) * 2); in new_helem()
944 helems[pymixer->helem_count*2] = helem; in new_helem()
945 helems[pymixer->helem_count*2+1] = obj2; in new_helem()
948 pymixer->helem_count++; in new_helem()
958 for (idx = 0; idx < pymixer->helem_count; idx++) { in find_helem()

Completed in 2 milliseconds