Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvboot_audio_tests.c28 extern VbDevMusicNote default_notes_[], short_notes_[];
126 TEST_TRUE(a->music_notes == short_notes_ && in VbAudioTest()
143 TEST_TRUE(a->music_notes == short_notes_ && in VbAudioTest()
/external/vboot_reference/firmware/lib/
Dvboot_audio.c40 VbDevMusicNote short_notes_[] = { {2000, 0} }; /* two seconds */ variable
41 uint32_t short_count_ = sizeof(short_notes_) / sizeof(VbDevMusicNote);
76 builtin = short_notes_; in VbGetDevMusicNotes()