Searched defs:getSurface (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/burst/
H A DSurfaceTextureContainer.java41 public Surface getSurface() { method in class:SurfaceTextureContainer
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DImageReaderProxy.java65 * @See {@link ImageReader#getSurface}.
68 public Surface getSurface(); method in interface:ImageReaderProxy
H A DForwardingImageReader.java54 public Surface getSurface() { method in class:ForwardingImageReader
55 return mDelegate.getSurface();
H A DAndroidImageReaderProxy.java107 public Surface getSurface() { method in class:AndroidImageReaderProxy
109 return mDelegate.getSurface();
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DVideoCallFragment.java360 public Surface getSurface() { method in class:VideoCallFragment.VideoCallSurface
639 boolean ret = sDisplaySurface != null && sDisplaySurface.getSurface() != null;
649 boolean ret = sPreviewSurface != null && sPreviewSurface.getSurface() != null;
660 return sDisplaySurface == null ? null : sDisplaySurface.getSurface();
669 return sPreviewSurface == null ? null : sPreviewSurface.getSurface();
/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/
H A DMpegTsPlayer.java178 public Surface getSurface() { method in class:MpegTsPlayer

Completed in 236 milliseconds