Home
last modified time | relevance | path

Searched refs:VideoSurfaceDelegate (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
H A DVideoSurfaceTextureImpl.java27 import com.android.incallui.videosurface.protocol.VideoSurfaceDelegate;
40 private VideoSurfaceDelegate delegate;
54 public void setDelegate(VideoSurfaceDelegate delegate) { in setDelegate()
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
H A DVideoSurfaceDelegate.java20 public interface VideoSurfaceDelegate { interface
H A DVideoSurfaceTexture.java40 void setDelegate(VideoSurfaceDelegate delegate); in setDelegate()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DVideoCallPresenter.java47 import com.android.incallui.videosurface.protocol.VideoSurfaceDelegate;
1168 private class LocalDelegate implements VideoSurfaceDelegate {
1224 private class RemoteDelegate implements VideoSurfaceDelegate {