summaryrefslogtreecommitdiffstats
path: root/fmradio
Commit message (Collapse)AuthorAgeFilesLines
* Correct executable bit for source filesKenny Root2013-04-133-0/+0
| | | | | | | | | | Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5 Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org>
* FM Radio: avoid deadlock when disabling RDSGrigori Goronzy2013-03-051-0/+3
| | | | | | | | | | | When RDS is being configured, the session mutex is hold. However, when it is being disabled, RDS callbacks might still fire, and these also try to hold the mutex, leading to a deadlock. Temporary unlock the mutex while the vendor library is called to work around. Change-Id: Ic9751c7185fd8de4a7510225f54d23a22f042321
* FM Radio: do not try to change thread priorityGrigori Goronzy2013-02-262-6/+0
| | | | | | | | | The FM Radio services try to change the current thread when instantiated, for unknown reason. This actually ends up changing the priority of SystemServer's main thread. Probably a bad idea. This is the cause of the various glitch fallout after the FM Radio merges. Change-Id: I292aff3380c717ff1bc7d45f6303c0d330ef642d
* FM Radio: Add support for FM Radio in AndroidAnurag Gupta2013-02-0928-0/+10962
Creating interface and framework for using FM Radio RX and TX from different vendors. Signed-off-by: Christian Bejram <christian.bejram@stericsson.com> Change-Id: I1a71aed01bfffdddfabf1cdfbfa3707cb1ed016b Conflicts: core/java/android/app/ContextImpl.java