Searched refs:cb_head (Results 1 - 2 of 2) sorted by relevance

/external/qemu/audio/
H A Daudio.c833 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) {
1636 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) {
1914 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) {
2096 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries);
2112 QLIST_INIT (&cap->cb_head);
2141 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries);
2164 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) {
2170 if (!cap->cb_head.lh_first) {
H A Daudio_int.h180 QLIST_HEAD (cb_listhead, capture_callback) cb_head; member in struct:CaptureVoiceOut

Completed in 273 milliseconds