OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:display_type
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
vl.c
197
DisplayType
display_type
= DT_DEFAULT;
variable
[
all
...]
sysemu.h
106
extern DisplayType
display_type
;
vl-android.c
265
DisplayType
display_type
= DT_DEFAULT;
variable
[
all
...]
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 276 milliseconds