summaryrefslogtreecommitdiffstats
path: root/cros_gralloc
diff options
context:
space:
mode:
Diffstat (limited to 'cros_gralloc')
-rw-r--r--cros_gralloc/gralloc0/gralloc0.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cros_gralloc/gralloc0/gralloc0.cc b/cros_gralloc/gralloc0/gralloc0.cc
index df1f62c..96593b8 100644
--- a/cros_gralloc/gralloc0/gralloc0.cc
+++ b/cros_gralloc/gralloc0/gralloc0.cc
@@ -423,6 +423,8 @@ struct gralloc0_module HAL_MODULE_INFO_SYM = {
.lockAsync = gralloc0_lock_async,
.unlockAsync = gralloc0_unlock_async,
.lockAsync_ycbcr = gralloc0_lock_async_ycbcr,
+ .validateBufferSize = NULL,
+ .getTransportSize = NULL,
},
.alloc = nullptr,