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

  /external/vboot_reference/tests/
vboot_audio_tests.c 28 extern VbDevMusicNote default_notes_[], short_notes_[];
126 TEST_TRUE(a->music_notes == short_notes_ &&
143 TEST_TRUE(a->music_notes == short_notes_ &&
  /external/vboot_reference/firmware/lib/
vboot_audio.c 40 VbDevMusicNote short_notes_[] = { {2000, 0} }; /* two seconds */ variable
41 uint32_t short_count_ = sizeof(short_notes_) / sizeof(VbDevMusicNote);
76 builtin = short_notes_;

Completed in 175 milliseconds