/external/adhd/cras/src/server/ |
D | cras_hfp_ag_profile.c | 94 struct cras_iodev *idev; member 122 if (ag->idev) in destroy_audio_gateway() 123 hfp_alsa_iodev_destroy(ag->idev); in destroy_audio_gateway() 127 if (ag->idev) in destroy_audio_gateway() 128 hfp_iodev_destroy(ag->idev); in destroy_audio_gateway() 400 if (ag->idev) in cras_hfp_ag_start() 409 ag->idev = hfp_alsa_iodev_create(in_aio, ag->device, in cras_hfp_ag_start() 416 ag->idev = in cras_hfp_ag_start() 424 if (!ag->idev && !ag->odev) { in cras_hfp_ag_start()
|
D | dev_io.c | 515 struct cras_iodev *idev = adev->dev; in capture_to_streams() local 525 rc = cras_iodev_frames_queued(idev, &hw_tstamp); in capture_to_streams() 530 cras_iodev_update_highest_hw_level(idev, hw_level); in capture_to_streams() 532 ATLOG(atlog, AUDIO_THREAD_READ_AUDIO_TSTAMP, idev->info.idx, in capture_to_streams() 537 if (hw_level < idev->min_cb_level / 2) in capture_to_streams() 539 else if (hw_level > idev->max_cb_level * 2) in capture_to_streams() 549 !!cras_iodev_update_rate(idev, hw_level, &hw_tstamp); in capture_to_streams() 565 ATLOG(atlog, AUDIO_THREAD_READ_AUDIO, idev->info.idx, hw_level, in capture_to_streams() 568 if (cras_iodev_state(idev) != CRAS_IODEV_STATE_NORMAL_RUN) in capture_to_streams() 577 rc = cras_iodev_get_input_buffer(idev, &nread); in capture_to_streams() [all …]
|
D | cras_bt_device.c | 493 struct cras_iodev *idev = device->bt_iodevs[CRAS_STREAM_INPUT]; in cras_bt_device_can_switch_to_a2dp() local 496 (!idev || !cras_iodev_is_open(idev)); in cras_bt_device_can_switch_to_a2dp()
|
/external/iproute2/tc/ |
D | f_fw.c | 156 struct rtattr *idev = tb[TCA_FW_INDEV]; in fw_print_opt() local 158 fprintf(f, "input dev %s ", rta_getattr_str(idev)); in fw_print_opt()
|
D | f_u32.c | 1333 struct rtattr *idev = tb[TCA_U32_INDEV]; in u32_print_opt() local 1335 fprintf(f, "\n input dev %s\n", rta_getattr_str(idev)); in u32_print_opt()
|
/external/adhd/cras/src/tests/ |
D | audio_thread_unittest.cc | 346 struct cras_iodev idev; in TEST_F() local 354 SetupDevice(&idev, CRAS_STREAM_INPUT); in TEST_F() 377 thread_add_open_dev(thread_, &idev); in TEST_F() 380 EXPECT_EQ(adev->dev, &idev); in TEST_F() 384 thread_rm_open_dev(thread_, CRAS_STREAM_INPUT, idev.info.idx); in TEST_F()
|
/external/iproute2/ip/ |
D | iproute.c | 1681 char *idev = NULL; in iproute_get() local 1715 idev = *argv; in iproute_get() 1775 if (idev || odev) { in iproute_get() 1778 if (idev) { in iproute_get() 1779 if ((idx = ll_name_to_index(idev)) == 0) { in iproute_get() 1780 fprintf(stderr, "Cannot find device \"%s\"\n", idev); in iproute_get() 1841 if (!idev && tb[RTA_IIF]) in iproute_get()
|
/external/toybox/toys/pending/ |
D | ip.c | 1496 int tb,idev,odev,proto; member 1696 if (attr[RTA_IIF] && !gfilter.idev) in display_route_info() 1782 char *idev = NULL, *odev = NULL; in route_get() local 1818 if (idx == 1) idev = *argv, flag = RTA_IIF; in route_get() 1858 if (!idev && attr[RTA_IIF]) attr[RTA_IIF]->rta_type = 0; in route_get() 1901 if (idx == 3) gfilter.idev = dev; in route_show_flush()
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 1046 def _mount_point_for_device(self, idev): argument 1048 if mount_point['idev'] == idev:
|
/external/cpuinfo/test/dmesg/ |
D | huawei-p9-lite.log | 482 [ 4.562225s][pid:1,cpu6,swapper/0]ion-hisi hisi,ion.17: idev: ffffffc07afb6a00
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 15786 …<var-decl name="idev" type-id="f026b16b" visibility="default" filepath="include/net/if_inet6.h" li… 56732 …<var-decl name="idev" type-id="f026b16b" visibility="default" filepath="include/net/if_inet6.h" li…
|
D | test-PR27569-v0.abi | 15786 …<var-decl name="idev" type-id="f026b16b" visibility="default" filepath="include/net/if_inet6.h" li… 56717 …<var-decl name="idev" type-id="f026b16b" visibility="default" filepath="include/net/if_inet6.h" li…
|