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

  /external/adhd/cras/src/server/
cras_hfp_info.c 38 * idev - The input iodev using this hfp_info.
51 struct cras_iodev *idev; member in struct:hfp_info
65 if (info->idev)
67 info->idev = dev;
82 } else if (dev->direction == CRAS_STREAM_INPUT && info->idev == dev){
83 info->idev = NULL;
92 return info->odev || info->idev;
282 if (!info->idev)
cras_hfp_ag_profile.c 76 * idev - The input iodev for HFP/HSP.
87 struct cras_iodev *idev; member in struct:audio_gateway
104 if (ag->idev)
105 hfp_iodev_destroy(ag->idev);
328 ag->idev = hfp_iodev_create(CRAS_STREAM_INPUT, ag->device,
335 if (!ag->idev && !ag->odev) {
dev_io.c 379 struct cras_iodev *idev = adev->dev; local
389 rc = cras_iodev_frames_queued(idev, &hw_tstamp);
394 cras_iodev_update_highest_hw_level(idev, hw_level);
396 ATLOG(atlog, AUDIO_THREAD_READ_AUDIO_TSTAMP, idev->info.idx,
399 if (hw_level < idev->min_cb_level / 2)
401 else if (hw_level > idev->max_cb_level * 2)
405 if (cras_iodev_update_rate(idev, hw_level, &hw_tstamp))
414 ATLOG(atlog, AUDIO_THREAD_READ_AUDIO, idev->info.idx,
417 if (cras_iodev_state(idev) != CRAS_IODEV_STATE_NORMAL_RUN)
426 rc = cras_iodev_get_input_buffer(idev, &nread)
    [all...]
cras_bt_device.c 460 struct cras_iodev *idev = device->bt_iodevs[CRAS_STREAM_INPUT]; local
463 (!idev || !cras_iodev_is_open(idev));
    [all...]
  /external/iproute2/tc/
f_fw.c 156 struct rtattr *idev = tb[TCA_FW_INDEV]; local
158 fprintf(f, "input dev %s ", rta_getattr_str(idev));
f_u32.c 1333 struct rtattr *idev = tb[TCA_U32_INDEV]; local
1335 fprintf(f, "\n input dev %s\n", rta_getattr_str(idev));
  /external/adhd/cras/src/tests/
audio_thread_unittest.cc 283 struct cras_iodev idev; local
291 SetupDevice(&idev, CRAS_STREAM_INPUT);
314 thread_add_open_dev(thread_, &idev);
317 EXPECT_EQ(adev->dev, &idev);
321 thread_rm_open_dev(thread_, &idev);
    [all...]
  /external/iproute2/ip/
iproute.c 1681 char *idev = NULL; local
    [all...]
  /external/toybox/toys/pending/
ip.c 1446 int tb,idev,odev,proto; member in struct:__anon46503
1671 char *idev = NULL, *odev = NULL; local
    [all...]

Completed in 323 milliseconds