/external/adhd/cras/src/server/ |
D | cras_alsa_jack.c | 179 struct cras_alsa_jack *jack = calloc(1, sizeof(*jack)); in cras_alloc_jack() local 180 if (jack == NULL) in cras_alloc_jack() 182 jack->is_gpio = is_gpio; in cras_alloc_jack() 183 return jack; in cras_alloc_jack() 186 static void cras_free_jack(struct cras_alsa_jack *jack, int rm_select_fd) in cras_free_jack() argument 188 if (!jack) in cras_free_jack() 191 free(jack->ucm_device); in cras_free_jack() 192 free((void *)jack->edid_file); in cras_free_jack() 193 if (jack->display_info_timer) in cras_free_jack() 195 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, 97 cras_alsa_jack_get_mixer_output(const struct cras_alsa_jack *jack); 106 cras_alsa_jack_get_mixer_input(const struct cras_alsa_jack *jack); 118 const char *cras_alsa_jack_get_name(const struct cras_alsa_jack *jack); 124 const char *cras_alsa_jack_get_ucm_device(const struct cras_alsa_jack *jack); 126 void cras_alsa_jack_update_monitor_name(const struct cras_alsa_jack *jack, 139 void cras_alsa_jack_update_node_type(const struct cras_alsa_jack *jack, 146 void cras_alsa_jack_enable_ucm(const struct cras_alsa_jack *jack, int enable);
|
D | cras_alsa_io.c | 92 const struct cras_alsa_jack *jack; member 99 const struct cras_alsa_jack *jack; member 1334 const struct cras_alsa_jack *jack) in get_output_node_from_jack() argument 1341 DL_SEARCH_SCALAR_WITH_CAST(aio->base.nodes, node, aout, jack, jack); in get_output_node_from_jack() 1346 mixer_output = cras_alsa_jack_get_mixer_output(jack); in get_output_node_from_jack() 1356 get_input_node_from_jack(struct alsa_io *aio, const struct cras_alsa_jack *jack) in get_input_node_from_jack() argument 1362 mixer_input = cras_alsa_jack_get_mixer_input(jack); in get_input_node_from_jack() 1364 DL_SEARCH_SCALAR_WITH_CAST(aio->base.nodes, node, ain, jack, in get_input_node_from_jack() 1365 jack); in get_input_node_from_jack() 1376 const struct cras_alsa_jack *jack = NULL; in get_jack_from_node() local [all …]
|
D | cras_alsa_ucm.h | 144 char *ucm_get_dev_for_jack(struct cras_use_case_mgr *mgr, const char *jack,
|
/external/catch2/include/internal/benchmark/detail/ |
D | catch_stats.hpp | 115 sample jack = jackknife(estimator, first, last); in bootstrap() local 116 double jack_mean = mean(jack.begin(), jack.end()); in bootstrap() 118 …std::tie(sum_squares, sum_cubes) = std::accumulate(jack.begin(), jack.end(), std::make_pair(0., 0.… in bootstrap()
|
/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/src/tests/ |
D | alsa_jack_unittest.cc | 145 static void fake_jack_cb(const struct cras_alsa_jack* jack, in fake_jack_cb() argument 154 cras_alsa_jack_enable_ucm(jack, plugged); in fake_jack_cb() 249 struct cras_alsa_jack* jack; in run_test_with_section() local 263 jack_list, ucm_section, &jack)); in run_test_with_section() 265 EXPECT_NE(jack, reinterpret_cast<struct cras_alsa_jack*>(NULL)); in run_test_with_section() 267 EXPECT_EQ(jack, reinterpret_cast<struct cras_alsa_jack*>(NULL)); in run_test_with_section() 765 struct cras_alsa_jack* jack; in TEST() local 782 0, cras_alsa_jack_list_add_jack_for_section(jack_list, section, &jack)); in TEST() 1037 const char* jack, in ucm_get_dev_for_jack() argument
|
D | alsa_io_unittest.cc | 821 const struct cras_alsa_jack* jack = (struct cras_alsa_jack*)4; in TEST() local 837 cras_alsa_jack_list_create_cb(jack, 1, cras_alsa_jack_list_create_cb_data); in TEST() 860 const struct cras_alsa_jack* jack = (struct cras_alsa_jack*)4; in TEST() local 868 cras_alsa_jack_list_create_cb(jack, 1, cras_alsa_jack_list_create_cb_data); in TEST() 1461 const struct cras_alsa_jack* jack = (struct cras_alsa_jack*)4; in TEST() local 1493 cras_alsa_jack_list_create_cb(jack, 1, cras_alsa_jack_list_create_cb_data); in TEST() 1507 const struct cras_alsa_jack* jack = (struct cras_alsa_jack*)4; in TEST() local 1537 cras_alsa_jack_list_create_cb(jack, 1, cras_alsa_jack_list_create_cb_data); in TEST() 1846 const struct cras_alsa_jack* jack = (struct cras_alsa_jack*)4; in TEST() local 1862 cras_alsa_jack_list_create_cb(jack, 1, cras_alsa_jack_list_create_cb_data); in TEST() [all …]
|
/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/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_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_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_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/adhd/cras/ |
D | README.md | 83 - Jack name - Name of the mixer control for mixer jack, or the gpio jack name 90 search the config file for the UCM device name. When not found, jack name will
|
/external/python/cpython3/Doc/tutorial/ |
D | datastructures.rst | 526 >>> tel = {'jack': 4098, 'sape': 4139} 529 {'jack': 4098, 'sape': 4139, 'guido': 4127} 530 >>> tel['jack'] 535 {'jack': 4098, 'guido': 4127, 'irv': 4127} 537 ['jack', 'guido', 'irv'] 539 ['guido', 'irv', 'jack'] 542 >>> 'jack' not in tel 548 >>> dict([('sape', 4139), ('guido', 4127), ('jack', 4098)]) 549 {'sape': 4139, 'guido': 4127, 'jack': 4098} 560 >>> dict(sape=4139, guido=4127, jack=4098) [all …]
|
/external/autotest/server/site_tests/audiovideo_AVSyncInternalDisplayAudioJack/ |
D | control | 9 PURPOSE = 'Measure audio/video sync from internal display and audio jack.'
|
/external/walt/hardware/ |
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
|
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
|
/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 87 The Teensy will generate a pulse of audio data which will be received at the 3.5mm headset jack. Th… 115 …te a pulse of audio data which will be transmitted over the 3.5mm headset jack and received by the… 136 until the first frames of that buffer were detected by WALT device via the headphone jack. 183 * Insert the supplied stylus (pen with audio jack) into the WALT's audio connector
|