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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp547 const HWComposer::DisplayConfig& hwConfig = hwConfigs[c]; local
550 float xdpi = hwConfig.xdpi;
551 float ydpi = hwConfig.ydpi;
579 info.w = hwConfig.width;
580 info.h = hwConfig.height;
583 info.fps = float(1e9 / hwConfig.refresh);
599 hwConfig.refresh - SF_VSYNC_EVENT_PHASE_OFFSET_NS + 1000000;

Completed in 145 milliseconds