Searched refs:VbGetDevMusicNotes (Results 1 - 1 of 1) sorted by relevance

/external/vboot_reference/firmware/lib/
H A Dvboot_audio.c62 static void VbGetDevMusicNotes(VbAudioContext *audio, int use_short) function
72 VBDEBUG(("VbGetDevMusicNotes: use_short is %d, hdr is %p, "
92 VBDEBUG(("VbGetDevMusicNotes: bad sig\n"));
102 VBDEBUG(("VbGetDevMusicNotes: count=%d maxnotes=%d\n",
115 VBDEBUG(("VbGetDevMusicNotes: count=%d, just isn't right\n",
126 VBDEBUG(("VbGetDevMusicNotes: mysum=%08x, want=%08x\n",
131 VBDEBUG(("VbGetDevMusicNotes: custom notes struct at %p\n", hdr));
152 VBDEBUG(("VbGetDevMusicNotes: with %d msecs of sound to begin\n",
161 VBDEBUG(("VbGetDevMusicNotes: lasting %d msecs\n", total_msecs));
168 VBDEBUG(("VbGetDevMusicNotes
[all...]

Completed in 126 milliseconds