commit | fba380a0b2c62684ce4272a05165965bae29d6a1 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Thu Dec 15 15:46:46 2011 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Thu Dec 15 15:55:51 2011 -0800 |
tree | d0a89a2c45aa09a838c5f93108a3be8f5a80d4e5 | |
parent | eebeceec684a36222b4559e3157b0db04c0a67ed [diff] |
setActiveTrack and setBufferProvider can't fail Return void, not status_t, from setActiveTrack and setBufferProvider. These methods returned status_t, but the callers never checked the return value. Since these aren't externally visible APIs, they now return void, and assert on bad input parameters. Change-Id: I530ed29484596ae41e8659826ca425149c51c2a1