Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp343 .hwcId = configId, in getModes()
359 const auto hwcId = *fromPhysicalDisplayId(displayId); in getActiveMode() local
360 ALOGV("[%" PRIu64 "] getActiveMode", hwcId); in getActiveMode()
362 auto error = static_cast<hal::Error>(mComposer->getActiveConfig(hwcId, &configId)); in getActiveMode()
401 const auto hwcId = *fromPhysicalDisplayId(displayId); in getDisplayVsyncPeriod() local
404 static_cast<hal::Error>(mComposer->getDisplayVsyncPeriod(hwcId, &vsyncPeriodNanos)); in getDisplayVsyncPeriod()
DHWComposer.h86 hal::HWConfigId hwcId; member
95 return os << "id=" << mode.hwcId << " res=" << mode.width << "x" << mode.height
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp76 constexpr PhysicalDisplayId physicalIdFromHwcDisplayId(Display hwcId) { in physicalIdFromHwcDisplayId() argument
77 return PhysicalDisplayId::fromPort(hwcId); in physicalIdFromHwcDisplayId()
946 const auto hwcId = i + 1; in Test_SubsequentHotplugConnectUpdatesDisplay() local
950 setActiveConfigWithConstraints(hwcDisplayId, hwcId, _, _)) in Test_SubsequentHotplugConnectUpdatesDisplay()
953 EXPECT_CALL(*mMockComposer, setActiveConfig(hwcDisplayId, hwcId)) in Test_SubsequentHotplugConnectUpdatesDisplay()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2516 return mode.hwcId == *activeModeHwcId; in loadDisplayModes()
2541 newModes.push_back(DisplayMode::Builder(hwcMode.hwcId) in loadDisplayModes()
5722 std::optional<hal::HWDisplayId> hwcId; in onTransact() local
5725 hwcId = getHwComposer().getInternalHwcDisplayId(); in onTransact()
5727 onComposerHalHotplug(*hwcId, hal::Connection::CONNECTED); in onTransact()