Home
last modified time | relevance | path

Searched refs:ScreenInfo (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/liboverlay/
DoverlayCtrlData.h77 utils::ScreenInfo getScreenInfo() const;
87 bool getScreenInfo(utils::ScreenInfo& info);
93 utils::ScreenInfo mInfo;
162 inline bool Ctrl::getScreenInfo(utils::ScreenInfo& info) { in getScreenInfo()
178 inline utils::ScreenInfo Ctrl::getScreenInfo() const { in getScreenInfo()
DoverlayUtils.h401 struct ScreenInfo { struct
402 ScreenInfo() : mFBWidth(0), in ScreenInfo() function
712 inline void ScreenInfo::dump(const char* const s) const { in dump()
DoverlayMdp.cpp172 bool MdpCtrl::getScreenInfo(overlay::utils::ScreenInfo& info) { in getScreenInfo()
DoverlayMdp.h59 bool getScreenInfo(utils::ScreenInfo& info);
/hardware/qcom/display/liboverlay/pipes/
DoverlayGenPipe.h71 utils::ScreenInfo getScreenInfo() const;
DoverlayGenPipe.cpp188 utils::ScreenInfo GenericPipe::getScreenInfo() const in getScreenInfo()