Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h118 virtual std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const = 0;
122 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.java1806 public static long[] getPhysicalDisplayIds() { in getPhysicalDisplayIds() method in SurfaceControl
1823 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.cpp322 virtual std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const { in getPhysicalDisplayIds() function in android::BpSurfaceComposer
1503 return reply->writeUint64Vector(getPhysicalDisplayIds()); in onTransact()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h402 std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const override;
DSurfaceFlinger.cpp487 std::vector<PhysicalDisplayId> SurfaceFlinger::getPhysicalDisplayIds() const { in getPhysicalDisplayIds() function in android::SurfaceFlinger
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp554 const auto displayIds = SurfaceComposerClient::getPhysicalDisplayIds(); in nativeGetPhysicalDisplayIds()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp684 std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const override { return {}; } in getPhysicalDisplayIds() function in android::FakeSurfaceComposer
/frameworks/base/config/
Dboot-image-profile.txt16614 HSPLandroid/view/SurfaceControl;->getPhysicalDisplayIds()[J