Home
last modified time | relevance | path

Searched refs:fake_format (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/tests/
Dhfp_iodev_unittest.cc19 struct cras_audio_format fake_format; variable
127 iodev->format = &fake_format; in TEST_F()
153 iodev->format = &fake_format; in TEST_F()
180 iodev->format = &fake_format; in TEST_F()
Dalsa_io_unittest.cc77 static cras_audio_format *fake_format; variable
425 free(fake_format); in TEST()
732 free(fake_format); in TEST()
769 free(fake_format); in TEST()
813 free(fake_format); in TEST()
2263 free(fake_format); in TEST()
2822 fake_format = (struct cras_audio_format *)calloc( in cras_iodev_set_format()
2826 memcpy(fake_format, fmt, sizeof(cras_audio_format)); in cras_iodev_set_format()
2827 iodev->format = fake_format; in cras_iodev_set_format()