Home
last modified time | relevance | path

Searched refs:getPhysicalId (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_FoldableTest.cpp165 scheduler.onHardwareVsyncRequest(mInnerDisplay->getPhysicalId(), true); in TEST_F()
166 scheduler.onHardwareVsyncRequest(mOuterDisplay->getPhysicalId(), true); in TEST_F()
DSurfaceFlinger_DisplayModeSwitching.cpp79 mDisplayId = mDisplay->getPhysicalId(); in SetUp()
318 const auto displayId = arg->getPhysicalId();
342 const auto displayId = arg->getPhysicalId();
DSurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp300 .getActiveMode(device->getPhysicalId()) in setupNewDisplayDeviceInternalTest()
DSurfaceFlinger_NotifyExpectedPresentTest.cpp32 mPhysicalDisplayId = display->getPhysicalId(); in SetUp()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h123 PhysicalDisplayId getPhysicalId() const { in getPhysicalId() function
DSurfaceFlinger.cpp688 const auto defaultDisplayId = getDefaultDisplayDeviceLocked()->getPhysicalId(); in getPhysicalDisplayIdsLocked()
930 LOG_ALWAYS_FATAL_IF(!getHwComposer().isConnected(display->getPhysicalId()), in init()
1844 mScheduler->dispatchHotplug(display->getPhysicalId(), scheduler::Scheduler::Hotplug::Connected); in overrideHdrTypes()
2068 .setDisplayBrightness(display->getPhysicalId(), in setDisplayBrightness()
3184 auto fence = getHwComposer().getPresentFence(optDisplay->get()->getPhysicalId()); in onCompositionPresented()
3871 mScheduler->registerDisplay(display->getPhysicalId(), display->holdRefreshRateSelector(), in processDisplayAdded()
3911 mScheduler->unregisterDisplay(display->getPhysicalId(), mActiveDisplayId); in processDisplayRemoved()
3966 mDisplayModeController.getActiveMode(display->getPhysicalId()).fps; in processDisplayChanged()
4215 .setDisplayBrightness(display->getPhysicalId(), *brightness, in persistDisplayBrightness()
4316 return getDefaultDisplayDeviceLocked()->getPhysicalId(); in triggerOnFrameRateOverridesChanged()
[all …]
DDisplayDevice.cpp204 const auto physicalId = getPhysicalId(); in getVsyncPeriodFromHWC()