Home
last modified time | relevance | path

Searched refs:get_custom_gain_table (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/qcom/audio/post_proc/
H A Dvolume_listener.c198 static int (*get_custom_gain_table)(struct amp_db_and_gain_table *, int); variable
623 get_custom_gain_table = NULL; in init_once()
643get_custom_gain_table = (int (*) (struct amp_db_and_gain_table *, int))dlsym(hal_lib_pointer, AHAL… in init_once()
644 if (get_custom_gain_table == NULL) { in init_once()
647 … max_table_ent = get_custom_gain_table(volume_curve_gain_mapping_table, MAX_VOLUME_CAL_STEPS); in init_once()