Searched refs:videoCallSurface (Results 1 – 2 of 2) sorted by relevance
22 void onSurfaceCreated(VideoSurfaceTexture videoCallSurface); in onSurfaceCreated() argument24 void onSurfaceReleased(VideoSurfaceTexture videoCallSurface); in onSurfaceReleased() argument26 void onSurfaceDestroyed(VideoSurfaceTexture videoCallSurface); in onSurfaceDestroyed() argument28 void onSurfaceClick(VideoSurfaceTexture videoCallSurface); in onSurfaceClick() argument
1170 public void onSurfaceCreated(VideoSurfaceTexture videoCallSurface) { in onSurfaceCreated() argument1184 videoCall.setPreviewSurface(videoCallSurface.getSavedSurface()); in onSurfaceCreated()1191 public void onSurfaceReleased(VideoSurfaceTexture videoCallSurface) { in onSurfaceReleased() argument1202 public void onSurfaceDestroyed(VideoSurfaceTexture videoCallSurface) { in onSurfaceDestroyed() argument1219 public void onSurfaceClick(VideoSurfaceTexture videoCallSurface) { in onSurfaceClick() argument1226 public void onSurfaceCreated(VideoSurfaceTexture videoCallSurface) { in onSurfaceCreated() argument1235 videoCall.setDisplaySurface(videoCallSurface.getSavedSurface()); in onSurfaceCreated()1239 public void onSurfaceReleased(VideoSurfaceTexture videoCallSurface) { in onSurfaceReleased() argument1248 public void onSurfaceDestroyed(VideoSurfaceTexture videoCallSurface) {} in onSurfaceDestroyed() argument1251 public void onSurfaceClick(VideoSurfaceTexture videoCallSurface) { in onSurfaceClick() argument