OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:note_count
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/tests/
vboot_audio_tests.c
117
a->
note_count
== default_count_,
127
a->
note_count
== short_count_,
135
a->
note_count
== good_header.count,
144
a->
note_count
== short_count_,
154
a->
note_count
== use_hdr->count + 1 &&
166
a->
note_count
== default_count_,
177
a->
note_count
== default_count_,
186
a->
note_count
== default_count_,
195
a->
note_count
== default_count_,
204
a->
note_count
== default_count_
[
all
...]
/external/vboot_reference/firmware/lib/include/
vboot_audio_private.h
30
uint32_t
note_count
;
member in struct:VbAudioContext
/external/vboot_reference/firmware/lib/
vboot_audio.c
193
audio->
note_count
= count;
201
audio->
note_count
= count;
248
VBDEBUG(("VbAudioOpen() - note count %d\n", audio->
note_count
));
264
while (audio->next_note < audio->
note_count
&&
Completed in 70 milliseconds