Searched refs:mPhysicalDisplayIdMap (Results 1 – 3 of 3) sorted by relevance
300 mPhysicalDisplayIdMap[hwcDisplayId] = displayId; in allocatePhysicalDisplay()705 mPhysicalDisplayIdMap.erase(hwcDisplayId); in disconnectDisplay()869 if (const auto it = mPhysicalDisplayIdMap.find(hwcDisplayId); in toPhysicalDisplayId()870 it != mPhysicalDisplayIdMap.end()) { in toPhysicalDisplayId()917 if (mPhysicalDisplayIdMap.empty()) { in onHotplugConnect()
412 std::unordered_map<hal::HWDisplayId, DisplayId> mPhysicalDisplayIdMap; variable
408 auto& mutableHwcPhysicalDisplayIdMap() { return getHwComposer().mPhysicalDisplayIdMap; } in mutableHwcPhysicalDisplayIdMap()