Searched refs:surface (Results 1 – 2 of 2) sorted by relevance
145 public void onSurfaceTextureAvailable(final SurfaceTexture surface, final int width, in onSurfaceTextureAvailable() argument147 mSurfaceTexture = surface; in onSurfaceTextureAvailable()152 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed() argument157 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged() argument162 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated() argument
569 public void onSurfacePrepared(CameraCaptureSession session, Surface surface) {570 TLog.i("Surface preparation complete for Surface " + surface);