Snap for 5537534 from 9f7bb6637f6b8ffd8f0ae542f9e7481875a8281b to qt-aml-release

Change-Id: Iec544ee1c65e9be37bcad403dc143418b92d9163
diff --git a/include/Android/hardware/gralloc.h b/include/Android/hardware/gralloc.h
index 8446ba4..013e86a 100644
--- a/include/Android/hardware/gralloc.h
+++ b/include/Android/hardware/gralloc.h
@@ -42,5 +42,8 @@
     int (*unlockAsync)(gralloc_module_t const*, buffer_handle_t, int*);
     int (*lockAsync_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int,
                            android_ycbcr*, int);
-    void* reserved_proc[3];
+    int32_t (*getTransportSize)(gralloc_module_t const*, buffer_handle_t, uint32_t, uint32_t);
+    int32_t (*validateBufferSize)(gralloc_module_t const*, buffer_handle_t, uint32_t, uint32_t, int32_t, int, uint32_t);
+
+    void* reserved_proc[1];
 };