Home
last modified time | relevance | path

Searched defs:setDisplaySurface (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DRenderSurfaceCreationArgs.h71 RenderSurfaceCreationArgsBuilder& setDisplaySurface(sp<DisplaySurface> displaySurface) { in setDisplaySurface() function
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsVideoCallProvider.aidl51 void setDisplaySurface(in Surface surface); in setDisplaySurface() method
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIVideoProvider.aidl37 void setDisplaySurface(in Surface surface); in setDisplaySurface() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsVideoCallProvider.java138 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in ImsVideoCallProvider.ImsVideoCallProviderBinder
/frameworks/base/telecomm/java/android/telecom/
DVideoCallImpl.java284 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in VideoCallImpl
DInCallService.java890 public abstract void setDisplaySurface(Surface surface); in setDisplaySurface() method in InCallService.VideoCall
DRemoteConnection.java529 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in RemoteConnection.VideoProvider
DConnection.java1682 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in Connection.VideoProvider.VideoProviderBinder
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
DStubTransaction.java191 public SurfaceControl.Transaction setDisplaySurface(IBinder displayToken, Surface surface) { in setDisplaySurface() method in StubTransaction
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DStubTransaction.java189 public SurfaceControl.Transaction setDisplaySurface(IBinder displayToken, Surface surface) { in setDisplaySurface() method in StubTransaction
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h1009 auto& setDisplaySurface(const sp<compositionengine::DisplaySurface>& displaySurface) { in setDisplaySurface() function
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2279 status_t SurfaceComposerClient::Transaction::setDisplaySurface(const sp<IBinder>& token, in setDisplaySurface() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/java/android/view/
DSurfaceControl.java3594 public Transaction setDisplaySurface(IBinder displayToken, Surface surface) { in setDisplaySurface() method in SurfaceControl.Transaction