Home
last modified time | relevance | path

Searched refs:createRemoteVideoSurfaceTexture (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/
DVideoSurfaceBindings.java31 public static VideoSurfaceTexture createRemoteVideoSurfaceTexture(boolean isPixel2017) { in createRemoteVideoSurfaceTexture() method in VideoSurfaceBindings
/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java1892 remoteVideoSurfaceTexture = VideoSurfaceBindings.createRemoteVideoSurfaceTexture(isPixel2017); in getRemoteVideoSurfaceTexture()