Lines Matching refs:hwConfig
606 const HWComposer::DisplayConfig& hwConfig = hwConfigs[c];
609 float xdpi = hwConfig.xdpi;
610 float ydpi = hwConfig.ydpi;
638 info.w = hwConfig.width;
639 info.h = hwConfig.height;
642 info.fps = float(1e9 / hwConfig.refresh);
658 hwConfig.refresh - SF_VSYNC_EVENT_PHASE_OFFSET_NS + 1000000;
754 for (const HWComposer::DisplayConfig& hwConfig : getHwComposer().getConfigs(type)) {
755 colorModes.insert(hwConfig.colorMode);