summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/include/TAmPluginTemplate.h
Commit message (Collapse)AuthorAgeFilesLines
* AMUtil: Fix for destroy controller on rundownJens Lorenz2017-09-291-0/+6
| | | | | | | | | On rundown the controller will be unloaded. In case the controller wasn't loaded successfully or the controller doesn't implement the destroy function the rundown of AudioManager crashed. Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* AM: Destroy plugin implementation.Kapildev Patel2017-09-291-0/+34
| | | | | | | With these changes AudioManager would call destroy function of the controller plugin at the time of shutdown. Signed-off-by: Kapildev Patel <kpatel@jp.adit-jv.com>
* utility: Moved TAmPluginTemplate.h to utilitiesGuerra Mattia2016-04-111-0/+91
Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>