/external/adhd/cras/src/server/ |
D | cras_alsa_jack.c | 180 struct cras_alsa_jack *jack = calloc(1, sizeof(*jack)); in cras_alloc_jack() local 181 if (jack == NULL) in cras_alloc_jack() 183 jack->is_gpio = is_gpio; in cras_alloc_jack() 184 return jack; in cras_alloc_jack() 187 static void cras_free_jack(struct cras_alsa_jack *jack, in cras_free_jack() argument 190 if (!jack) in cras_free_jack() 193 free(jack->ucm_device); in cras_free_jack() 194 free((void *)jack->edid_file); in cras_free_jack() 195 if (jack->display_info_timer) in cras_free_jack() 197 jack->display_info_timer); in cras_free_jack() [all …]
|
D | cras_alsa_jack.h | 26 typedef void (jack_state_change_callback)(const struct cras_alsa_jack *jack, 103 const struct cras_alsa_jack *jack); 112 const struct cras_alsa_jack *jack); 124 const char *cras_alsa_jack_get_name(const struct cras_alsa_jack *jack); 130 const char *cras_alsa_jack_get_ucm_device(const struct cras_alsa_jack *jack); 133 void cras_alsa_jack_update_monitor_name(const struct cras_alsa_jack *jack, 147 void cras_alsa_jack_update_node_type(const struct cras_alsa_jack *jack, 154 const char *cras_alsa_jack_get_dsp_name(const struct cras_alsa_jack *jack); 160 void cras_alsa_jack_enable_ucm(const struct cras_alsa_jack *jack, int enable);
|
D | cras_alsa_io.c | 80 const struct cras_alsa_jack *jack; member 86 const struct cras_alsa_jack *jack; member 1340 struct alsa_io *aio, const struct cras_alsa_jack *jack) in get_output_node_from_jack() argument 1348 jack, jack); in get_output_node_from_jack() 1353 mixer_output = cras_alsa_jack_get_mixer_output(jack); in get_output_node_from_jack() 1363 struct alsa_io *aio, const struct cras_alsa_jack *jack) in get_input_node_from_jack() argument 1369 mixer_input = cras_alsa_jack_get_mixer_input(jack); in get_input_node_from_jack() 1372 jack, jack); in get_input_node_from_jack() 1383 const struct cras_alsa_jack *jack = NULL; in get_jack_from_node() local 1389 jack = ((struct alsa_output_node *)node)->jack; in get_jack_from_node() [all …]
|
D | cras_alsa_ucm.h | 132 char *ucm_get_dev_for_jack(struct cras_use_case_mgr *mgr, const char *jack,
|
/external/adhd/cras/src/tests/ |
D | alsa_jack_unittest.cc | 146 static void fake_jack_cb(const struct cras_alsa_jack *jack, in fake_jack_cb() argument 156 cras_alsa_jack_enable_ucm(jack, plugged); in fake_jack_cb() 262 struct cras_alsa_jack *jack; in run_test_with_section() local 282 cras_alsa_jack_list_add_jack_for_section(jack_list, ucm_section, &jack)); in run_test_with_section() 285 EXPECT_NE(jack, reinterpret_cast<struct cras_alsa_jack *>(NULL)); in run_test_with_section() 287 EXPECT_EQ(jack, reinterpret_cast<struct cras_alsa_jack *>(NULL)); in run_test_with_section() 861 struct cras_alsa_jack *jack; in TEST() local 881 jack_list, section, &jack)); in TEST() 1159 char *ucm_get_dev_for_jack(struct cras_use_case_mgr *mgr, const char *jack, in ucm_get_dev_for_jack() argument
|
D | alsa_io_unittest.cc | 906 const struct cras_alsa_jack *jack = (struct cras_alsa_jack*)4; in TEST() local 922 cras_alsa_jack_list_create_cb(jack, 1, cras_alsa_jack_list_create_cb_data); in TEST() 945 const struct cras_alsa_jack *jack = (struct cras_alsa_jack*)4; in TEST() local 953 cras_alsa_jack_list_create_cb(jack, 1, cras_alsa_jack_list_create_cb_data); in TEST() 1489 const struct cras_alsa_jack *jack = (struct cras_alsa_jack*)4; in TEST() local 1521 cras_alsa_jack_list_create_cb(jack, 1, cras_alsa_jack_list_create_cb_data); in TEST() 1535 const struct cras_alsa_jack *jack = (struct cras_alsa_jack*)4; in TEST() local 1565 cras_alsa_jack_list_create_cb(jack, 1, cras_alsa_jack_list_create_cb_data); in TEST() 1797 const struct cras_alsa_jack *jack = (struct cras_alsa_jack*)4; in TEST() local 1813 cras_alsa_jack_list_create_cb(jack, 1, cras_alsa_jack_list_create_cb_data); in TEST() [all …]
|
/external/libogg/ |
D | libogg.spec | 102 * Tue Dec 18 2001 Jack Moffitt <jack@xiph.org> 105 * Sun Oct 07 2001 Jack Moffitt <jack@xiph.org> 108 * Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
|
D | libogg.spec.in | 102 * Tue Dec 18 2001 Jack Moffitt <jack@xiph.org> 105 * Sun Oct 07 2001 Jack Moffitt <jack@xiph.org> 108 * Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
|
/external/adhd/cras/ |
D | README | 54 Jack name - Name of the mixer control for mixer jack, or the gpio jack name 61 search the config file for the UCM device name. When not found, jack name will
|
/external/python/cpython2/Tools/audiopy/ |
D | README | 20 the microphone, the line-in jack, or the CD in. These choices are 26 devices: the headphone jack, the speakers, or the line-out jack.
|
/external/python/cpython3/Doc/tutorial/ |
D | datastructures.rst | 519 >>> tel = {'jack': 4098, 'sape': 4139} 522 {'jack': 4098, 'sape': 4139, 'guido': 4127} 523 >>> tel['jack'] 528 {'jack': 4098, 'guido': 4127, 'irv': 4127} 530 ['jack', 'guido', 'irv'] 532 ['guido', 'irv', 'jack'] 535 >>> 'jack' not in tel 541 >>> dict([('sape', 4139), ('guido', 4127), ('jack', 4098)]) 542 {'sape': 4139, 'guido': 4127, 'jack': 4098} 553 >>> dict(sape=4139, guido=4127, jack=4098) [all …]
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/asoc/snd_soc_jack_notify/ |
D | format | 12 print fmt: "jack=%s %x", __get_str(name), (int)REC->val
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/asoc/snd_soc_jack_notify/ |
D | format | 12 print fmt: "jack=%s %x", __get_str(name), (int)REC->val
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/asoc/snd_soc_jack_notify/ |
D | format | 12 print fmt: "jack=%s %x", __get_str(name), (int)REC->val
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/asoc/snd_soc_jack_notify/ |
D | format | 13 print fmt: "jack=%s %x", __get_str(name), (int)REC->val
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/asoc/snd_soc_jack_report/ |
D | format | 13 print fmt: "jack=%s %x/%x", __get_str(name), (int)REC->val, (int)REC->mask
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/asoc/snd_soc_jack_report/ |
D | format | 13 print fmt: "jack=%s %x/%x", __get_str(name), (int)REC->val, (int)REC->mask
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/asoc/snd_soc_jack_report/ |
D | format | 13 print fmt: "jack=%s %x/%x", __get_str(name), (int)REC->val, (int)REC->mask
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/asoc/snd_soc_jack_report/ |
D | format | 14 print fmt: "jack=%s %x/%x", __get_str(name), (int)REC->val, (int)REC->mask
|
/external/autotest/server/site_tests/audiovideo_AVSyncInternalDisplayAudioJack/ |
D | control | 9 PURPOSE = 'Measure audio/video sync from internal display and audio jack.'
|
/external/python/cpython2/Doc/tutorial/ |
D | datastructures.rst | 572 >>> tel = {'jack': 4098, 'sape': 4139} 575 {'sape': 4139, 'guido': 4127, 'jack': 4098} 576 >>> tel['jack'] 581 {'guido': 4127, 'irv': 4127, 'jack': 4098} 583 ['guido', 'irv', 'jack'] 590 >>> dict([('sape', 4139), ('guido', 4127), ('jack', 4098)]) 591 {'sape': 4139, 'jack': 4098, 'guido': 4127} 602 >>> dict(sape=4139, guido=4127, jack=4098) 603 {'sape': 4139, 'jack': 4098, 'guido': 4127}
|
/external/walt/docs/usage/ |
D | WALT_usage.md | 25 * Android device with USB micro-B female or type C female and a 3.5mm headset jack 85 The Teensy will generate a pulse of audio data which will be received at the 3.5mm headset jack. Th… 113 …te a pulse of audio data which will be transmitted over the 3.5mm headset jack and received by the… 134 until the first frames of that buffer were detected by WALT device via the headphone jack. 179 * Insert the supplied stylus (pen with audio jack) into the WALT's audio connector
|
/external/walt/hardware/ |
D | WALT_bom_r09.tsv | 12 J1 1 Audio jack 3.5 mm, TRRS 4 conductors Thru-hole Audio connector, non standard CUI Inc. SJ-43514
|
D | WALT_bom_r07.tsv | 12 J1 1 Audio jack 3.5 mm, TRRS 4 conductors Thru-hole Audio connector, non standard CUI Inc. SJ-43514
|
/external/u-boot/arch/arm/mach-tegra/tegra210/ |
D | Kconfig | 21 a GPIO expansion header, and an analog audio jack.
|