Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp280 mPhysicalDisplayIdMap[hwcDisplayId] = displayId; in allocatePhysicalDisplay()
687 mPhysicalDisplayIdMap.erase(hwcDisplayId); in disconnectDisplay()
847 if (const auto it = mPhysicalDisplayIdMap.find(hwcDisplayId); in toPhysicalDisplayId()
848 it != mPhysicalDisplayIdMap.end()) { in toPhysicalDisplayId()
901 if (mPhysicalDisplayIdMap.empty()) { in onHotplugConnect()
H A DHWComposer.h420 std::unordered_map<hal::HWDisplayId, PhysicalDisplayId> mPhysicalDisplayIdMap; variable
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h441 auto& mutableHwcPhysicalDisplayIdMap() { return getHwComposer().mPhysicalDisplayIdMap; } in mutableHwcPhysicalDisplayIdMap()