Searched refs:DT_NOGRAPHIC (Results 1 - 4 of 4) sorted by relevance

/external/qemu/hw/nvram/
H A Dfw_cfg.c281 fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)(display_type == DT_NOGRAPHIC));
/external/qemu/include/sysemu/
H A Dsysemu.h119 DT_NOGRAPHIC, enumerator in enum:DisplayType
/external/qemu/
H A Dvl-android.c2384 display_type = DT_NOGRAPHIC;
3474 if (display_type == DT_NOGRAPHIC) {
3901 case DT_NOGRAPHIC:
3945 if (display_type == DT_NOGRAPHIC || display_type == DT_VNC) {
H A Dqemu-char.c652 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) {
665 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) {
852 display_type != DT_NOGRAPHIC);

Completed in 160 milliseconds