Searched defs:getSurfaceTexture (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGLES20TextureLayer.java69 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.
711 public SurfaceTexture getSurfaceTexture() { method in class:TextureView
773 * {@link android.view.TextureView#getSurfaceTexture()}
783 * {@link android.view.TextureView#getSurfaceTexture()}
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoInline.java57 SurfaceTexture surfaceTexture = getSurfaceTexture(getVideoLayerId());
85 public static SurfaceTexture getSurfaceTexture(int videoLayerId) { method in class:HTML5VideoInline
/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
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp960 sp<IGraphicBufferProducer> WifiDisplaySource::PlaybackSession::getSurfaceTexture() { function in class:android::WifiDisplaySource::PlaybackSession

Completed in 407 milliseconds