Home
last modified time | relevance | path

Searched refs:getPhysicalDisplayToken (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/native/services/automotive/display/
H A DAutomotiveDisplayProxyService.cpp37 displayToken = SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId(id)); in getIGraphicBufferProducer()
160 auto displayToken = SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId(id)); in getDisplayInfo()
/aosp12/frameworks/native/libs/nativedisplay/
H A DADisplay.cpp129 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 DSFFakeHwc_test.cpp347 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 DISurfaceComposer.h155 virtual sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId) const = 0;
160 return displayId ? getPhysicalDisplayToken(*displayId) : nullptr; in getInternalDisplayToken()
H A DSurfaceComposerClient.h317 static sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId);
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java104 mSurfaceControlProxy.getPhysicalDisplayToken(physicalDisplayId); in tryConnectDisplayLocked()
1227 public IBinder getPhysicalDisplayToken(long physicalDisplayId) {
1228 return SurfaceControl.getPhysicalDisplayToken(physicalDisplayId);
/aosp12/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp678 sp<IBinder> display = SurfaceComposerClient::getPhysicalDisplayToken( in recordScreen()
1176 getPhysicalDisplayToken(gPhysicalDisplayId) == nullptr) { in main()
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp436 auto token = SurfaceComposerClient::getPhysicalDisplayToken( in handleEvent()
549 sp<IBinder> token = SurfaceComposerClient::getPhysicalDisplayToken(id); in readyToRun()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java2366 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 DScreenshotController.java533 final IBinder displayToken = SurfaceControl.getPhysicalDisplayToken( in captureScreenshot()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/
H A DLocalDisplayAdapterTest.java786 when(mSurfaceControlProxy.getPhysicalDisplayToken(display.address.getPhysicalDisplayId())) in setUpDisplay()
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp306 sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId) const override { in getPhysicalDisplayToken() function in android::BpSurfaceComposer
1431 sp<IBinder> display = getPhysicalDisplayToken(displayId); in onTransact()
H A DSurfaceComposerClient.cpp948 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 DSurfaceFlinger.h617 sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId) const override;
H A DSurfaceFlinger.cpp682 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 DSurface_test.cpp698 sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId) const override { return nullptr; } in getPhysicalDisplayToken() function in android::FakeSurfaceComposer
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp909 SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId(physicalDisplayId)); in nativeGetPhysicalDisplayToken()
/aosp12/frameworks/base/services/
H A Dart-profile18439 HSPLcom/android/server/display/LocalDisplayAdapter$SurfaceControlProxy;->getPhysicalDisplayToken(J)…