Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_bt_io.c165 static int update_supported_formats(struct cras_iodev *iodev) in update_supported_formats() function
173 if (dev->update_supported_formats) { in update_supported_formats()
174 rc = dev->update_supported_formats(dev); in update_supported_formats()
362 rc = update_supported_formats(iodev); in update_active_node()
501 iodev->update_supported_formats = update_supported_formats; in cras_bt_io_create()
Dcras_hfp_iodev.c42 static int update_supported_formats(struct cras_iodev *iodev) in update_supported_formats() function
321 iodev->update_supported_formats = update_supported_formats; in hfp_iodev_create()
Dcras_a2dp_iodev.c70 static int update_supported_formats(struct cras_iodev *iodev) in update_supported_formats() function
657 iodev->update_supported_formats = update_supported_formats; in a2dp_iodev_create()
Dcras_hfp_alsa_iodev.c266 iodev->update_supported_formats = hfp_alsa_update_supported_formats; in hfp_alsa_iodev_create()
Dcras_iodev.h255 int (*update_supported_formats)(struct cras_iodev *iodev); member
Dcras_alsa_io.c176 static int update_supported_formats(struct cras_iodev *iodev);
1479 rc = update_supported_formats(iodev); in update_max_supported_channels()
1704 static int update_supported_formats(struct cras_iodev *iodev) in update_supported_formats() function
2110 iodev->update_supported_formats = update_supported_formats; in alsa_iodev_create()
Dcras_iodev.c455 if (iodev->update_supported_formats) { in cras_iodev_set_format()
456 rc = iodev->update_supported_formats(iodev); in cras_iodev_set_format()
/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 __anon0f6cc2290111::BtIoBasicSuite
178 bt_iodev->update_supported_formats(bt_iodev); in TEST_F()
Dhfp_alsa_iodev_unittest.cc58 _FAKE_CALL1(update_supported_formats);
89 fake_sco_out.update_supported_formats = fake_sco_in.update_supported_formats = in ResetStubData()
228 iodev->update_supported_formats(iodev); in TEST_F()
Diodev_list_unittest.cc150 d1_.update_supported_formats = NULL; in SetUp()
164 d2_.update_supported_formats = NULL; in SetUp()
177 d3_.update_supported_formats = NULL; in SetUp()
191 loopback_input.update_supported_formats = NULL; in SetUp()