Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h904 const auto displayId = getInternalDisplayIdLocked(); in getInternalDisplayTokenLocked()
908 std::optional<DisplayId> getInternalDisplayIdLocked() const REQUIRES(mStateLock) { in getInternalDisplayIdLocked() function
DSurfaceFlinger.cpp537 const auto internalDisplayId = getInternalDisplayIdLocked(); in getPhysicalDisplayIds()
892 const bool isInternal = (displayId == getInternalDisplayIdLocked()); in getDisplayConfigs()
1177 isInternalDisplay = displayId == getInternalDisplayIdLocked(); in getDisplayColorModes()
1570 const auto displayId = getInternalDisplayIdLocked(); in getVsyncPeriod()
1694 if (const auto displayId = getInternalDisplayIdLocked()) { in setPrimaryVsyncEnabledInternal()
2508 const bool isInternalDisplay = displayId && displayId == getInternalDisplayIdLocked(); in setupNewDisplayDeviceInternal()
4785 if (const auto displayId = getInternalDisplayIdLocked(); in dumpAllLocked()