summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2014-07-24 13:27:07 -0700
committerGreg Hackmann <ghackmann@google.com>2014-07-24 13:27:07 -0700
commit6d37e6ac6d84e83416478f89bcf0d2c777409fe3 (patch)
tree364b8a9d409c7e881f136bd0a7c4ee15a64e03db /tests
parent4e6b19fd484de88eb65081ded5156a74a334e972 (diff)
downloadhardware_libhardware-6d37e6ac6d84e83416478f89bcf0d2c777409fe3.zip
hardware_libhardware-6d37e6ac6d84e83416478f89bcf0d2c777409fe3.tar.gz
hardware_libhardware-6d37e6ac6d84e83416478f89bcf0d2c777409fe3.tar.bz2
update struct-offset.cpp test for hwc 1.4
Change-Id: I882a1741ad473492d4acc58918a54d944ac382c3 Signed-off-by: Greg Hackmann <ghackmann@google.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/hardware/struct-offset.cpp3
1 files changed, 2 insertions, 1 deletions
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);