Searched refs:getSurfaceTexture (Results 1 - 10 of 10) 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.java606 public SurfaceTexture getSurfaceTexture() { method in class:SurfaceTextureRenderer
667 * {@link #getSurfaceTexture()} into the set of target {@link Surface}s
/frameworks/base/core/java/android/view/
H A DTextureView.java90 * {@link #getSurfaceTexture()} or by using a {@link SurfaceTextureListener}.
599 * true, {@link #getSurfaceTexture()} returns a valid surface texture.
697 public SurfaceTexture getSurfaceTexture() { method in class:TextureView
786 * {@link android.view.TextureView#getSurfaceTexture()}
796 * {@link android.view.TextureView#getSurfaceTexture()}
/frameworks/base/core/java/android/app/
H A DActivityView.java245 final SurfaceTexture surfaceTexture = mTextureView.getSurfaceTexture();

Completed in 104 milliseconds