From 6d37e6ac6d84e83416478f89bcf0d2c777409fe3 Mon Sep 17 00:00:00 2001 From: Greg Hackmann Date: Thu, 24 Jul 2014 13:27:07 -0700 Subject: update struct-offset.cpp test for hwc 1.4 Change-Id: I882a1741ad473492d4acc58918a54d944ac382c3 Signed-off-by: Greg Hackmann --- tests/hardware/struct-offset.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/hardware/struct-offset.cpp b/tests/hardware/struct-offset.cpp index 2354408..a7ff797 100644 --- a/tests/hardware/struct-offset.cpp +++ b/tests/hardware/struct-offset.cpp @@ -169,7 +169,8 @@ void CheckOffsets(void) { CHECK_MEMBER_AT(hwc_composer_device_1_t, getDisplayAttributes, 96, 184); CHECK_MEMBER_AT(hwc_composer_device_1_t, getActiveConfig, 100, 192); CHECK_MEMBER_AT(hwc_composer_device_1_t, setActiveConfig, 104, 200); - CHECK_MEMBER_AT(hwc_composer_device_1_t, reserved_proc, 108, 208); + CHECK_MEMBER_AT(hwc_composer_device_1_t, setCursorPositionAsync, 108, 208); + CHECK_MEMBER_AT(hwc_composer_device_1_t, reserved_proc, 112, 216); //Types defined in gralloc.h CHECK_MEMBER_AT(gralloc_module_t, common, 0, 0); -- cgit v1.1