Home
last modified time | relevance | path

Searched refs:update_supported_formats (Results 1 – 8 of 8) sorted by relevance

/external/adhd/cras/src/tests/
Dbt_io_unittest.cc78 d->update_supported_formats = update_supported_formats; in SetUpIodev()
91 static int update_supported_formats(struct cras_iodev *iodev) { in update_supported_formats() function in __anon74a2300b0111::BtIoBasicSuite
178 bt_iodev->update_supported_formats(bt_iodev); in TEST_F()
Diodev_list_unittest.cc139 d1_.update_supported_formats = NULL; in SetUp()
152 d2_.update_supported_formats = NULL; in SetUp()
165 d3_.update_supported_formats = NULL; in SetUp()
179 loopback_input.update_supported_formats = NULL; in SetUp()
/external/adhd/cras/src/server/
Dcras_bt_io.c141 static int update_supported_formats(struct cras_iodev *iodev) in update_supported_formats() function
152 if (dev->update_supported_formats) { in update_supported_formats()
153 rc = dev->update_supported_formats(dev); in update_supported_formats()
348 iodev->update_supported_formats = update_supported_formats; in cras_bt_io_create()
Dcras_hfp_iodev.c28 static int update_supported_formats(struct cras_iodev *iodev) in update_supported_formats() function
255 iodev->update_supported_formats = update_supported_formats; in hfp_iodev_create()
Dcras_a2dp_iodev.c61 static int update_supported_formats(struct cras_iodev *iodev) in update_supported_formats() function
496 iodev->update_supported_formats = update_supported_formats; in a2dp_iodev_create()
Dcras_iodev.h205 int (*update_supported_formats)(struct cras_iodev *iodev); member
Dcras_iodev.c454 if (iodev->update_supported_formats) { in cras_iodev_set_format()
455 rc = iodev->update_supported_formats(iodev); in cras_iodev_set_format()
Dcras_alsa_io.c1638 static int update_supported_formats(struct cras_iodev *iodev) in update_supported_formats() function
1999 iodev->update_supported_formats = update_supported_formats; in alsa_iodev_create()