Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h141 virtual std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const = 0;
145 const auto displayIds = getPhysicalDisplayIds(); in getInternalDisplayId()
DSurfaceComposerClient.h309 static std::vector<PhysicalDisplayId> getPhysicalDisplayIds();
/frameworks/native/services/automotive/display/
DAutomotiveDisplayProxyService.cpp145 auto displayIds = SurfaceComposerClient::getPhysicalDisplayIds(); in getDisplayIdList()
/frameworks/native/libs/nativedisplay/
DADisplay.cpp137 const std::vector<PhysicalDisplayId> ids = SurfaceComposerClient::getPhysicalDisplayIds(); in ADisplay_acquirePhysicalDisplays()
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java97 for (long physicalDisplayId : mSurfaceControlProxy.getPhysicalDisplayIds()) { in registerLocked()
1222 public long[] getPhysicalDisplayIds() {
1223 return SurfaceControl.getPhysicalDisplayIds();
/frameworks/base/core/java/android/view/
DSurfaceControl.java2264 public static long[] getPhysicalDisplayIds() { in getPhysicalDisplayIds() method in SurfaceControl
2283 final long[] physicalDisplayIds = getPhysicalDisplayIds(); in getInternalDisplayToken()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/
DLocalDisplayAdapterTest.java789 when(mSurfaceControlProxy.getPhysicalDisplayIds()).thenReturn(ids); in updateAvailableDisplays()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp277 std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const override { in getPhysicalDisplayIds() function in android::BpSurfaceComposer
1710 std::vector<PhysicalDisplayId> ids = getPhysicalDisplayIds(); in onTransact()
DSurfaceComposerClient.cpp912 std::vector<PhysicalDisplayId> SurfaceComposerClient::getPhysicalDisplayIds() { in getPhysicalDisplayIds() function in android::SurfaceComposerClient
913 return ComposerService::getComposerService()->getPhysicalDisplayIds(); in getPhysicalDisplayIds()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h616 std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const override;
DSurfaceFlinger.cpp635 std::vector<PhysicalDisplayId> SurfaceFlinger::getPhysicalDisplayIds() const { in getPhysicalDisplayIds() function in android::SurfaceFlinger
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp451 auto ids = SurfaceComposerClient::getPhysicalDisplayIds(); in readyToRun()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp696 std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const override { return {}; } in getPhysicalDisplayIds() function in android::FakeSurfaceComposer
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp872 const auto displayIds = SurfaceComposerClient::getPhysicalDisplayIds(); in nativeGetPhysicalDisplayIds()
/frameworks/base/services/
Dart-profile18438 HSPLcom/android/server/display/LocalDisplayAdapter$SurfaceControlProxy;->getPhysicalDisplayIds()[J