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

  /external/qemu/audio/
audio_int.h 85 QLIST_HEAD (sw_out_listhead, SWVoiceOut) sw_head;
86 QLIST_HEAD (sw_cap_listhead, SWVoiceCap) cap_head;
105 QLIST_HEAD (sw_in_listhead, SWVoiceIn) sw_head;
180 QLIST_HEAD (cb_listhead, capture_callback) cb_head;
195 QLIST_HEAD (card_listhead, QEMUSoundCard) card_head;
196 QLIST_HEAD (hw_in_listhead, HWVoiceIn) hw_head_in;
197 QLIST_HEAD (hw_out_listhead, HWVoiceOut) hw_head_out;
198 QLIST_HEAD (cap_listhead, CaptureVoiceOut) cap_head;
  /external/qemu/hw/
qdev.h 23 QLIST_HEAD(, BusState) child_bus;
40 QLIST_HEAD(, DeviceState) children;
watchdog.c 27 static QLIST_HEAD(watchdog_list, WatchdogTimerModel) watchdog_list;
  /external/qemu/
iohandler.c 44 static QLIST_HEAD(, IOHandlerRecord) io_handlers =
143 static QLIST_HEAD(, ChildProcessRecord) child_watches =
qdict.h 32 QLIST_HEAD(,QDictEntry) table[QDICT_BUCKET_MAX];
aio-android.c 23 static QLIST_HEAD(, AioHandler) aio_handlers;
aio.c 22 static QLIST_HEAD(, AioHandler) aio_handlers;
envlist.c 16 QLIST_HEAD(, envlist_entry) el_entries; /* actual entries */
qemu-queue.h 82 #define QLIST_HEAD(name, type) \
monitor.c 102 static QLIST_HEAD(mon_list, Monitor) mon_list;
    [all...]
cpu-all.h 928 QLIST_HEAD(ram, RAMBlock) blocks;
block.c 63 static QLIST_HEAD(, BlockDriver) bdrv_drivers =
    [all...]
vl-android.c     [all...]
vl.c     [all...]
exec.c     [all...]
  /external/qemu/memcheck/
memcheck_proc_management.h 46 QLIST_HEAD(threads, ThreadDesc) threads;
memcheck_proc_management.c 47 static QLIST_HEAD(proc_list, ProcDesc) proc_list;
50 static QLIST_HEAD(thread_list, ThreadDesc) thread_list;
  /external/qemu/block/
qcow2.h 101 QLIST_HEAD(QCowClusterAlloc, QCowL2Meta) cluster_allocs;
143 QLIST_HEAD(QCowAioDependencies, QCowAIOCB) dependent_requests;

Completed in 376 milliseconds