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

  /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 474 qemu_chr_write(s->cs, (uint8_t*)"000100X", 7);
475 qemu_chr_write(s->cs, (uint8_t*)"000b00connect:gsm", 17);
476 qemu_chr_write(s->cs, (uint8_t*)"000b00connect:gps", 17);
477 qemu_chr_write(s->cs, (uint8_t*)"000f00connect:control", 21);
478 qemu_chr_write(s->cs, (uint8_t*)"00c210", 6);
479 qemu_chr_write(s->cs, tab, sizeof(tab));
560 qemu_chr_write(s->cs, header, HEADER_SIZE);
566 qemu_chr_write(s->cs, frame, FRAME_HEADER_SIZE);
574 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 95 qemu_chr_write(s->cs, &ch, 1);
131 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...]

Completed in 1002 milliseconds