Skip to content
Snippets Groups Projects
Commit 48fa5169 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5537346 from 9b04e0a9 to qt-release

Change-Id: Ie504e9bd8fe9a635781732ef90ccc6b3dd4d6c37
parents 90a8b77b 9b04e0a9
No related branches found
No related tags found
No related merge requests found
...@@ -42,5 +42,8 @@ struct gralloc_module_t { ...@@ -42,5 +42,8 @@ struct gralloc_module_t {
int (*unlockAsync)(gralloc_module_t const*, buffer_handle_t, int*); 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, int (*lockAsync_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int,
android_ycbcr*, 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];
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment