Home | History | Annotate | Download | only in android

Lines Matching refs:qemu_chr_write

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);
2201 qemu_chr_write(cs, msg, msglen);