Searched refs:null_chr_write (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dqemu-char-android.c215 static int null_chr_write(CharDriverState *chr, const uint8_t *buf, int len) function
225 chr->chr_write = null_chr_write;
1317 chr->chr_write = null_chr_write;
1377 chr->chr_write = null_chr_write;
H A Dqemu-char.c207 static int null_chr_write(CharDriverState *chr, const uint8_t *buf, int len) function
217 chr->chr_write = null_chr_write;
1284 chr->chr_write = null_chr_write;
1344 chr->chr_write = null_chr_write;

Completed in 16 milliseconds