Searched refs:flush_buffer (Results 1 – 12 of 12) sorted by relevance
149 static int flush_buffer(struct cras_iodev *iodev) in flush_buffer() function198 iodev->flush_buffer = flush_buffer; in empty_iodev_create()
246 static int flush_buffer(struct cras_iodev *iodev) in flush_buffer() function318 iodev->flush_buffer = flush_buffer; in hfp_iodev_create()
316 static int flush_buffer(struct cras_iodev *iodev) in flush_buffer() function321 return dev->flush_buffer(dev); in flush_buffer()499 iodev->flush_buffer = flush_buffer; in cras_bt_io_create()
166 return aio->flush_buffer(aio); in hfp_alsa_flush_buffer()274 iodev->flush_buffer = hfp_alsa_flush_buffer; in hfp_alsa_iodev_create()
568 static int flush_buffer(struct cras_iodev *iodev) in flush_buffer() function653 iodev->flush_buffer = flush_buffer; in a2dp_iodev_create()
262 int (*flush_buffer)(struct cras_iodev *iodev); member
298 iodev->flush_buffer = flush_record_buffer; in create_loopback_iodev()
586 static int flush_buffer(struct cras_iodev *iodev) in flush_buffer() function2115 iodev->flush_buffer = flush_buffer; in alsa_iodev_create()
1434 int num_flushed = dev->flush_buffer(dev); in dev_io_append_stream()
66 _FAKE_CALL1(flush_buffer);117 fake_sco_out.flush_buffer = fake_sco_in.flush_buffer = in ResetStubData()341 iodev->flush_buffer(iodev); in TEST_F()
128 iodev->flush_buffer = &fake_flush_buffer; in create_open_iodev()
162 iodev->flush_buffer = flush_buffer; in SetupDevice()233 static int flush_buffer(cras_iodev* iodev) { return 0; } in flush_buffer() function in StreamDeviceSuite