summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-05-07 03:09:39 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-05-07 03:09:39 +0000
commit5c307c493f807f509e74f17ef296db606477df77 (patch)
treeb9e17afcf31e1fcf292ac54bfe1a00019a026015
parenta3373440d335470103898acb8f9a3d097d768f94 (diff)
parentc2747e72f9f7d73a406258bfb57936734829f25d (diff)
downloadhikey-5c307c493f807f509e74f17ef296db606477df77.tar.gz
Snap for 5537346 from c2747e72f9f7d73a406258bfb57936734829f25d to qt-release
Change-Id: Icb3c94501b91bf403d9a7eba97102c60832141a1
-rw-r--r--gralloc/gralloc_module.cpp2
-rw-r--r--gralloc960/mali_gralloc_module.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/gralloc/gralloc_module.cpp b/gralloc/gralloc_module.cpp
index 4937b596..69054780 100644
--- a/gralloc/gralloc_module.cpp
+++ b/gralloc/gralloc_module.cpp
@@ -529,6 +529,8 @@ private_module_t::private_module_t()
base.unlock = gralloc_unlock;
base.perform = NULL;
base.lock_ycbcr = gralloc_lock_ycbcr;
+ base.getTransportSize = NULL;
+ base.validateBufferSize = NULL;
#if defined(GRALLOC_MODULE_API_VERSION_0_3)
base.lockAsync = gralloc_lock_async;
base.unlockAsync = gralloc_unlock_async;
diff --git a/gralloc960/mali_gralloc_module.cpp b/gralloc960/mali_gralloc_module.cpp
index 39563518..96f79431 100644
--- a/gralloc960/mali_gralloc_module.cpp
+++ b/gralloc960/mali_gralloc_module.cpp
@@ -166,6 +166,8 @@ private_module_t::private_module_t()
base.lockAsync_ycbcr = gralloc_lock_ycbcr_async;
base.unlockAsync = gralloc_unlock_async;
base.perform = NULL;
+ base.getTransportSize = NULL;
+ base.validateBufferSize = NULL;
INIT_ZERO(base.reserved_proc);
#endif