summaryrefslogtreecommitdiffstats
path: root/services/radio
Commit message (Collapse)AuthorAgeFilesLines
* RadioService: fix error handling in attach().Eric Laurent2015-04-231-4/+3
| | | | | | Fix typo causing tuner open error to be ignored. Change-Id: I10735f0cf6ae64ff9c4efa2eb4b20d94d3597ae5
* audio routing management for radioEric Laurent2015-03-193-42/+101
| | | | | | | | | | Added radio tuner device connection/disconnection indication to audio policy manager. Added documentation and removed unused Module class member. Change-Id: I92438c1ff212c4d76f008149554fa89e367fee42
* radio service initial implementationEric Laurent2015-03-104-0/+1314
First implementation of broadcast radio service. This native service runs in mediaserver process and controls broadcast radio hardware modules. There is one ihardware module per broadcast radio class. The service allows serveral clients to control tuners on hardware modules and manages resource conflicts. Change-Id: I21469a084c7ccd65042b8ac5f724d060044c45ab