/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IVideoProvider.aidl | 37 void setDisplaySurface(in Surface surface); in setDisplaySurface() method
|
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsVideoCallProvider.aidl | 51 void setDisplaySurface(in Surface surface); in setDisplaySurface() method
|
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | VirtualDisplay_test.cpp | 48 t.setDisplaySurface(virtualDisplay, mProducer); in TEST_F()
|
H A D | MultiDisplayLayerBounds_test.cpp | 59 t.setDisplaySurface(mVirtualDisplay, mProducer); in createDisplay()
|
H A D | TransactionTestHarnesses.h | 67 t.setDisplaySurface(vDisplay, producer); in getScreenCapture()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
H A D | RenderSurfaceCreationArgs.h | 71 RenderSurfaceCreationArgsBuilder& setDisplaySurface(sp<DisplaySurface> displaySurface) { in setDisplaySurface() function
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | VideoCallImpl.java | 284 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in VideoCallImpl 286 mVideoProvider.setDisplaySurface(surface); in setDisplaySurface()
|
H A D | InCallService.java | 754 public abstract void setDisplaySurface(Surface surface); in setDisplaySurface() method in InCallService.VideoCall
|
H A D | RemoteConnection.java | 531 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 D | TestManagedVideoProvider.java | 86 mRemoteVideoProvider.setDisplaySurface(surface); in onSetDisplaySurface()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | SurfaceFlinger_HandleTransactionLockedTest.cpp | 651 display.setDisplaySurface(displaySurface); in TEST_F() 696 display.setDisplaySurface(displaySurface); in TEST_F() 745 display.setDisplaySurface(displaySurface); in TEST_F()
|
H A D | TestableSurfaceFlinger.h | 698 auto& setDisplaySurface(const sp<compositionengine::DisplaySurface>& displaySurface) { in setDisplaySurface() function
|
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/ |
H A D | Replayer.cpp | 441 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 D | Replayer.h | 122 void setDisplaySurface(SurfaceComposerClient::Transaction& t,
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayDevice.java | 298 t.setDisplaySurface(mDisplayToken, surface); in setSurfaceLocked()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | VideoCallPresenter.java | 810 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 D | VideoProviderTest.java | 360 mVideoCall.setDisplaySurface(surface); in testSetDisplaySurface() 369 mVideoCall.setDisplaySurface(null); in testSetDisplaySurface()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsVideoCallProvider.java | 138 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in ImsVideoCallProvider.ImsVideoCallProviderBinder
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | StubTransaction.java | 171 public SurfaceControl.Transaction setDisplaySurface(IBinder displayToken, Surface surface) { in setDisplaySurface() method in StubTransaction
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | VideoProviderProxy.java | 394 mConectionServiceVideoProvider.setDisplaySurface(surface); in onSetDisplaySurface()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | RenderSurfaceTest.cpp | 70 .setDisplaySurface(mDisplaySurface)
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | DisplayDevice.cpp | 83 .setDisplaySurface(std::move(args.displaySurface))
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
H A D | ImsVideoCallProviderWrapper.java | 281 mVideoCallProvider.setDisplaySurface(surface); in onSetDisplaySurface()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 2298 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 D | SurfaceComposerClient.h | 570 status_t setDisplaySurface(const sp<IBinder>& token,
|