commit | 20dce0887813c368ac5b1a3e311cdecad3800163 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Thu Sep 22 19:39:13 2016 -0700 |
committer | Andreas Huber <andih@google.com> | Tue Sep 27 10:02:39 2016 -0700 |
tree | f236527eb0507d3b58efc6f9b7df4a554596f8ae | |
parent | b42ce26957ca37b5db9c49f54dfc7bdf83fcb14f [diff] |
Introduces hidl_array<T, SIZE ...>, a flat, possibly multi-dimensional array that behaves just like a native array but can be copied and could be guarded against range violations in the future. Change-Id: Ib0291be9c9fdd0f24ee8517d358e91db69c8e18b Bug: 31682327 Test: hidl_test, hidl_java_test