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.h70 sp<IGraphicBufferProducer> getSurfaceTexture();
H A DPlaybackSession.cpp1081 sp<IGraphicBufferProducer> WifiDisplaySource::PlaybackSession::getSurfaceTexture() { function in class:android::WifiDisplaySource::PlaybackSession
H A DWifiDisplaySource.cpp425 ->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
669 * {@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}.
601 * true, {@link #getSurfaceTexture()} returns a valid surface texture.
699 public SurfaceTexture getSurfaceTexture() { method in class:TextureView
770 * {@link android.view.TextureView#getSurfaceTexture()}
780 * {@link android.view.TextureView#getSurfaceTexture()}
/frameworks/base/core/java/android/app/
H A DActivityView.java232 final SurfaceTexture surfaceTexture = mTextureView.getSurfaceTexture();

Completed in 556 milliseconds