Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h843 const auto displayId = getInternalDisplayIdLocked(); in getInternalDisplayTokenLocked()
847 std::optional<DisplayId> getInternalDisplayIdLocked() const { in getInternalDisplayIdLocked() function
DSurfaceFlinger.cpp490 const auto internalDisplayId = getInternalDisplayIdLocked(); in getPhysicalDisplayIds()
812 if (displayId == getInternalDisplayIdLocked()) { in getDisplayConfigs()
870 if (displayId == getInternalDisplayIdLocked() && in getDisplayConfigs()
1052 isInternalDisplay = displayId == getInternalDisplayIdLocked(); in getDisplayColorModes()
1215 if (displayId && displayId == getInternalDisplayIdLocked()) { in isWideColorDisplay()
1405 const auto displayId = getInternalDisplayIdLocked(); in getVsyncPeriod()
1516 if (const auto displayId = getInternalDisplayIdLocked()) { in setPrimaryVsyncEnabledInternal()
2612 const bool isInternalDisplay = displayId && displayId == getInternalDisplayIdLocked(); in setupNewDisplayDeviceInternal()
5059 if (const auto displayId = getInternalDisplayIdLocked(); in dumpAllLocked()