Searched defs:videoCallSurface (Results 1 – 2 of 2) sorted by relevance
22 void onSurfaceCreated(VideoSurfaceTexture videoCallSurface); in onSurfaceCreated()24 void onSurfaceReleased(VideoSurfaceTexture videoCallSurface); in onSurfaceReleased()26 void onSurfaceDestroyed(VideoSurfaceTexture videoCallSurface); in onSurfaceDestroyed()28 void onSurfaceClick(VideoSurfaceTexture videoCallSurface); in onSurfaceClick()
1170 public void onSurfaceCreated(VideoSurfaceTexture videoCallSurface) { in onSurfaceCreated()1191 public void onSurfaceReleased(VideoSurfaceTexture videoCallSurface) { in onSurfaceReleased()1202 public void onSurfaceDestroyed(VideoSurfaceTexture videoCallSurface) { in onSurfaceDestroyed()1219 public void onSurfaceClick(VideoSurfaceTexture videoCallSurface) { in onSurfaceClick()1226 public void onSurfaceCreated(VideoSurfaceTexture videoCallSurface) { in onSurfaceCreated()1239 public void onSurfaceReleased(VideoSurfaceTexture videoCallSurface) { in onSurfaceReleased()1248 public void onSurfaceDestroyed(VideoSurfaceTexture videoCallSurface) {} in onSurfaceDestroyed()1251 public void onSurfaceClick(VideoSurfaceTexture videoCallSurface) { in onSurfaceClick()