Searched refs:physicalDisplayIds (Results 1 – 4 of 4) sorted by relevance
813 const std::vector<PhysicalDisplayId> physicalDisplayIds = in getMaxDisplaySize() local815 if (physicalDisplayIds.empty()) { in getMaxDisplaySize()821 for (auto& displayId : physicalDisplayIds) { in getMaxDisplaySize()
519 Vector<PhysicalDisplayId> physicalDisplayIds; in readyToRun() local538 physicalDisplayIds.add(id); in readyToRun()544 for (const auto id : physicalDisplayIds) { in readyToRun()581 for (const auto id : physicalDisplayIds) { in readyToRun()
1303 std::vector<PhysicalDisplayId> physicalDisplayIds; in getPhysicalDisplayIds() local1307 physicalDisplayIds.reserve(displayIds.size()); in getPhysicalDisplayIds()1310 physicalDisplayIds.push_back(*id); in getPhysicalDisplayIds()1313 return physicalDisplayIds; in getPhysicalDisplayIds()
9723 std::vector<PhysicalDisplayId> physicalDisplayIds = mFlinger->getPhysicalDisplayIds(); in getPhysicalDisplayIds() local9725 displayIds.reserve(physicalDisplayIds.size()); in getPhysicalDisplayIds()9726 for (const auto id : physicalDisplayIds) { in getPhysicalDisplayIds()