| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|