OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHDMI
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_uevents.cpp
47
static bool
isHDMI
(const char* str)
85
int dpy =
isHDMI
(str) ? HWC_DISPLAY_EXTERNAL : extDpyNum;
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_uevents.cpp
48
static bool
isHDMI
(const char* str)
77
int dpy =
isHDMI
(str) ? HWC_DISPLAY_EXTERNAL : extDpyNum;
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_uevents.cpp
47
static bool
isHDMI
(const char* str)
85
int dpy =
isHDMI
(str) ? HWC_DISPLAY_EXTERNAL : extDpyNum;
Completed in 48 milliseconds