Searched refs:fake_format (Results 1 – 2 of 2) sorted by relevance
19 struct cras_audio_format fake_format; variable127 iodev->format = &fake_format; in TEST_F()153 iodev->format = &fake_format; in TEST_F()180 iodev->format = &fake_format; in TEST_F()
77 static cras_audio_format *fake_format; variable425 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()