summaryrefslogtreecommitdiff
path: root/tests/hardware/struct-offset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hardware/struct-offset.cpp')
-rw-r--r--tests/hardware/struct-offset.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/hardware/struct-offset.cpp b/tests/hardware/struct-offset.cpp
index 82411ada..0cf145a1 100644
--- a/tests/hardware/struct-offset.cpp
+++ b/tests/hardware/struct-offset.cpp
@@ -185,9 +185,7 @@ void CheckOffsets(void) {
CHECK_MEMBER_AT(gralloc_module_t, lockAsync, 152, 296);
CHECK_MEMBER_AT(gralloc_module_t, unlockAsync, 156, 304);
CHECK_MEMBER_AT(gralloc_module_t, lockAsync_ycbcr, 160, 312);
- CHECK_MEMBER_AT(gralloc_module_t, getTransportSize, 164, 320);
- CHECK_MEMBER_AT(gralloc_module_t, validateBufferSize, 168, 328);
- CHECK_MEMBER_AT(gralloc_module_t, reserved_proc, 172, 336);
+ CHECK_MEMBER_AT(gralloc_module_t, reserved_proc, 164, 320);
CHECK_MEMBER_AT(alloc_device_t, common, 0, 0);
CHECK_MEMBER_AT(alloc_device_t, alloc, 64, 120);