summaryrefslogtreecommitdiffstats
path: root/include/ui
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-11-03 03:06:55 +0000
committerEthan Chen <intervigil@gmail.com>2015-10-15 11:35:09 -0700
commite3fc10fbb7bba6e92205c2758743482c6bdeeb00 (patch)
tree1e95a9e434fe9bf60d23bbbbb0f7e79a60d3ee67 /include/ui
parent3141dc73b6865e8931f4a622b5eaa0a81e7a0f1d (diff)
downloadframeworks_native-e3fc10fbb7bba6e92205c2758743482c6bdeeb00.zip
frameworks_native-e3fc10fbb7bba6e92205c2758743482c6bdeeb00.tar.gz
frameworks_native-e3fc10fbb7bba6e92205c2758743482c6bdeeb00.tar.bz2
exynos4: getphys implementation on buffermanager for samsung omx
Change-Id: I73d9633e1a7b3316ede28dd1369f8f069609cbb0
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/GraphicBufferMapper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ui/GraphicBufferMapper.h b/include/ui/GraphicBufferMapper.h
index 6099548..9900624 100644
--- a/include/ui/GraphicBufferMapper.h
+++ b/include/ui/GraphicBufferMapper.h
@@ -59,6 +59,10 @@ public:
status_t unlockAsync(buffer_handle_t handle, int *fenceFd);
+#ifdef EXYNOS4_ENHANCEMENTS
+ status_t getphys(buffer_handle_t handle, void** paddr);
+#endif
+
// dumps information about the mapping of this handle
void dump(buffer_handle_t handle);