HomeSort by relevance Sort by last modified time
    Searched refs:VideoSurfaceTexture (Results 1 - 8 of 8) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
VideoSurfaceDelegate.java 22 void onSurfaceCreated(VideoSurfaceTexture videoCallSurface);
24 void onSurfaceReleased(VideoSurfaceTexture videoCallSurface);
26 void onSurfaceDestroyed(VideoSurfaceTexture videoCallSurface);
28 void onSurfaceClick(VideoSurfaceTexture videoCallSurface);
VideoSurfaceTexture.java 27 public interface VideoSurfaceTexture {
  /packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/
VideoSurfaceBindings.java 22 import com.android.incallui.videosurface.protocol.VideoSurfaceTexture;
27 public static VideoSurfaceTexture createLocalVideoSurfaceTexture() {
28 return new VideoSurfaceTextureImpl(VideoSurfaceTexture.SURFACE_TYPE_LOCAL);
31 public static VideoSurfaceTexture createRemoteVideoSurfaceTexture() {
32 return new VideoSurfaceTextureImpl(VideoSurfaceTexture.SURFACE_TYPE_REMOTE);
  /packages/apps/Dialer/java/com/android/incallui/video/protocol/
VideoCallScreenDelegate.java 21 import com.android.incallui.videosurface.protocol.VideoSurfaceTexture;
44 VideoSurfaceTexture getLocalVideoSurfaceTexture();
46 VideoSurfaceTexture getRemoteVideoSurfaceTexture();
  /packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
VideoSurfaceTextureImpl.java 26 import com.android.incallui.videosurface.protocol.VideoSurfaceTexture;
34 public class VideoSurfaceTextureImpl implements VideoSurfaceTexture {
  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java 47 import com.android.incallui.videosurface.protocol.VideoSurfaceTexture;
398 public VideoSurfaceTexture getLocalVideoSurfaceTexture() {
403 public VideoSurfaceTexture getRemoteVideoSurfaceTexture() {
    [all...]
InCallPresenter.java 62 import com.android.incallui.videosurface.protocol.VideoSurfaceTexture;
251 private VideoSurfaceTexture mLocalVideoSurfaceTexture;
252 private VideoSurfaceTexture mRemoteVideoSurfaceTexture;
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
VideoCallFragment.java 84 import com.android.incallui.videosurface.protocol.VideoSurfaceTexture;
    [all...]

Completed in 177 milliseconds