diff options
author | Rachad <rachad@google.com> | 2014-08-09 04:56:09 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-09 00:45:27 +0000 |
commit | 7d1cd4aae2aa42172abdff00ec1601248cf92b02 (patch) | |
tree | c17543556d49616a43409232fdd0cae74282227d /include/gui/Surface.h | |
parent | 45e2fc22261cb8ecac4901b4425bcb7352c71174 (diff) | |
parent | 7cb0d39016ff8061fe9fc2967870c145a6ffa2ac (diff) | |
download | frameworks_native-7d1cd4aae2aa42172abdff00ec1601248cf92b02.zip frameworks_native-7d1cd4aae2aa42172abdff00ec1601248cf92b02.tar.gz frameworks_native-7d1cd4aae2aa42172abdff00ec1601248cf92b02.tar.bz2 |
Merge "Tunneled Video Playback support" into lmp-dev
Diffstat (limited to 'include/gui/Surface.h')
-rw-r--r-- | include/gui/Surface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/Surface.h b/include/gui/Surface.h index 35ab7f6..f2cf018 100644 --- a/include/gui/Surface.h +++ b/include/gui/Surface.h @@ -145,6 +145,7 @@ private: int dispatchSetUsage(va_list args); int dispatchLock(va_list args); int dispatchUnlockAndPost(va_list args); + int dispatchSetSidebandStream(va_list args); protected: virtual int dequeueBuffer(ANativeWindowBuffer** buffer, int* fenceFd); |