Home
last modified time | relevance | path

Searched refs:getPhysicalDisplayIds (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h115 virtual std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const = 0;
119 const auto displayIds = getPhysicalDisplayIds(); in getInternalDisplayId()
DSurfaceComposerClient.h256 static std::vector<PhysicalDisplayId> getPhysicalDisplayIds();
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/
DLocalDisplayAdapterTest.java201 doReturn(ids).when(() -> SurfaceControl.getPhysicalDisplayIds()); in updateAvailableDisplays()
/frameworks/base/core/java/android/view/
DSurfaceControl.java1821 public static long[] getPhysicalDisplayIds() { in getPhysicalDisplayIds() method in SurfaceControl
1838 final long[] physicalDisplayIds = getPhysicalDisplayIds(); in getInternalDisplayToken()
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java83 for (long physicalDisplayId : SurfaceControl.getPhysicalDisplayIds()) { in registerLocked()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp524 std::vector<PhysicalDisplayId> SurfaceComposerClient::getPhysicalDisplayIds() { in getPhysicalDisplayIds() function in android::SurfaceComposerClient
525 return ComposerService::getComposerService()->getPhysicalDisplayIds(); in getPhysicalDisplayIds()
DISurfaceComposer.cpp321 virtual std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const { in getPhysicalDisplayIds() function in android::BpSurfaceComposer
1499 return reply->writeUint64Vector(getPhysicalDisplayIds()); in onTransact()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h389 std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const override;
DSurfaceFlinger.cpp480 std::vector<PhysicalDisplayId> SurfaceFlinger::getPhysicalDisplayIds() const { in getPhysicalDisplayIds() function in android::SurfaceFlinger
/frameworks/native/libs/gui/tests/
DSurface_test.cpp558 std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const override { return {}; } in getPhysicalDisplayIds() function in android::FakeSurfaceComposer
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp572 const auto displayIds = SurfaceComposerClient::getPhysicalDisplayIds(); in nativeGetPhysicalDisplayIds()
/frameworks/base/config/
Dboot-image-profile.txt16615 HSPLandroid/view/SurfaceControl;->getPhysicalDisplayIds()[J