Home
last modified time | relevance | path

Searched refs:getDisplayResolution (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/hwcomposer/ips/tangier/
DTngDisplayQuery.cpp71 if (!Hwcomposer::getInstance().getDrm()->getDisplayResolution(device, width, height)) { in forceFbScaling()
/hardware/intel/img/hwcomposer/common/base/
DDrm.h64 bool getDisplayResolution(int device, uint32_t& width, uint32_t& height);
DDrm.cpp470 bool Drm::getDisplayResolution(int device, uint32_t& width, uint32_t& height) in getDisplayResolution() function in android::intel::Drm
/hardware/intel/img/hwcomposer/common/planes/
DDisplayPlane.cpp356 drm->getDisplayResolution(disp, mDisplayWidth, mDisplayHeight); in assignToDevice()