/external/qemu/android/ |
gps.c | 33 qemu_chr_write( android_gps_cs, (const void*)sentence, strlen(sentence) ); 34 qemu_chr_write( android_gps_cs, (const void*)"\n", 1 );
|
hw-qemud.c | 473 qemu_chr_write(s->cs, (uint8_t*)"000100X", 7); 474 qemu_chr_write(s->cs, (uint8_t*)"000b00connect:gsm", 17); 475 qemu_chr_write(s->cs, (uint8_t*)"000b00connect:gps", 17); 476 qemu_chr_write(s->cs, (uint8_t*)"000f00connect:control", 21); 477 qemu_chr_write(s->cs, (uint8_t*)"00c210", 6); 478 qemu_chr_write(s->cs, tab, sizeof(tab)); 559 qemu_chr_write(s->cs, header, HEADER_SIZE); 565 qemu_chr_write(s->cs, frame, FRAME_HEADER_SIZE); 573 qemu_chr_write(s->cs, msg, avail); [all...] |
/external/qemu/telephony/ |
modem_driver.c | 46 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/ |
monitor-android.h | 46 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index);
|
qemu-char.h | 89 int qemu_chr_write(CharDriverState *s, const uint8_t *buf, int len);
|
charpipe.c | 306 int size = qemu_chr_write(peer, buf, len); 371 size = qemu_chr_write( peer, base, avail );
|
monitor.c | 176 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index); [all...] |
qemu-char.c | 172 int qemu_chr_write(CharDriverState *s, const uint8_t *buf, int len) function 213 qemu_chr_write(s, (uint8_t *)buf, strlen(buf)); [all...] |
gdbstub.c | 379 qemu_chr_write(s->chr, buf, len); [all...] |
/external/qemu/hw/ |
goldfish_tty.c | 98 qemu_chr_write(s->cs, &ch, 1); 138 qemu_chr_write(s->cs, (const uint8_t*)temp, to_write);
|
/external/qemu/slirp/ |
slirp.c | 809 qemu_chr_write(so->extra, buf, len);
|
/external/qemu/slirp-android/ |
slirp.c | 1212 qemu_chr_write(so->extra, buf, len); [all...] |