/aosp12/frameworks/native/services/automotive/display/ |
H A D | AutomotiveDisplayProxyService.cpp | 37 displayToken = SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId(id)); in getIGraphicBufferProducer() 160 auto displayToken = SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId(id)); in getDisplayInfo()
|
/aosp12/frameworks/native/libs/nativedisplay/ |
H A D | ADisplay.cpp | 129 return SurfaceComposerClient::getPhysicalDisplayToken(impl->id); in getToken() 146 const sp<IBinder> token = SurfaceComposerClient::getPhysicalDisplayToken(ids[i]); in ADisplay_acquirePhysicalDisplays()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
H A D | SFFakeHwc_test.cpp | 347 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(kExternalDisplayId); in Test_HotplugOneConfig() 379 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(kExternalDisplayId); in Test_HotplugOneConfig() 408 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(kExternalDisplayId); in Test_HotplugTwoSeparateConfigs() 516 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(kExternalDisplayId); in Test_HotplugTwoConfigsSameGroup() 633 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(kExternalDisplayId); in Test_HotplugThreeConfigsMixedGroups() 823 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(kPrimaryDisplayId); in Test_HotplugPrimaryDisplay() 849 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(kPrimaryDisplayId); in Test_HotplugPrimaryDisplay() 880 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(displayId); in Test_SubsequentHotplugConnectUpdatesDisplay() 1171 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(kPrimaryDisplayId); in SetUp()
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | ISurfaceComposer.h | 155 virtual sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId) const = 0; 160 return displayId ? getPhysicalDisplayToken(*displayId) : nullptr; in getInternalDisplayToken()
|
H A D | SurfaceComposerClient.h | 317 static sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId);
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | LocalDisplayAdapter.java | 104 mSurfaceControlProxy.getPhysicalDisplayToken(physicalDisplayId); in tryConnectDisplayLocked() 1227 public IBinder getPhysicalDisplayToken(long physicalDisplayId) { 1228 return SurfaceControl.getPhysicalDisplayToken(physicalDisplayId);
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | screenrecord.cpp | 678 sp<IBinder> display = SurfaceComposerClient::getPhysicalDisplayToken( in recordScreen() 1176 getPhysicalDisplayToken(gPhysicalDisplayId) == nullptr) { in main()
|
/aosp12/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 436 auto token = SurfaceComposerClient::getPhysicalDisplayToken( in handleEvent() 549 sp<IBinder> token = SurfaceComposerClient::getPhysicalDisplayToken(id); in readyToRun()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 2366 public static IBinder getPhysicalDisplayToken(long physicalDisplayId) { in getPhysicalDisplayToken() method in SurfaceControl 2382 return getPhysicalDisplayToken(physicalDisplayIds[0]); in getInternalDisplayToken()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotController.java | 533 final IBinder displayToken = SurfaceControl.getPhysicalDisplayToken( in captureScreenshot()
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/ |
H A D | LocalDisplayAdapterTest.java | 786 when(mSurfaceControlProxy.getPhysicalDisplayToken(display.address.getPhysicalDisplayId())) in setUpDisplay()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | ISurfaceComposer.cpp | 306 sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId) const override { in getPhysicalDisplayToken() function in android::BpSurfaceComposer 1431 sp<IBinder> display = getPhysicalDisplayToken(displayId); in onTransact()
|
H A D | SurfaceComposerClient.cpp | 948 sp<IBinder> SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId displayId) { in getPhysicalDisplayToken() function in android::SurfaceComposerClient 949 return ComposerService::getComposerService()->getPhysicalDisplayToken(displayId); in getPhysicalDisplayToken()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.h | 617 sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId) const override;
|
H A D | SurfaceFlinger.cpp | 682 sp<IBinder> SurfaceFlinger::getPhysicalDisplayToken(PhysicalDisplayId displayId) const { in getPhysicalDisplayToken() function in android::SurfaceFlinger 5763 const auto token = getPhysicalDisplayToken( in onTransact() 5781 status_t result = setActiveMode(getPhysicalDisplayToken(*displayId), modeId); in onTransact() 5851 const auto token = getPhysicalDisplayToken( in onTransact()
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | Surface_test.cpp | 698 sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId) const override { return nullptr; } in getPhysicalDisplayToken() function in android::FakeSurfaceComposer
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 909 SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId(physicalDisplayId)); in nativeGetPhysicalDisplayToken()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 18439 HSPLcom/android/server/display/LocalDisplayAdapter$SurfaceControlProxy;->getPhysicalDisplayToken(J)…
|