History log of /frameworks/base/core/java/android/hardware/radio/RadioModule.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d44b2ea109d3039f2aeba237f86d0db51c3ba648 08-Mar-2017 Tomasz Wasilczyk <twasilczyk@google.com> Add getProgramList call to the broadcast radio API.

Test: manual test of existing API, no tests for the new one.
Bug: b/34054813
Change-Id: I7fd8c89d1eb9685856a72c9234df6569d20cc2d4
/frameworks/base/core/java/android/hardware/radio/RadioModule.java
7058e4ca585a06462a495d021d61e1fd27f85cd2 08-Oct-2015 Sanket Agarwal <sanketa@google.com> Radio features for Automotive usecase.

1. Add clock to metadata - If the CAR does not have a clock (no network
or bad clock) then Radio RDS could be used as a proxy.
2. Add support for emergency announcement - If the CAR wants to make an
emergency announcement.
2.1 Add support for callbacks.

Bug: b/24807501
Bug: b/22701655

Change-Id: Ib3131de03a022181559fd31da6701d9d3fa8698d
(cherry picked from commit 659688a129189f2a9aa353ddf9e107d5f293c4ca)
/frameworks/base/core/java/android/hardware/radio/RadioModule.java
2035ac85f61b0e7fa384d52fcfa99766424c122c 06-Mar-2015 Eric Laurent <elaurent@google.com> broadcast radio API

Initial implementation of system APIs for broadcast
radio framework. Added manager and interfaces to control
a broadcast radio function exposed by the radio HAL.

- RadioManager: contains data structures and definitions as well as
top level API for feature discovery and tuner interface instantiation.
- RadioTuner: interface to control a broadcast radio tuner.
- RadioModule: framework component implementing the RadioTuner interface
and controlling a HW radio module via the radio HAL.
- RadioMetadata: representation of radio meta data (Station name, PTY,
song title, artwork, etc...) communicated by the framework to the client.

Change-Id: Iee42a185c694503e25f0b2dcfa417d88f5e9549b
/frameworks/base/core/java/android/hardware/radio/RadioModule.java