Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1469 auto activeModePtr = activeModeOpt->mode.modePtr; in applyActiveMode() local
1475 mScheduler->resyncToHardwareVsync(displayId, kAllowToEnable, std::move(activeModePtr).take()); in applyActiveMode()
3891 auto activeModePtr = physical->activeMode; in processDisplayAdded() local
3892 const auto fps = activeModePtr->getPeakFps(); in processDisplayAdded()
3896 ftl::as_non_null(std::move(activeModePtr))}, in processDisplayAdded()
6940 if (const auto activeModePtr = activeMode.modePtr.get()) { in dumpAll() local
6942 const auto dpi = activeModePtr->getDpi(); in dumpAll()