Searched refs:getPhysicalId (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_FoldableTest.cpp | 165 scheduler.onHardwareVsyncRequest(mInnerDisplay->getPhysicalId(), true); in TEST_F() 166 scheduler.onHardwareVsyncRequest(mOuterDisplay->getPhysicalId(), true); in TEST_F()
|
D | SurfaceFlinger_DisplayModeSwitching.cpp | 79 mDisplayId = mDisplay->getPhysicalId(); in SetUp() 318 const auto displayId = arg->getPhysicalId(); 342 const auto displayId = arg->getPhysicalId();
|
D | SurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp | 300 .getActiveMode(device->getPhysicalId()) in setupNewDisplayDeviceInternalTest()
|
D | SurfaceFlinger_NotifyExpectedPresentTest.cpp | 32 mPhysicalDisplayId = display->getPhysicalId(); in SetUp()
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.h | 123 PhysicalDisplayId getPhysicalId() const { in getPhysicalId() function
|
D | SurfaceFlinger.cpp | 688 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 …]
|
D | DisplayDevice.cpp | 204 const auto physicalId = getPhysicalId(); in getVsyncPeriodFromHWC()
|