summaryrefslogtreecommitdiffstats
path: root/services/audiopolicy/enginedefault/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* audiopolicy: Set sane defaults for QC audio featuresSteve Kondik2015-12-161-1/+1
| | | | Change-Id: If91536d2be0165c90effccdfa2b92722223eb905
* audiopolicy: port existing fixes to AudioPolicyManagerSatya Krishna Pindiproli2015-10-061-0/+5
| | | | | | | | | | | | | | | | | | This is a squashed commit of the following fixes in AudioPolicyManager. Only some parts of the fixes have been ported as the custom audio policy has the other required changes. audiopolicy: Fix MT call delay Change-Id: I790479eaad9d2d6fd4204cc4cb7698761c30f7cf audiopolicy: support extended feature in audiopolicymanager Change-Id: I1925339b591cd29f11a71c287a2e53c0627e9e62 audiopolicy: additional change for extended feature Change-Id: I9bad6a294ddd7aee72f6f6a314666b892b730c8e Change-Id: I7738d4b0ac11ee6d93bfd67e2553eae8518ff719
* Kill a new user of stlport.Dan Albert2015-05-071-2/+0
| | | | | | Bug: http://b/15193147 Change-Id: I20d21a040f0c2c6c291053fe02fdf82e33ed56a0 (cherry picked from commit 1b5a73358b72b8ff1bee05cc44d94b47b73ede44)
* Split ManagerDefault into manager and engineFrançois Gaffie2015-04-011-0/+48
This patch defines an interface for a new component: policy engine. The APIs found under this interface are the one we may want to customize and to configure easily. This patch also split the current manager code into manager and engine to provide a default version of the policy engine. Change-Id: I97cf59760b53d248fe9efe466ae5e73bd7e5cc06 Signed-off-by: François Gaffie <francois.gaffie@intel.com>