Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h129 virtual sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId) const = 0;
134 return displayId ? getPhysicalDisplayToken(*displayId) : nullptr; in getInternalDisplayToken()
DSurfaceComposerClient.h260 static sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId);
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp302 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(EXTERNAL_DISPLAY); in TEST_F()
338 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(EXTERNAL_DISPLAY); in TEST_F()
374 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(PRIMARY_DISPLAY); in TEST_F()
413 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(PRIMARY_DISPLAY); in TEST_F()
482 const auto display = SurfaceComposerClient::getPhysicalDisplayToken(PRIMARY_DISPLAY); in SetUp()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/
DLocalDisplayAdapterTest.java180 () -> SurfaceControl.getPhysicalDisplayToken(config.displayId)); in setUpDisplay()
/frameworks/base/core/java/android/view/
DSurfaceControl.java1813 public static IBinder getPhysicalDisplayToken(long physicalDisplayId) { in getPhysicalDisplayToken() method in SurfaceControl
1827 return getPhysicalDisplayToken(physicalDisplayIds[0]); in getInternalDisplayToken()
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java89 final IBinder displayToken = SurfaceControl.getPhysicalDisplayToken(physicalDisplayId); in tryConnectDisplayLocked()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp532 sp<IBinder> SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId displayId) { in getPhysicalDisplayToken() function in android::SurfaceComposerClient
533 return ComposerService::getComposerService()->getPhysicalDisplayToken(displayId); in getPhysicalDisplayToken()
DISurfaceComposer.cpp336 virtual sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId) const { in getPhysicalDisplayToken() function in android::BpSurfaceComposer
1184 sp<IBinder> display = getPhysicalDisplayToken(displayId); in onTransact()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h403 sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId) const override;
DSurfaceFlinger.cpp508 sp<IBinder> SurfaceFlinger::getPhysicalDisplayToken(PhysicalDisplayId displayId) const { in getPhysicalDisplayToken() function in android::SurfaceFlinger
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp575 sp<IBinder> token = SurfaceComposerClient::getPhysicalDisplayToken(physicalDisplayId); in nativeGetPhysicalDisplayToken()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp685 sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId) const override { return nullptr; } in getPhysicalDisplayToken() function in android::FakeSurfaceComposer
/frameworks/base/config/
Dboot-image-profile.txt16615 HSPLandroid/view/SurfaceControl;->getPhysicalDisplayToken(J)Landroid/os/IBinder;