/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 141 virtual std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const = 0; 145 const auto displayIds = getPhysicalDisplayIds(); in getInternalDisplayId()
|
D | SurfaceComposerClient.h | 309 static std::vector<PhysicalDisplayId> getPhysicalDisplayIds();
|
/frameworks/native/services/automotive/display/ |
D | AutomotiveDisplayProxyService.cpp | 145 auto displayIds = SurfaceComposerClient::getPhysicalDisplayIds(); in getDisplayIdList()
|
/frameworks/native/libs/nativedisplay/ |
D | ADisplay.cpp | 137 const std::vector<PhysicalDisplayId> ids = SurfaceComposerClient::getPhysicalDisplayIds(); in ADisplay_acquirePhysicalDisplays()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LocalDisplayAdapter.java | 97 for (long physicalDisplayId : mSurfaceControlProxy.getPhysicalDisplayIds()) { in registerLocked() 1222 public long[] getPhysicalDisplayIds() { 1223 return SurfaceControl.getPhysicalDisplayIds();
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 2264 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/ |
D | LocalDisplayAdapterTest.java | 789 when(mSurfaceControlProxy.getPhysicalDisplayIds()).thenReturn(ids); in updateAvailableDisplays()
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 277 std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const override { in getPhysicalDisplayIds() function in android::BpSurfaceComposer 1710 std::vector<PhysicalDisplayId> ids = getPhysicalDisplayIds(); in onTransact()
|
D | SurfaceComposerClient.cpp | 912 std::vector<PhysicalDisplayId> SurfaceComposerClient::getPhysicalDisplayIds() { in getPhysicalDisplayIds() function in android::SurfaceComposerClient 913 return ComposerService::getComposerService()->getPhysicalDisplayIds(); in getPhysicalDisplayIds()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 616 std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const override;
|
D | SurfaceFlinger.cpp | 635 std::vector<PhysicalDisplayId> SurfaceFlinger::getPhysicalDisplayIds() const { in getPhysicalDisplayIds() function in android::SurfaceFlinger
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 451 auto ids = SurfaceComposerClient::getPhysicalDisplayIds(); in readyToRun()
|
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 696 std::vector<PhysicalDisplayId> getPhysicalDisplayIds() const override { return {}; } in getPhysicalDisplayIds() function in android::FakeSurfaceComposer
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 872 const auto displayIds = SurfaceComposerClient::getPhysicalDisplayIds(); in nativeGetPhysicalDisplayIds()
|
/frameworks/base/services/ |
D | art-profile | 18438 HSPLcom/android/server/display/LocalDisplayAdapter$SurfaceControlProxy;->getPhysicalDisplayIds()[J
|