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

  /external/qemu/
qlist.h 51 QList *qobject_to_qlist(const QObject *obj);
qlist.c 128 * qobject_to_qlist(): Convert a QObject into a QList
130 QList *qobject_to_qlist(const QObject *obj) function
148 qlist = qobject_to_qlist(obj);
input.c 242 mice_list = qobject_to_qlist(data);
qdict.c 260 return qobject_to_qlist(qdict_get_obj(qdict, key, QTYPE_QLIST));
qjson.c 225 QList *val = qobject_to_qlist(obj);
block.c     [all...]
qemu-char.c     [all...]

Completed in 114 milliseconds