diff options
author | Jamie Gennis <jgennis@google.com> | 2011-03-14 15:08:53 -0700 |
---|---|---|
committer | Jamie Gennis <jgennis@google.com> | 2011-03-14 17:47:11 -0700 |
commit | f95a9f019daa0631e6d6ddc826ad9cfe787c42ce (patch) | |
tree | 8e2998c5efebb67a007cfcbe7f2e110d97abbf92 /include/gui | |
parent | c4ca7c511499693f13622b135637f600ec913e57 (diff) | |
download | frameworks_base-f95a9f019daa0631e6d6ddc826ad9cfe787c42ce.zip frameworks_base-f95a9f019daa0631e6d6ddc826ad9cfe787c42ce.tar.gz frameworks_base-f95a9f019daa0631e6d6ddc826ad9cfe787c42ce.tar.bz2 |
SurfaceTextureClient: Add ISurfaceTexture getter.
This change adds a getter method to SurfaceTextureClient to get the
ISurfaceTexture object with which the SurfaceTextureClient is
communicating.
Bug: 4086509
Change-Id: Ifec621e0fe5392a5be56b2348fdc54067cbebcdd
Diffstat (limited to 'include/gui')
-rw-r--r-- | include/gui/SurfaceTextureClient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gui/SurfaceTextureClient.h b/include/gui/SurfaceTextureClient.h index 4cdece9..7992105 100644 --- a/include/gui/SurfaceTextureClient.h +++ b/include/gui/SurfaceTextureClient.h @@ -33,6 +33,8 @@ class SurfaceTextureClient public: SurfaceTextureClient(const sp<ISurfaceTexture>& surfaceTexture); + sp<ISurfaceTexture> getISurfaceTexture() const; + private: // can't be copied |