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

/external/qemu/hw/
H A Dfw_cfg.c280 fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)(display_type == DT_NOGRAPHIC));
/external/qemu/
H A Dqemu-common.h395 DT_NOGRAPHIC, enumerator in enum:DisplayType
H A Dvl-android.c2801 display_type = DT_NOGRAPHIC;
3952 if (display_type == DT_NOGRAPHIC) {
4386 case DT_NOGRAPHIC:
4430 if (display_type == DT_NOGRAPHIC || display_type == DT_VNC) {
H A Dvl.c2303 display_type = DT_NOGRAPHIC;
2798 if (display_type == DT_NOGRAPHIC) {
3119 case DT_NOGRAPHIC:
3158 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 273 milliseconds