summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul McLean <pmclean@google.com>2014-07-15 23:07:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-15 20:39:52 +0000
commitf899cc1c93c25a7f974deda8d73d81b03243c25f (patch)
tree4d83b80fe747f6c2c9453f0d01dd8f492877b77f /tests
parent2cd18a8715589fbabd23b7e976f6f94e65e54f30 (diff)
parent497abe3d9983bd0d1122b99a29a4c290c48245e6 (diff)
downloadhardware_libhardware-f899cc1c93c25a7f974deda8d73d81b03243c25f.zip
hardware_libhardware-f899cc1c93c25a7f974deda8d73d81b03243c25f.tar.gz
hardware_libhardware-f899cc1c93c25a7f974deda8d73d81b03243c25f.tar.bz2
Merge "Added enumeration of legitimate sample rates for input and output." into lmp-dev
Diffstat (limited to 'tests')
-rw-r--r--tests/hardware/struct-offset.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/hardware/struct-offset.cpp b/tests/hardware/struct-offset.cpp
index 8e5aa40..2354408 100644
--- a/tests/hardware/struct-offset.cpp
+++ b/tests/hardware/struct-offset.cpp
@@ -167,7 +167,9 @@ void CheckOffsets(void) {
CHECK_MEMBER_AT(hwc_composer_device_1_t, dump, 88, 168);
CHECK_MEMBER_AT(hwc_composer_device_1_t, getDisplayConfigs, 92, 176);
CHECK_MEMBER_AT(hwc_composer_device_1_t, getDisplayAttributes, 96, 184);
- CHECK_MEMBER_AT(hwc_composer_device_1_t, reserved_proc, 100, 192);
+ 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);
//Types defined in gralloc.h
CHECK_MEMBER_AT(gralloc_module_t, common, 0, 0);