Searched refs:getPhysicalDisplayToken (Results 1 – 13 of 13) sorted by relevance
129 virtual sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId) const = 0;134 return displayId ? getPhysicalDisplayToken(*displayId) : nullptr; in getInternalDisplayToken()
260 static sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId);
302 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()
180 () -> SurfaceControl.getPhysicalDisplayToken(config.displayId)); in setUpDisplay()
1813 public static IBinder getPhysicalDisplayToken(long physicalDisplayId) { in getPhysicalDisplayToken() method in SurfaceControl1827 return getPhysicalDisplayToken(physicalDisplayIds[0]); in getInternalDisplayToken()
89 final IBinder displayToken = SurfaceControl.getPhysicalDisplayToken(physicalDisplayId); in tryConnectDisplayLocked()
532 sp<IBinder> SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId displayId) { in getPhysicalDisplayToken() function in android::SurfaceComposerClient533 return ComposerService::getComposerService()->getPhysicalDisplayToken(displayId); in getPhysicalDisplayToken()
336 virtual sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId) const { in getPhysicalDisplayToken() function in android::BpSurfaceComposer1184 sp<IBinder> display = getPhysicalDisplayToken(displayId); in onTransact()
403 sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId displayId) const override;
508 sp<IBinder> SurfaceFlinger::getPhysicalDisplayToken(PhysicalDisplayId displayId) const { in getPhysicalDisplayToken() function in android::SurfaceFlinger
575 sp<IBinder> token = SurfaceComposerClient::getPhysicalDisplayToken(physicalDisplayId); in nativeGetPhysicalDisplayToken()
685 sp<IBinder> getPhysicalDisplayToken(PhysicalDisplayId) const override { return nullptr; } in getPhysicalDisplayToken() function in android::FakeSurfaceComposer
16615 HSPLandroid/view/SurfaceControl;->getPhysicalDisplayToken(J)Landroid/os/IBinder;