History log of /frameworks/base/services/core/jni/BroadcastRadio/BroadcastRadioService.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dffc226e010a96fc78236fadc63c0dea868a7af1 30-Mar-2018 Tomasz Wasilczyk <twasilczyk@google.com> Workaround HAL 1.1 program list fetching limitation by preferring FM.

Bug: 75970985
Test: manual
Change-Id: I842e9b4765c5ec2479950e88b6f33aa2264a9d0b
/frameworks/base/services/core/jni/BroadcastRadio/BroadcastRadioService.cpp
940c6919c86064d136b0837588f531073fabd8c8 07-Mar-2018 Tomasz Wasilczyk <twasilczyk@google.com> Fix basic broadcastradio HAL 1.1/2.0 functionality.

This change fixes a few minor gaps preventing the reference radio app
from accessing HAL 1.1 and 2.0 devices:
- createAmFmSelector not detecting the radio band
- don't allow configuration-dependant operations before the configuration
is applied
- allow the initial configuration to be auto-selected

Bug: 74353024
Test: manual
Change-Id: If47872c1bf4cf57c6c39715218d90df9701c372d
/frameworks/base/services/core/jni/BroadcastRadio/BroadcastRadioService.cpp
e6a72cce0befe1f202f03fe38e0fe291d7fbf5d5 08-Feb-2018 Tomasz Wasilczyk <twasilczyk@google.com> Remove broadcastradio HAL 1.2 support from the framework.

Bug: 62945293
Test: it boots
Change-Id: I7f434ed7ef07d0cf9afa93c17e78f2bf80f43b36
/frameworks/base/services/core/jni/BroadcastRadio/BroadcastRadioService.cpp
3b4465e65688f899f2eecf5701cda044a3104523 15-Jan-2018 Tomasz Wasilczyk <twasilczyk@google.com> Finish broadcast radio HAL 2.0 radio service.

Instrumentation tests are now passing.

Bug: 69958777
Test: instrumentation
Change-Id: I0cabd6bf4565fc51208fddd18fb6f42337755382
/frameworks/base/services/core/jni/BroadcastRadio/BroadcastRadioService.cpp
df01326ba0dbc6bdb6dbc43c3b1ea7b1e4973e20 13-Dec-2017 Tomasz Wasilczyk <twasilczyk@google.com> Move HAL 1.x related service to its own directory.

Bug: 69958777
Test: instrumentation
Change-Id: I4739568d9b1f32db7eebb7448f24f177ba2fc831
/frameworks/base/services/core/jni/BroadcastRadio/BroadcastRadioService.cpp
8e67a33fec8741b8483a5a07f5f6a83cf5b5edfd 04-Dec-2017 Tomasz Wasilczyk <twasilczyk@google.com> Split internal common utils library to 1.x and 2.x.

Test: VTS
Bug: 69958777
Change-Id: I117ea4c5007f9187bffaefe4f68b142dd5f3e21b
/frameworks/base/services/core/jni/BroadcastRadio/BroadcastRadioService.cpp
20eef7d0e8ae6a22825d9760e7eb82b1386668ce 14-Sep-2017 Tomasz Wasilczyk <twasilczyk@google.com> Branch out Broadcast Radio 1.2 HAL.

Bug: 62945293
Change-Id: I2b0de6ca6b6373b38879cd30a2a26f16e05edc46
Fixes: 64115813
Test: instrumentation, VTS
/frameworks/base/services/core/jni/BroadcastRadio/BroadcastRadioService.cpp
e3e8f90c74a4ed4a4463205d2f36ae5f9bc03ea4 26-Jul-2017 Tomasz Wasilczyk <twasilczyk@google.com> Broadcast Radio service cleanup.

This includes:
- switch to standard C++ threads/mutexes
- use ALOGV with __func__ instead of typing function name
- update header locations

Bug: b/36864090
Test: instrumentalization
Change-Id: I642ae41a331269a2c19f857faa9da1b476c3b236
/frameworks/base/services/core/jni/BroadcastRadio/BroadcastRadioService.cpp
6b4b646d9c0fa42973a429dbe78c8919a2772961 19-Jul-2017 Tomasz Wasilczyk <twasilczyk@google.com> Rename (FM) Radio to Broadcast Radio to avoid confusion with (GSM) Radio.

Bug: b/63405337
Test: instrumentation

Change-Id: I33c3e450602e521b77b6167f9866278980f17743
/frameworks/base/services/core/jni/BroadcastRadio/BroadcastRadioService.cpp