commit | f645c5e629147628957cb8d66ce3405f242fd2e9 | [log] [tgz] |
---|---|---|
author | Stewart Miles <smiles@google.com> | Thu May 01 09:03:27 2014 -0700 |
committer | Stewart Miles <smiles@google.com> | Tue May 13 12:15:40 2014 -0700 |
tree | e4971695f555b8d9265c65405126a1b41bbff8cd | |
parent | b253bcc44a987b81e427e08a722b3daad5990726 [diff] |
Implemented accessors for derived submix HAL objects. This change cleans up casting from contained to container structures. Such that if.. struct child { struct parent; int child_data; }; is changed to... struct child { int child_data; struct parent; }; functions that cast from "parent" to "child" will continue to function correctly. Change-Id: I88d70930d4d4df2e291239e562971b07d8b92f94