Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_empty_iodev.h22 struct cras_iodev *empty_iodev_create(enum CRAS_STREAM_DIRECTION direction,
Dcras_empty_iodev.c182 struct cras_iodev *empty_iodev_create(enum CRAS_STREAM_DIRECTION direction, in empty_iodev_create() function
Dcras_iodev_list.c1040 fallback_devs[CRAS_STREAM_OUTPUT] = empty_iodev_create( in cras_iodev_list_init()
1043 fallback_devs[CRAS_STREAM_INPUT] = empty_iodev_create( in cras_iodev_list_init()
1049 empty_hotword_dev = empty_iodev_create( in cras_iodev_list_init()
/external/adhd/cras/src/tests/
Diodev_list_unittest.cc1699 struct cras_iodev *empty_iodev_create(enum CRAS_STREAM_DIRECTION direction, in empty_iodev_create() function