Searched refs:idev (Results 1 – 9 of 9) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_hfp_ag_profile.c | 87 struct cras_iodev *idev; member 111 if (ag->idev) in destroy_audio_gateway() 112 hfp_alsa_iodev_destroy(ag->idev); in destroy_audio_gateway() 116 if (ag->idev) in destroy_audio_gateway() 117 hfp_iodev_destroy(ag->idev); in destroy_audio_gateway() 380 if (ag->idev) in cras_hfp_ag_start() 389 ag->idev = hfp_alsa_iodev_create(in_aio, ag->device, in cras_hfp_ag_start() 396 ag->idev = in cras_hfp_ag_start() 404 if (!ag->idev && !ag->odev) { in cras_hfp_ag_start()
|
D | dev_io.c | 448 struct cras_iodev *idev = adev->dev; in capture_to_streams() local 458 rc = cras_iodev_frames_queued(idev, &hw_tstamp); in capture_to_streams() 463 cras_iodev_update_highest_hw_level(idev, hw_level); in capture_to_streams() 465 ATLOG(atlog, AUDIO_THREAD_READ_AUDIO_TSTAMP, idev->info.idx, in capture_to_streams() 468 if (hw_level < idev->min_cb_level / 2) in capture_to_streams() 470 else if (hw_level > idev->max_cb_level * 2) in capture_to_streams() 474 if (cras_iodev_update_rate(idev, hw_level, &hw_tstamp)) in capture_to_streams() 483 ATLOG(atlog, AUDIO_THREAD_READ_AUDIO, idev->info.idx, hw_level, in capture_to_streams() 486 if (cras_iodev_state(idev) != CRAS_IODEV_STATE_NORMAL_RUN) in capture_to_streams() 495 rc = cras_iodev_get_input_buffer(idev, &nread); in capture_to_streams() [all …]
|
D | cras_bt_device.c | 451 struct cras_iodev *idev = device->bt_iodevs[CRAS_STREAM_INPUT]; in cras_bt_device_can_switch_to_a2dp() local 454 (!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 | 344 struct cras_iodev idev; in TEST_F() local 352 SetupDevice(&idev, CRAS_STREAM_INPUT); in TEST_F() 375 thread_add_open_dev(thread_, &idev); in TEST_F() 378 EXPECT_EQ(adev->dev, &idev); in TEST_F() 382 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 1698 if (attr[RTA_IIF] && !gfilter.idev) in display_route_info() 1784 char *idev = NULL, *odev = NULL; in route_get() local 1820 if (idx == 1) idev = *argv, flag = RTA_IIF; in route_get() 1860 if (!idev && attr[RTA_IIF]) attr[RTA_IIF]->rta_type = 0; in route_get() 1903 if (idx == 3) gfilter.idev = dev; in route_show_flush()
|
/external/cpuinfo/test/dmesg/ |
D | huawei-p9-lite.log | 482 [ 4.562225s][pid:1,cpu6,swapper/0]ion-hisi hisi,ion.17: idev: ffffffc07afb6a00
|