Home
last modified time | relevance | path

Searched refs:flush_buffer (Results 1 – 12 of 12) sorted by relevance

/external/adhd/cras/src/server/
Dcras_empty_iodev.c149 static int flush_buffer(struct cras_iodev *iodev) in flush_buffer() function
198 iodev->flush_buffer = flush_buffer; in empty_iodev_create()
Dcras_hfp_iodev.c246 static int flush_buffer(struct cras_iodev *iodev) in flush_buffer() function
318 iodev->flush_buffer = flush_buffer; in hfp_iodev_create()
Dcras_bt_io.c316 static int flush_buffer(struct cras_iodev *iodev) in flush_buffer() function
321 return dev->flush_buffer(dev); in flush_buffer()
499 iodev->flush_buffer = flush_buffer; in cras_bt_io_create()
Dcras_hfp_alsa_iodev.c166 return aio->flush_buffer(aio); in hfp_alsa_flush_buffer()
274 iodev->flush_buffer = hfp_alsa_flush_buffer; in hfp_alsa_iodev_create()
Dcras_a2dp_iodev.c568 static int flush_buffer(struct cras_iodev *iodev) in flush_buffer() function
653 iodev->flush_buffer = flush_buffer; in a2dp_iodev_create()
Dcras_iodev.h262 int (*flush_buffer)(struct cras_iodev *iodev); member
Dcras_loopback_iodev.c298 iodev->flush_buffer = flush_record_buffer; in create_loopback_iodev()
Dcras_alsa_io.c586 static int flush_buffer(struct cras_iodev *iodev) in flush_buffer() function
2115 iodev->flush_buffer = flush_buffer; in alsa_iodev_create()
Ddev_io.c1434 int num_flushed = dev->flush_buffer(dev); in dev_io_append_stream()
/external/adhd/cras/src/tests/
Dhfp_alsa_iodev_unittest.cc66 _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()
Ddev_io_stubs.cc128 iodev->flush_buffer = &fake_flush_buffer; in create_open_iodev()
Daudio_thread_unittest.cc162 iodev->flush_buffer = flush_buffer; in SetupDevice()
233 static int flush_buffer(cras_iodev* iodev) { return 0; } in flush_buffer() function in StreamDeviceSuite