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

  /external/adhd/cras/src/tests/
bt_io_unittest.cc 75 d->update_supported_formats = update_supported_formats;
85 static int update_supported_formats(struct cras_iodev *iodev) { function in class:__anon14129::BtIoBasicSuite
164 bt_iodev->update_supported_formats(bt_iodev);
189 bt_iodev->update_supported_formats(bt_iodev);
206 bt_iodev->update_supported_formats(bt_iodev);
iodev_list_unittest.cc 124 d1_.update_supported_formats = NULL;
137 d2_.update_supported_formats = NULL;
150 d3_.update_supported_formats = NULL;
164 loopback_input.update_supported_formats = NULL;
    [all...]
  /external/adhd/cras/src/server/
cras_hfp_iodev.c 27 static int update_supported_formats(struct cras_iodev *iodev) function
252 iodev->update_supported_formats = update_supported_formats;
cras_bt_io.c 124 static int update_supported_formats(struct cras_iodev *iodev) function
146 if (dev->update_supported_formats) {
147 rc = dev->update_supported_formats(dev);
341 iodev->update_supported_formats = update_supported_formats;
cras_a2dp_iodev.c 60 static int update_supported_formats(struct cras_iodev *iodev) function
494 iodev->update_supported_formats = update_supported_formats;
cras_iodev.h 103 * update_supported_formats - Refresh supported frame rates and channel counts.
183 int (*update_supported_formats)(struct cras_iodev *iodev); member in struct:cras_iodev
cras_iodev.c 444 if (iodev->update_supported_formats) {
445 rc = iodev->update_supported_formats(iodev);
    [all...]
cras_alsa_io.c 1559 static int update_supported_formats(struct cras_iodev *iodev) function
    [all...]

Completed in 380 milliseconds