Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvboot_audio_tests.c42 static VbDevMusic good_header = variable
47 static uint8_t notebuf[sizeof(good_header) +
72 Memcpy(use_hdr, &good_header, sizeof(good_header)); in ResetMocks()
134 TEST_TRUE(NotesMatch(a->music_notes, good_notes, good_header.count) && in VbAudioTest()
135 a->note_count == good_header.count, in VbAudioTest()