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

  /external/qemu/
qemu-char-android.c 414 static void mux_chr_read(void *opaque, const uint8_t *buf, int size) function
459 qemu_chr_add_handlers(d->drv, mux_chr_can_read, mux_chr_read,
    [all...]
qemu-char.c 406 static void mux_chr_read(void *opaque, const uint8_t *buf, int size) function
451 qemu_chr_add_handlers(d->drv, mux_chr_can_read, mux_chr_read,
    [all...]

Completed in 209 milliseconds