Home
last modified time | relevance | path

Searched refs:getPhysicalSize (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/common/base/
DDrm.h63 bool getPhysicalSize(int device, uint32_t& width, uint32_t& height);
DDrm.cpp450 bool Drm::getPhysicalSize(int device, uint32_t& width, uint32_t& height) in getPhysicalSize() function in android::intel::Drm
/hardware/intel/img/hwcomposer/common/devices/
DPhysicalDevice.cpp319 ret = drm->getPhysicalSize(mType, mmWidth, mmHeight); in updateDisplayConfigs()