Searched refs:tplg_snprintf (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-utils/topology/ |
H A D | pre-processor.c | 73 xlib = tplg_snprintf("%s/%s%s%s", path, PROCESS_LIB_PREFIX, plugin, in run_plugin() 75 xfunc = tplg_snprintf("%s%s%s", PROCESS_FUNC_PREFIX, plugin, in run_plugin() 194 char *tplg_snprintf(char *fmt, ...) in tplg_snprintf() function 469 value = tplg_snprintf("%ld", v); in pre_process_include_conf() 523 full_path = tplg_snprintf("%s/%s", tplg_pp->inc_path, filename); in pre_process_include_conf() 525 full_path = tplg_snprintf("%s", filename); in pre_process_include_conf() 653 char* new_id = tplg_snprintf("%d", (*object_count)++); in pre_process_add_objects() 764 new_id = tplg_snprintf("%d", object_count++); in pre_process_create_items()
|
H A D | pre-process-dapm.c | 258 arg = tplg_snprintf("%ld", index); in tplg_pp_get_widget_name() 266 temp = tplg_snprintf("%s.%s", widget_name, arg); in tplg_pp_get_widget_name() 390 route_name = tplg_snprintf("%s.%s", parent_name, name); in tplg_build_dapm_route_object() 436 line_str = tplg_snprintf("%s, %s, %s", sink_widget_name, control, src_widget_name); in tplg_build_dapm_route_object()
|
H A D | pre-process-class.c | 117 class_config_id = tplg_snprintf("Class.%s.%s", class_type, class_name); in tplg_class_lookup() 141 attr_str = tplg_snprintf("DefineAttribute.%s", name); in tplg_class_find_attribute_by_name()
|
H A D | pre-process-object.c | 161 item_id = tplg_snprintf("%d", id); in tplg_parent_update() 529 config_id = tplg_snprintf("Object.%s.%s.%s", type, class_name, id); in tplg_object_lookup_in_config() 576 str = tplg_snprintf("%s.%s", type + 1, array_name); in tplg_pp_add_object_tuple_section() 719 data_id = tplg_snprintf("%d", id); in tplg_pp_add_object_data_section() 773 data_cfg_name = tplg_snprintf("%s.%s", object_id, token); in tplg_add_object_data() 1425 arg_value = tplg_snprintf("%ld", v); in tplg_construct_object_name() 1454 temp = tplg_snprintf("%s.%s", new_name, arg_value); in tplg_construct_object_name() 1750 temp = tplg_snprintf("%s%s", current_str, prefix); in tplg_evaluate_config_string() 1783 temp = tplg_snprintf("%s%s", current_str, ascii); in tplg_evaluate_config_string() 1894 attr_config_name = tplg_snprintf("DefineAttribut in tplg_build_object() [all...] |
H A D | pre-processor.h | 122 char *tplg_snprintf(char *fmt, ...);
|
Completed in 5 milliseconds