summaryrefslogtreecommitdiffstats
path: root/services/audiopolicy/enginedefault/src/Gains.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Force fixed volume for TTS streamEric Laurent2015-09-111-4/+4
| | | | | | | | Always play Transmitted Through Speaker stream at max volume instead of tracking media stream volume. Bug: 23729461. Change-Id: I61021f59617bb851a4cd7da80924e587029e96a3
* audio policy: volume in dBsEric Laurent2015-04-081-11/+19
| | | | | | | | | | Volumes are now stored and exchanged in dBs to be consistent with the volume tables. They are converted if needed when applied to the target gain controller. Change-Id: I916cbb0bbe65c916444b8c65a2bdca9645c58399
* Split ManagerDefault into manager and engineFrançois Gaffie2015-04-011-0/+247
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>