Home
last modified time | relevance | path

Searched defs:StreamSinkClass (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/
H A Dstream.h8 typedef struct StreamSinkClass StreamSinkClass; typedef
18 struct StreamSinkClass { struct
19 InterfaceClass parent;
28 bool (*can_push)(StreamSink *obj, StreamCanPushNotifyFn notify,
42 size_t (*push)(StreamSink *obj, unsigned char *buf, size_t len, bool eop);