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

/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.h73 sp<IGraphicBufferProducer> getSurfaceTexture();
H A DPlaybackSession.cpp1090 sp<IGraphicBufferProducer> WifiDisplaySource::PlaybackSession::getSurfaceTexture() { function in class:android::WifiDisplaySource::PlaybackSession
H A DWifiDisplaySource.cpp431 ->getSurfaceTexture(),
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHardwareCanvasTextureViewActivity.java79 mSurface = new Surface(mView.getSurfaceTexture());
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DGLThreadManager.java241 return mTextureRenderer.getSurfaceTexture();
H A DSurfaceTextureRenderer.java643 public SurfaceTexture getSurfaceTexture() { method in class:SurfaceTextureRenderer
707 * {@link #getSurfaceTexture()} into the set of target {@link Surface}s
/frameworks/base/core/java/android/view/
H A DTextureView.java92 * {@link #getSurfaceTexture()} or by using a {@link SurfaceTextureListener}.
618 * true, {@link #getSurfaceTexture()} returns a valid surface texture.
716 public SurfaceTexture getSurfaceTexture() { method in class:TextureView
807 * {@link android.view.TextureView#getSurfaceTexture()}
817 * {@link android.view.TextureView#getSurfaceTexture()}

Completed in 532 milliseconds