Home
last modified time | relevance | path

Searched refs:DisplayInfo (Results 1 – 11 of 11) sorted by relevance

/hardware/google/graphics/gs101/libhwc2.1/libdevice/
DExynosDeviceModule.cpp28 std::vector<displaycolor::DisplayInfo> display_info; in ExynosDeviceModule()
43 const std::vector<displaycolor::DisplayInfo>& display_info) { in initDisplayColor()
DExynosDeviceModule.h39 int initDisplayColor(const std::vector<displaycolor::DisplayInfo>& display_info);
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DDisplayColorLoader.h80 const std::vector<displaycolor::DisplayInfo> &display_info) { in GetDisplayColorGS101()
97 const std::vector<displaycolor::DisplayInfo> &);
/hardware/interfaces/automotive/evs/1.1/default/
DConfigManager.h119 class DisplayInfo {
195 unordered_map<string, unique_ptr<DisplayInfo>> mDisplayInfo;
DConfigManager.cpp411 unique_ptr<DisplayInfo> dpy(new DisplayInfo()); in readDisplayInfo()
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.h70 void getDisplayInfo(std::vector<displaycolor::DisplayInfo> &display_info);
DExynosDisplayDrmInterfaceModule.cpp747 std::vector<displaycolor::DisplayInfo> &display_info) { in getDisplayInfo()
748 displaycolor::DisplayInfo primary_display; in getDisplayInfo()
/hardware/google/graphics/gs101/include/gs101/displaycolor/
Ddisplaycolor_gs101.h296 IDisplayColorGS101* GetDisplayColorGS101(const std::vector<DisplayInfo> &display_info);
/hardware/google/graphics/common/include/displaycolor/
Ddisplaycolor.h97 struct DisplayInfo { struct
/hardware/interfaces/automotive/evs/1.0/
Dtypes.hal100 * The DisplayInfo structure describes the basic properties of an EVS display. Any EVS
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp1506 DisplayInfo dinfo; in createPreviewSurface()