Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/lib/
Dvboot_audio.c64 VbDevMusicNote *notebuf = 0; in VbGetDevMusicNotes() local
173 notebuf = VbExMalloc((hdr->count + 1) * sizeof(VbDevMusicNote)); in VbGetDevMusicNotes()
174 Memcpy(notebuf, hdr->notes, hdr->count * sizeof(VbDevMusicNote)); in VbGetDevMusicNotes()
184 notebuf[hdr->count].msec = this_msecs; in VbGetDevMusicNotes()
185 notebuf[hdr->count].frequency = 0; in VbGetDevMusicNotes()
192 audio->music_notes = notebuf; in VbGetDevMusicNotes()
/external/vboot_reference/tests/
Dvboot_audio_tests.c47 static uint8_t notebuf[sizeof(good_header) + variable
70 use_hdr = (VbDevMusic *)notebuf; in ResetMocks()
75 use_size = sizeof(notebuf); in ResetMocks()