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

  /external/qemu/
vl-android.c 265 DisplayType display_type = DT_DEFAULT; variable
    [all...]
vl.c 197 DisplayType display_type = DT_DEFAULT; variable
    [all...]
sysemu.h 106 extern DisplayType display_type;
qemu-char.c 652 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) {
665 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) {
852 display_type != DT_NOGRAPHIC);
    [all...]
  /external/qemu/hw/
fw_cfg.c 280 fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)(display_type == DT_NOGRAPHIC));

Completed in 240 milliseconds