OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cap_head
(Results
1 - 3
of
3
) sorted by null
/external/qemu/audio/
audio_int.h
86
QLIST_HEAD (sw_cap_listhead, SWVoiceCap)
cap_head
;
member in struct:HWVoiceOut
198
QLIST_HEAD (cap_listhead, CaptureVoiceOut)
cap_head
;
member in struct:AudioState
audio.c
818
for (cap = s->
cap_head
.lh_first; cap; cap = cap->entries.le_next) {
865
SWVoiceCap *sc = hw->
cap_head
.lh_first;
897
for (cap = s->
cap_head
.lh_first; cap; cap = cap->entries.le_next) {
924
QLIST_INSERT_HEAD (&hw->
cap_head
, sc, entries);
1341
for (sc = hw->
cap_head
.lh_first; sc; sc = sc->entries.le_next) {
[
all
...]
audio_template.h
275
QLIST_INIT (&hw->
cap_head
);
Completed in 179 milliseconds