Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/ucm/
Ducm_subs.c612 fcn2 = (fcn); \
663 char *(*fcn2)(snd_use_case_mgr_t *, const char *id); in uc_mgr_get_substituted_value() local
688 fcn2 = NULL; in uc_mgr_get_substituted_value()
735 rval = fcn2(uc_mgr, tmp); in uc_mgr_get_substituted_value()
738 rval = fcn2(uc_mgr, v2); in uc_mgr_get_substituted_value()
/third_party/alsa-lib/src/
Dconf.c3513 #define SND_CONFIG_SEARCH_ALIAS(config, base, key, result, fcn1, fcn2) \ argument
3530 err = fcn2(config, config, &res, base, key, NULL); \