Home
last modified time | relevance | path

Searched defs:videoCallSurface (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
DVideoSurfaceDelegate.java22 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()
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java1170 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()