OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:panelOrientation
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/common/base/
Drm.h
88
int
panelOrientation
;
Drm.cpp
206
if (!readIoctl(DRM_PSB_PANEL_ORIENTATION, &output->
panelOrientation
, sizeof(int))) {
208
output->
panelOrientation
= PANEL_ORIENTATION_0;
211
output->
panelOrientation
= PANEL_ORIENTATION_0;
682
return output->
panelOrientation
;
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Drm.h
94
int
panelOrientation
;
Drm.cpp
210
if (!readIoctl(DRM_PSB_PANEL_ORIENTATION, &output->
panelOrientation
, sizeof(int))) {
212
output->
panelOrientation
= PANEL_ORIENTATION_0;
215
output->
panelOrientation
= PANEL_ORIENTATION_0;
717
return output->
panelOrientation
;
Completed in 206 milliseconds