Home
last modified time | relevance | path

Searched refs:hfp_iodev_create (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/tests/
Dhfp_iodev_unittest.cc89 iodev = hfp_iodev_create(CRAS_STREAM_OUTPUT, fake_device, fake_slc, in TEST_F()
106 iodev = hfp_iodev_create(CRAS_STREAM_INPUT, fake_device, fake_slc, in TEST_F()
124 iodev = hfp_iodev_create(CRAS_STREAM_OUTPUT, fake_device, fake_slc, in TEST_F()
149 iodev = hfp_iodev_create(CRAS_STREAM_INPUT, fake_device, fake_slc, in TEST_F()
177 iodev = hfp_iodev_create(CRAS_STREAM_OUTPUT, fake_device, fake_slc, in TEST_F()
/external/adhd/cras/src/server/
Dcras_hfp_iodev.h18 struct cras_iodev *hfp_iodev_create(
Dcras_hfp_ag_profile.c328 ag->idev = hfp_iodev_create(CRAS_STREAM_INPUT, ag->device, in cras_hfp_ag_start()
331 ag->odev = hfp_iodev_create(CRAS_STREAM_OUTPUT, ag->device, in cras_hfp_ag_start()
Dcras_hfp_iodev.c213 struct cras_iodev *hfp_iodev_create( in hfp_iodev_create() function