Home
last modified time | relevance | path

Searched defs:VbAudioContext (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/firmware/lib/include/
Dvboot_audio_private.h27 struct VbAudioContext { struct
29 VbDevMusicNote *music_notes;
30 uint32_t note_count;
31 uint32_t next_note;
34 int background_beep;
35 int free_notes_when_done;
38 uint16_t current_frequency;
39 uint64_t play_until;
40 uint64_t last_time;
Dvboot_audio.h13 typedef struct VbAudioContext VbAudioContext; typedef