Home
last modified time | relevance | path

Searched refs:pre_dsp_hook (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/server/
Dcras_iodev.c1019 if (iodev->pre_dsp_hook) in cras_iodev_put_output_buffer()
1020 iodev->pre_dsp_hook(frames, nframes, iodev->ext_format, in cras_iodev_put_output_buffer()
1245 iodev->pre_dsp_hook = loop_cb; in cras_iodev_register_pre_dsp_hook()
Dcras_iodev.h250 loopback_hook_t pre_dsp_hook; member
/external/adhd/cras/src/tests/
Diodev_unittest.cc575 static int pre_dsp_hook(const uint8_t *frames, unsigned int nframes, in pre_dsp_hook() function
813 cras_iodev_register_pre_dsp_hook(&iodev, pre_dsp_hook, (void *)0x1234); in TEST()