summaryrefslogtreecommitdiffstats
path: root/services/audiopolicy/common/managerdefinitions/include/audio_policy_conf.h
Commit message (Collapse)AuthorAgeFilesLines
* Updates to AudioPolicyManager refactorJean-Michel Trivi2015-04-011-3/+4
| | | | | | | | | | | | | | | | Use protected access in AudioPolicyManager class for - engine field - querying phone state - isStrategyActive Fix inclusion of AudioPolicyManagerInterface header. Use "APM_" prefix in audio policy conf parsing code to avoid naming conflicts with some HALs. DeviceDescriptor and its collection class are good friends now. Change-Id: I236d62a2b8a4b6bf68dd515932650b912577c145
* Split ManagerDefault into Manager and ManagerDefinitionsFrançois Gaffie2015-04-011-0/+70
This patch splits the managerdefault into a manager and a manager defintion library that contains all pillar elements of a policy manager. It renames the file with the name of the main class they contains. It splits the AudioPort into AudioPort and AudioPatch. Change-Id: I992cf0b8aed895805cc003ba0980d2c9e92c985b Signed-off-by: François Gaffie <francois.gaffie@intel.com>