Searched refs:getSurfaceTexture (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGLES20TextureLayer.java74 SurfaceTexture getSurfaceTexture() { method in class:GLES20TextureLayer
H A DTextureView.java91 * {@link #getSurfaceTexture()} or by using a {@link SurfaceTextureListener}.
621 * true, {@link #getSurfaceTexture()} returns a valid surface texture.
719 public SurfaceTexture getSurfaceTexture() { method in class:TextureView
781 * {@link android.view.TextureView#getSurfaceTexture()}
791 * {@link android.view.TextureView#getSurfaceTexture()}
H A DHardwareRenderer.java2216 return ((GLES20TextureLayer) layer).getSurfaceTexture();
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java75 public SurfaceTexture getSurfaceTexture() { method in class:MyGLSurfaceView
76 return mRenderer.getSurfaceTexture();
345 public SurfaceTexture getSurfaceTexture() { method in class:MyRenderer
H A DNativeMedia.java385 SurfaceTexture st = mMyGLSurfaceView.getSurfaceTexture();
392 Surface surface = new Surface(mMyGLSurfaceView.getSurfaceTexture());
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.h71 sp<IGraphicBufferProducer> getSurfaceTexture();
H A DPlaybackSession.cpp1079 sp<IGraphicBufferProducer> WifiDisplaySource::PlaybackSession::getSurfaceTexture() { function in class:android::WifiDisplaySource::PlaybackSession
H A DWifiDisplaySource.cpp425 ->getSurfaceTexture(),

Completed in 266 milliseconds