HomeSort by relevance Sort by last modified time
    Searched refs:notebuf (Results 1 - 2 of 2) sorted by null

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

Completed in 360 milliseconds