Searched defs:setDisplaySurface (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DVideoCallImpl.java257 public void setDisplaySurface(Surface surface) { method in class:VideoCallImpl
259 mVideoProvider.setDisplaySurface(surface);
H A DInCallService.java524 public abstract void setDisplaySurface(Surface surface); method in class:InCallService.VideoCall
H A DRemoteConnection.java483 public void setDisplaySurface(Surface surface) { method in class:RemoteConnection.VideoProvider
485 mVideoProviderBinder.setDisplaySurface(surface);
H A DConnection.java801 public void setDisplaySurface(Surface surface) { method in class:Connection.VideoProvider.VideoProviderBinder
894 * {@link InCallService.VideoCall#setDisplaySurface(Surface)}.
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProvider.java119 public void setDisplaySurface(Surface surface) { method in class:ImsVideoCallProvider.ImsVideoCallProviderBinder
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp171 void setDisplaySurface(const sp<IBinder>& token,
474 void Composer::setDisplaySurface(const sp<IBinder>& token, function in class:android::Composer
709 void SurfaceComposerClient::setDisplaySurface(const sp<IBinder>& token, function in class:android::SurfaceComposerClient
711 Composer::getInstance().setDisplaySurface(token, bufferProducer);
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java650 public static void setDisplaySurface(IBinder displayToken, Surface surface) { method in class:SurfaceControl

Completed in 181 milliseconds