HomeSort by relevance Sort by last modified time
    Searched defs:getRemoteVideoSurfaceTexture (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/video/protocol/
VideoCallScreenDelegate.java 46 VideoSurfaceTexture getRemoteVideoSurfaceTexture();
  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java 326 InCallPresenter.getInstance().getRemoteVideoSurfaceTexture().setDelegate(new RemoteDelegate());
404 public VideoSurfaceTexture getRemoteVideoSurfaceTexture() {
405 return InCallPresenter.getInstance().getRemoteVideoSurfaceTexture();
797 Surface surface = getRemoteVideoSurfaceTexture().getSavedSurface();
    [all...]
InCallPresenter.java     [all...]

Completed in 57 milliseconds