Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp483 const auto internalDisplayId = getInternalDisplayIdLocked(); in getPhysicalDisplayIds()
839 if (displayId == getInternalDisplayIdLocked()) { in getDisplayConfigs()
896 if (displayId == getInternalDisplayIdLocked() && in getDisplayConfigs()
1067 isInternalDisplay = displayId == getInternalDisplayIdLocked(); in getDisplayColorModes()
1230 if (displayId && displayId == getInternalDisplayIdLocked()) { in isWideColorDisplay()
1428 const auto displayId = getInternalDisplayIdLocked(); in getVsyncPeriod()
1533 if (const auto displayId = getInternalDisplayIdLocked()) { in setPrimaryVsyncEnabled()
2583 const bool isInternalDisplay = displayId && displayId == getInternalDisplayIdLocked(); in setupNewDisplayDeviceInternal()
4951 if (const auto displayId = getInternalDisplayIdLocked(); in dumpAllLocked()
DSurfaceFlinger.h826 const auto displayId = getInternalDisplayIdLocked(); in getInternalDisplayTokenLocked()
830 std::optional<DisplayId> getInternalDisplayIdLocked() const { in getInternalDisplayIdLocked() function