Searched refs:qemud_sink_fill (Results 1 – 1 of 1) sorted by relevance
/external/qemu/android/ |
D | hw-qemud.c | 115 qemud_sink_fill( QemudSink* ss, const uint8_t* *pmsg, int *plen) in qemud_sink_fill() function 253 if (!qemud_sink_fill(s->header, (const uint8_t**)&from, &len)) in qemud_serial_read() 305 if (!qemud_sink_fill(s->payload, &from, &len)) in qemud_serial_read() 583 if (!qemud_sink_fill(c->header, (const uint8_t**)&msg, &msglen)) in qemud_client_recv() 604 if (!qemud_sink_fill(c->payload, (const uint8_t**)&msg, &msglen)) in qemud_client_recv()
|