Home
last modified time | relevance | path

Searched refs:physicalDisplayIds (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp813 const std::vector<PhysicalDisplayId> physicalDisplayIds = in getMaxDisplaySize() local
815 if (physicalDisplayIds.empty()) { in getMaxDisplaySize()
821 for (auto& displayId : physicalDisplayIds) { in getMaxDisplaySize()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp519 Vector<PhysicalDisplayId> physicalDisplayIds; in readyToRun() local
538 physicalDisplayIds.add(id); in readyToRun()
544 for (const auto id : physicalDisplayIds) { in readyToRun()
581 for (const auto id : physicalDisplayIds) { in readyToRun()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1303 std::vector<PhysicalDisplayId> physicalDisplayIds; in getPhysicalDisplayIds() local
1307 physicalDisplayIds.reserve(displayIds.size()); in getPhysicalDisplayIds()
1310 physicalDisplayIds.push_back(*id); in getPhysicalDisplayIds()
1313 return physicalDisplayIds; in getPhysicalDisplayIds()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp9723 std::vector<PhysicalDisplayId> physicalDisplayIds = mFlinger->getPhysicalDisplayIds(); in getPhysicalDisplayIds() local
9725 displayIds.reserve(physicalDisplayIds.size()); in getPhysicalDisplayIds()
9726 for (const auto id : physicalDisplayIds) { in getPhysicalDisplayIds()