Searched refs:qemu_chr_write (Results 1 - 12 of 12) sorted by relevance

/external/qemu/android/
H A Dgps.c33 qemu_chr_write( android_gps_cs, (const void*)sentence, strlen(sentence) );
34 qemu_chr_write( android_gps_cs, (const void*)"\n", 1 );
H A Dhw-qemud.c475 qemu_chr_write(s->cs, (uint8_t*)"000100X", 7);
476 qemu_chr_write(s->cs, (uint8_t*)"000b00connect:gsm", 17);
477 qemu_chr_write(s->cs, (uint8_t*)"000b00connect:gps", 17);
478 qemu_chr_write(s->cs, (uint8_t*)"000f00connect:control", 21);
479 qemu_chr_write(s->cs, (uint8_t*)"00c210", 6);
480 qemu_chr_write(s->cs, tab, sizeof(tab));
561 qemu_chr_write(s->cs, header, HEADER_SIZE);
567 qemu_chr_write(s->cs, frame, FRAME_HEADER_SIZE);
575 qemu_chr_write(s->cs, msg, avail);
2373 qemu_chr_write(c
[all...]
H A Dcharpipe.c306 int size = qemu_chr_write(peer, buf, len);
371 size = qemu_chr_write( peer, base, avail );
/external/qemu/telephony/
H A Dmodem_driver.c46 qemu_chr_write(md->cs, (const uint8_t*)message, len);
110 qemu_chr_write(md->cs, (const uint8_t*)answer, len);
111 qemu_chr_write(md->cs, (const uint8_t*)"\r", 1);
/external/qemu/include/android/
H A Dmonitor.h46 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index);
/external/qemu/include/sysemu/
H A Dchar.h89 int qemu_chr_write(CharDriverState *s, const uint8_t *buf, int len);
/external/qemu/
H A Dmonitor-android.c79 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index);
H A Dqemu-char.c172 int qemu_chr_write(CharDriverState *s, const uint8_t *buf, int len) function
213 qemu_chr_write(s, (uint8_t *)buf, strlen(buf));
H A Dgdbstub.c381 qemu_chr_write(s->chr, buf, len);
/external/qemu/hw/android/goldfish/
H A Dtty.c102 qemu_chr_write(s->cs, &ch, 1);
138 qemu_chr_write(s->cs, (const uint8_t*)temp, to_write);
/external/qemu/slirp/
H A Dslirp.c809 qemu_chr_write(so->extra, buf, len);
/external/qemu/slirp-android/
H A Dslirp.c1212 qemu_chr_write(so->extra, buf, len);

Completed in 226 milliseconds