Searched refs:mPhysicalDisplayIdMap (Results 1 – 3 of 3) sorted by relevance
280 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()
420 std::unordered_map<hal::HWDisplayId, PhysicalDisplayId> mPhysicalDisplayIdMap; variable
441 auto& mutableHwcPhysicalDisplayIdMap() { return getHwComposer().mPhysicalDisplayIdMap; } in mutableHwcPhysicalDisplayIdMap()