HomeSort by relevance Sort by last modified time
    Searched full:hwconfig (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/site_tests/suite_HWConfig/
control 6 NAME = "HWConfig"
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
Layout.java 132 HardwareConfig hwConfig = getParams().getHardwareConfig();
133 Density density = hwConfig.getDensity();
386 HardwareConfig hwConfig = mParams.getHardwareConfig();
389 if (hwConfig.getOrientation() == ScreenOrientation.LANDSCAPE) {
390 int shortSize = hwConfig.getScreenHeight();
392 hwConfig.getDensity().getDpiValue();
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger_hwc1.cpp 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);
    [all...]
SurfaceFlinger.cpp 582 for (const auto& hwConfig : getHwComposer().getConfigs(type)) {
585 float xdpi = hwConfig->getDpiX();
586 float ydpi = hwConfig->getDpiY();
614 info.w = hwConfig->getWidth();
615 info.h = hwConfig->getHeight();
618 info.fps = 1e9 / hwConfig->getVsyncPeriod();
633 info.presentationDeadline = hwConfig->getVsyncPeriod() -
    [all...]
  /external/libpcap/
pcap-linux.c 4030 struct hwtstamp_config hwconfig; local
    [all...]

Completed in 3433 milliseconds