summaryrefslogtreecommitdiffstats
path: root/radio/Radio.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Radio: get service by value.Eric Laurent2016-09-271-3/+3
| | | | | | | | | | Get strong pointer to service interface by value and not reference to prevent race conditions where the service pointer can be cleared by another thread while in use. Bug: 30907212 Change-Id: Iae838b3b672562c1d0cd63968399a6bfdda7f5ab (cherry picked from commit 28a0e9ec74e5192aacffb279c80619ef284062b0)
* radio clientEric Laurent2015-03-101-0/+283
Added implementation of native broadcast radio client class and callback. Change-Id: I82478448e32a5b9be5165e7eb53b99b6289884ed