commit | 542a11b42b294cfd1fcebc88c8ea37b21b207085 | [log] [tgz] |
---|---|---|
author | Connor O'Brien <connoro@google.com> | Mon Dec 19 15:55:12 2016 -0800 |
committer | Connor O'Brien <connoro@google.com> | Mon Dec 19 16:23:42 2016 -0800 |
tree | 481a095ae6ad3ca864a30cee120d76059d867b48 | |
parent | fcbb5d22139d89532180f472920fbe462f941195 [diff] |
Remove length arg from transmit() in IR HAL The length argument is not necessary since the pattern is passed to transmit() as a hidl_vec, so remove it. Test: Built and called new transmit() function. Change-Id: I4bee4557c2cca6562a43df5e22a7d6b846f20bb4 Signed-off-by: Connor O'Brien <connoro@google.com>