Home
last modified time | relevance | path

Searched refs:setDisplaySurface (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIVideoProvider.aidl37 void setDisplaySurface(in Surface surface); in setDisplaySurface() method
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsVideoCallProvider.aidl51 void setDisplaySurface(in Surface surface); in setDisplaySurface() method
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DVirtualDisplay_test.cpp48 t.setDisplaySurface(virtualDisplay, mProducer); in TEST_F()
H A DMultiDisplayLayerBounds_test.cpp59 t.setDisplaySurface(mVirtualDisplay, mProducer); in createDisplay()
H A DTransactionTestHarnesses.h67 t.setDisplaySurface(vDisplay, producer); in getScreenCapture()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DRenderSurfaceCreationArgs.h71 RenderSurfaceCreationArgsBuilder& setDisplaySurface(sp<DisplaySurface> displaySurface) { in setDisplaySurface() function
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DVideoCallImpl.java284 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in VideoCallImpl
286 mVideoProvider.setDisplaySurface(surface); in setDisplaySurface()
H A DInCallService.java754 public abstract void setDisplaySurface(Surface surface); in setDisplaySurface() method in InCallService.VideoCall
H A DRemoteConnection.java531 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in RemoteConnection.VideoProvider
533 mVideoProviderBinder.setDisplaySurface(surface); in setDisplaySurface()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestManagedVideoProvider.java86 mRemoteVideoProvider.setDisplaySurface(surface); in onSetDisplaySurface()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_HandleTransactionLockedTest.cpp651 display.setDisplaySurface(displaySurface); in TEST_F()
696 display.setDisplaySurface(displaySurface); in TEST_F()
745 display.setDisplaySurface(displaySurface); in TEST_F()
H A DTestableSurfaceFlinger.h698 auto& setDisplaySurface(const sp<compositionengine::DisplaySurface>& displaySurface) { in setDisplaySurface() function
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp441 setDisplaySurface(t, change.id(), change.surface()); in doDisplayTransaction()
558 void Replayer::setDisplaySurface(SurfaceComposerClient::Transaction& t, in setDisplaySurface() function in Replayer
564 t.setDisplaySurface(mDisplays[id], outProducer); in setDisplaySurface()
H A DReplayer.h122 void setDisplaySurface(SurfaceComposerClient::Transaction& t,
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDevice.java298 t.setDisplaySurface(mDisplayToken, surface); in setSurfaceLocked()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DVideoCallPresenter.java810 videoCall.setDisplaySurface(surface); in adjustVideoMode()
1235 videoCall.setDisplaySurface(videoCallSurface.getSavedSurface()); in onSurfaceCreated()
1244 videoCall.setDisplaySurface(null); in onSurfaceReleased()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DVideoProviderTest.java360 mVideoCall.setDisplaySurface(surface); in testSetDisplaySurface()
369 mVideoCall.setDisplaySurface(null); in testSetDisplaySurface()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsVideoCallProvider.java138 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in ImsVideoCallProvider.ImsVideoCallProviderBinder
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DStubTransaction.java171 public SurfaceControl.Transaction setDisplaySurface(IBinder displayToken, Surface surface) { in setDisplaySurface() method in StubTransaction
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DVideoProviderProxy.java394 mConectionServiceVideoProvider.setDisplaySurface(surface); in onSetDisplaySurface()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DRenderSurfaceTest.cpp70 .setDisplaySurface(mDisplaySurface)
/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp83 .setDisplaySurface(std::move(args.displaySurface))
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java281 mVideoCallProvider.setDisplaySurface(surface); in onSetDisplaySurface()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java2298 public static void setDisplaySurface(IBinder displayToken, Surface surface) { in setDisplaySurface() method in SurfaceControl
2300 sGlobalTransaction.setDisplaySurface(displayToken, surface); in setDisplaySurface()
3238 public Transaction setDisplaySurface(IBinder displayToken, Surface surface) { in setDisplaySurface() method in SurfaceControl.Transaction
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h570 status_t setDisplaySurface(const sp<IBinder>& token,

12