Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp167 mPhysicalDisplayIdMap[hwcDisplayId] = info->id; in onHotplug()
682 mPhysicalDisplayIdMap.erase(hwcDisplayId); in disconnectDisplay()
812 if (const auto it = mPhysicalDisplayIdMap.find(hwcDisplayId); in toPhysicalDisplayId()
813 it != mPhysicalDisplayIdMap.end()) { in toPhysicalDisplayId()
837 if (mPhysicalDisplayIdMap.empty()) { in onHotplugConnect()
DHWComposer.h362 std::unordered_map<hwc2_display_t, DisplayId> mPhysicalDisplayIdMap; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h338 auto& mutableHwcPhysicalDisplayIdMap() { return getHwComposer().mPhysicalDisplayIdMap; } in mutableHwcPhysicalDisplayIdMap()