Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h83 Builder& setDpiX(int32_t dpiX) { in setDpiX() argument
84 if (dpiX == -1) { in setDpiX()
87 mDisplayMode->mDpi.x = dpiX / 1000.f; in setDpiX()
DHWComposer.h98 int32_t dpiX = -1; member
104 << " vsyncPeriod=" << mode.vsyncPeriod << " dpi=" << mode.dpiX << "x"
DHWComposer.cpp278 .dpiX = getAttribute(hwcDisplayId, configId, hal::Attribute::DPI_X), in getModes()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2733 .setDpiX(hwcMode.dpiX) in loadDisplayModes()