Home
last modified time | relevance | path

Searched refs:dsInfo (Results 1 - 6 of 6) sorted by relevance

/base/powermgr/battery_manager/charger/src/dev/
H A Dgraphic_dev.cpp86 DisplayInfo dsInfo {0}; in GetScreenSize()
88 drv_->GetDisplayInfo(dsInfo); in GetScreenSize()
90 w = dsInfo.width; in GetScreenSize()
91 h = dsInfo.height; in GetScreenSize()
H A Dfbdev_driver.cpp87 void FbdevDriver::GetDisplayInfo(DisplayInfo& dsInfo) in GetDisplayInfo() argument
89 dsInfo.width = static_cast<int>(vinfo_.xres); in GetDisplayInfo()
90 dsInfo.height = static_cast<int>(vinfo_.yres); in GetDisplayInfo()
91 dsInfo.rowBytes = finfo_.line_length; in GetDisplayInfo()
92 dsInfo.pixelBytes = vinfo_.bits_per_pixel / 8; // 8: byte bit len in GetDisplayInfo()
H A Ddrm_driver.cpp43 void DrmDriver::GetDisplayInfo(DisplayInfo& dsInfo) in GetDisplayInfo() argument
45 dsInfo.width = static_cast<int>(buff_.width); in GetDisplayInfo()
46 dsInfo.height = static_cast<int>(buff_.height); in GetDisplayInfo()
47 dsInfo.rowBytes = 0; in GetDisplayInfo()
48 dsInfo.pixelBytes = 0; in GetDisplayInfo()
/base/powermgr/battery_manager/charger/include/dev/
H A Ddisplay_drv.h36 virtual void GetDisplayInfo(DisplayInfo& dsInfo) = 0;
H A Dfbdev_driver.h43 void GetDisplayInfo(DisplayInfo& dsInfo) override;
H A Ddrm_driver.h54 void GetDisplayInfo(DisplayInfo& dsInfo) override;

Completed in 2 milliseconds