diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-01-30 19:24:30 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-01-30 19:24:30 +0000 |
commit | 91085a11f794bbd84858f429ff1ad30372560e9f (patch) | |
tree | e514fb76a0505214bdb79699293342b5379160e8 /tests/hardware/struct-offset.cpp | |
parent | 79facac0f74a0f35f683fff9213d0bdcbd4d9356 (diff) | |
parent | 875df2a3f4406d17260424db3475192906fabe9d (diff) |
Merge "Camera: add device 3.6 and buffer management APIs"
Diffstat (limited to 'tests/hardware/struct-offset.cpp')
-rw-r--r-- | tests/hardware/struct-offset.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hardware/struct-offset.cpp b/tests/hardware/struct-offset.cpp index f8bb8b8e..0b0f053a 100644 --- a/tests/hardware/struct-offset.cpp +++ b/tests/hardware/struct-offset.cpp @@ -229,6 +229,7 @@ void CheckOffsets(void) { CHECK_MEMBER_AT(camera3_device_ops_t, get_metadata_vendor_tag_ops, 20, 40); CHECK_MEMBER_AT(camera3_device_ops_t, dump, 24, 48); CHECK_MEMBER_AT(camera3_device_ops_t, flush, 28, 56); - CHECK_MEMBER_AT(camera3_device_ops_t, reserved, 32, 64); + CHECK_MEMBER_AT(camera3_device_ops_t, signal_stream_flush, 32, 64); + CHECK_MEMBER_AT(camera3_device_ops_t, reserved, 36, 72); } |