Searched refs:snapshotRef (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/Display/ |
D | DisplayModeController.cpp | 47 DisplaySnapshotRef snapshotRef, in registerDisplay() argument 50 mDisplays.emplace_or_replace(displayId, std::make_unique<Display>(snapshotRef, selectorPtr)); in registerDisplay() 53 void DisplayModeController::registerDisplay(DisplaySnapshotRef snapshotRef, in registerDisplay() argument 56 const auto& snapshot = snapshotRef.get(); in registerDisplay() 61 std::make_unique<Display>(snapshotRef, snapshot.displayModes(), in registerDisplay()
|
D | PhysicalDisplay.h | 49 DisplaySnapshotRef snapshotRef() const { return std::cref(mSnapshot); } in snapshotRef() function
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 1134 const auto& [display, snapshotRef] = *displayOpt; in getStaticDisplayInfo() 1135 const auto& snapshot = snapshotRef.get(); in getStaticDisplayInfo() 1251 const auto& [display, snapshotRef] = *displayOpt; in getDynamicDisplayInfoFromId() 1252 getDynamicDisplayInfoInternal(info, display, snapshotRef.get()); in getDynamicDisplayInfoFromId() 1272 const auto& [display, snapshotRef] = *displayOpt; in getDynamicDisplayInfoFromToken() 1273 getDynamicDisplayInfoInternal(info, display, snapshotRef.get()); in getDynamicDisplayInfoFromToken() 1387 const auto& [display, snapshotRef] = *displayOpt; in setActiveModeFromBackdoor() 1388 const auto& snapshot = snapshotRef.get(); in setActiveModeFromBackdoor() 1615 const auto& [display, snapshotRef] = *displayOpt; in setActiveColorMode() 1616 const auto& snapshot = snapshotRef.get(); in setActiveColorMode() [all …]
|
D | SurfaceFlinger.h | 1018 return std::make_pair(std::move(device), display.snapshotRef()); in getDisplayDeviceAndSnapshot()
|