HomeSort by relevance Sort by last modified time
    Searched refs:jack_type (Results 1 - 5 of 5) sorted by null

  /external/adhd/cras/src/server/
cras_alsa_ucm_section.c 19 if (section->jack_type)
20 free((void *)section->jack_type);
40 const char *jack_type)
64 if (jack_type) {
65 section->jack_type = strdup(jack_type);
66 if (!section->jack_type)
126 section->jack_name, section->jack_type);
cras_alsa_ucm_section.h 22 const char *jack_type; /* Associated jack's type. */ member in struct:ucm_section
37 * jack_type - Type of the associated jack (or NULL).
46 const char *jack_type);
cras_alsa_ucm.c 768 const char *jack_type; local
810 jack_type = ucm_get_jack_type_for_dev(mgr, dev_name);
814 jack_name, jack_type);
817 if (jack_type)
818 free((void *)jack_type);
cras_alsa_jack.c 1079 if (!ucm_section->jack_type) {
1086 if (!strcmp(ucm_section->jack_type, "hctl")) {
1089 } else if (!strcmp(ucm_section->jack_type, "gpio")) {
1094 ucm_section->jack_type, ucm_section->name);
    [all...]
  /external/adhd/cras/src/tests/
alsa_ucm_unittest.cc 1057 static const char *jack_type = "gpio"; local
    [all...]

Completed in 150 milliseconds