Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvboot_audio_tests.c117 a->note_count == default_count_, in VbAudioTest()
127 a->note_count == short_count_, in VbAudioTest()
135 a->note_count == good_header.count, in VbAudioTest()
144 a->note_count == short_count_, in VbAudioTest()
154 a->note_count == use_hdr->count + 1 && in VbAudioTest()
166 a->note_count == default_count_, in VbAudioTest()
177 a->note_count == default_count_, in VbAudioTest()
186 a->note_count == default_count_, in VbAudioTest()
195 a->note_count == default_count_, in VbAudioTest()
204 a->note_count == default_count_, in VbAudioTest()
[all …]
/external/vboot_reference/firmware/lib/
Dvboot_audio.c193 audio->note_count = count; in VbGetDevMusicNotes()
201 audio->note_count = count; in VbGetDevMusicNotes()
248 VBDEBUG(("VbAudioOpen() - note count %d\n", audio->note_count)); in VbAudioOpen()
264 while (audio->next_note < audio->note_count && in VbAudioLooping()
/external/vboot_reference/firmware/lib/include/
Dvboot_audio_private.h30 uint32_t note_count; member