Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h72 Builder& setDpiX(int32_t dpiX) { in setDpiX() argument
73 if (dpiX == -1) { in setDpiX()
76 mDisplayMode->mDpiX = dpiX / 1000.0f; in setDpiX()
DHWComposer.h90 int32_t dpiX = -1; member
96 << " vsyncPeriod=" << mode.vsyncPeriod << " dpi=" << mode.dpiX << "x"
DHWComposer.cpp347 .dpiX = getAttribute(hwcDisplayId, configId, hal::Attribute::DPI_X), in getModes()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2546 .setDpiX(hwcMode.dpiX) in loadDisplayModes()