OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:display_type
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
vl-android.c
262
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));
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
edid.h
147
#define
DISPLAY_TYPE
_DISPLAY_TYPE(GET(FEAT_S))
369
unsigned int
display_type
:2;
member in struct:disp_features
Completed in 574 milliseconds