History log of /frameworks/av/services/radio/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d621ac82e648c8ef395068edb1af2747f49b700a 13-Jan-2017 Mikhail Naganov <mnaganov@google.com> Monitor crashes of audio hal service via linkToDeath

Hwbinder 'linkToDeath' mechanism is used to track abrupt
disappearance of server hal objects due to hal server crash.

Upon hal server crash, notifications can be sent to binder
clients if needed, then the audioserver crashes itself as the
current audio HAL design does not provide an easy way to restore
all the transient objects (devices, streams, effects) in their
pre-crash state.

Bug: 34158778
Test: In binderized mode, kill audio hal server
Change-Id: If9265711edc445984601fcb5c29d2c173a370762
/frameworks/av/services/radio/Android.mk
9dc1747e214a3d4b3c08e8c1f3d7982ef5108162 11-Jan-2017 Mikhail Naganov <mnaganov@google.com> Enable passthrough mode by default for audio, soundtrigger, and radio

Remove ENABLE_TREBLE flag usage for legacy hal fallback.
Introduce new build flag USE_LEGACY_LOCAL_AUDIO_HAL for fallback.

Bug: 32978887
Test: checked "OK Google" (from standby), Hangouts, YouTube,
Play Music, fake radio hal + test app
KI: issues when using equializer and virtualuzer in Play Music

Change-Id: I1c279e622c885f799481f1287e0660ca576fcea0
/frameworks/av/services/radio/Android.mk
475d5837cd0d5cce89b0a43cb1e7939583f3a7a5 21-Nov-2016 Eric Laurent <elaurent@google.com> fix build for HIDL broadcast radio HAL.

Test: make full-eng
Change-Id: I384502539ad60c6a232e3cd9b65ba7fa6ca6ba58
/frameworks/av/services/radio/Android.mk
73e17f219e9ebcf45d6bc471b00b981428a4bc62 21-Nov-2016 Eric Laurent <elaurent@google.com> Revert "Revert "broadcast radio: initial support for HIDL HAL""

This reverts commit 9a24e9127481b222c338dcbecef8394eaf899d51.
/frameworks/av/services/radio/Android.mk
9a24e9127481b222c338dcbecef8394eaf899d51 19-Nov-2016 Eric Laurent <elaurent@google.com> Revert "broadcast radio: initial support for HIDL HAL"

This reverts commit 9347a7710968313b392a5faa61eca9285e68e19c.

Change-Id: I14dede64a24b08c58affd6709d3e8a95f9dbda0c
/frameworks/av/services/radio/Android.mk
9347a7710968313b392a5faa61eca9285e68e19c 04-Nov-2016 Eric Laurent <elaurent@google.com> broadcast radio: initial support for HIDL HAL

Test: make.
Test: run, load HIDL HAL and enumerate modules.

Bug: 31973526.

Change-Id: I74a8f526e9f8c03e4cc07f82dc4a89b05abe3b87
/frameworks/av/services/radio/Android.mk
538ec5e04f389cba637b030757be317fcb8677a8 02-Nov-2016 Marco Nelissen <marcone@google.com> Split libmedia into libmedia and libaudioclient

This makes it so audioserver doesn't need to link against the entire libmedia,
which has dependencies on camera, ICU, OpenGL and other things that aren't
needed for audio.

Test: build/boot

Change-Id: I99ba1a3dc3b33ca9b3abd98e7519dbf228ee62af
/frameworks/av/services/radio/Android.mk
7a987ecdab7e87f916fef28bf991a6183020f1b4 27-Oct-2016 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Remove unneeded links with dynamic libraries"
01d267e3a78e1fa78d27f6d3e745914a5ac56ffa 21-Oct-2016 Eric Laurent <elaurent@google.com> broadcast radio: add wrapper over HAL implementation

Add radio HAL wrapper in radio service to prepare migration to HIDL.

Bug: 31973526
Change-Id: I93fc6f00a2211f7ca425be73090f12b2855c9641
/frameworks/av/services/radio/Android.mk
c661ae6165338fd5f0bca50a63058b4bcd6def4b 25-Oct-2016 Marco Nelissen <marcone@google.com> Remove unneeded links with dynamic libraries

Various media components were linking against dynamic libraries that weren't needed.

Test: built and booted

Change-Id: I7379506fd06d4e28e0eff0001fd073a2d3860f8e
/frameworks/av/services/radio/Android.mk
8fa2697e21c61998f78c346251d2c08f77d720ea 03-Mar-2016 Andy Hung <hunga@google.com> Update audio services for 64 bit compilation

audioserver still runs in 32 bits

Bug: 27479136
Change-Id: I99ac607e4ce006a87abc2a3f838023e00ef78647
/frameworks/av/services/radio/Android.mk
1395874b91ddcd29e36d2bb6b86567f6f2319efc 18-Feb-2016 Aurimas Liutikas <aurimas@google.com> Fix warnigns in frameworks/av/services/radio.

- Fixes a number of "suggest braces around initialization of subobject"
warnings. [-Wmissing-braces]
- Fixes assignment operation.

Bug: 27151636
Change-Id: Id468ff7be4914c04224fd4430ccd128e7f3a89c8
/frameworks/av/services/radio/Android.mk
53810823a6613f54fc0b3c3bc0de267dc1f4e1e5 12-Mar-2015 Eric Laurent <elaurent@google.com> audio routing management for radio

Added radio tuner device connection/disconnection
indication to audio policy manager.

Added documentation and removed unused Module
class member.

Change-Id: I92438c1ff212c4d76f008149554fa89e367fee42
/frameworks/av/services/radio/Android.mk
4e09069a29fc18d0799808cc26f71e9b068e98ad 06-Mar-2015 Eric Laurent <elaurent@google.com> radio service initial implementation

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
/frameworks/av/services/radio/Android.mk