summaryrefslogtreecommitdiffstats
path: root/libfm_jni
Commit message (Collapse)AuthorAgeFilesLines
* libfm_jni: Add support for internal antenna hardwareAdrianDC2016-01-072-0/+8
| | | | | | | | * Devices defining the hw.fm.internal_antenna property will switch to internal antenna to allow proper FM receival Change-Id: I3dabccb27dee8110def3b6c46bbb61252a6e3267 Signed-off-by: AdrianDC <radian.dc@gmail.com>
* libfm_jni: Use correct QCOM HW flagLuca Stefani2015-12-021-1/+1
| | | | | | BOARD_USES_QCOM_HARDWARE is common flag for QCOM devices Change-Id: Ie5c784288ebdecf00220fe0196ba3fdd2752a1f9
* libfm_jni: Do not come here unless QCOM_HARDWARE is in useRicardo Cerqueira2015-12-021-0/+3
| | | | | | This and the non-QCOM (Google) FM app are mutually exclusive Change-Id: I41f33b6d21b56a46588d696ec286ffa2d45f1f0c
* libfm_jni: Skip loading FM firmware if requestedRicardo Cerqueira2015-11-222-0/+17
| | | | | | | | | | Not all boards require a firmware download for FM. Set TARGET_QCOM_NO_FM_FIRMWARE if the device doesn't require a fw image to run FM. Adapted for libfm_jni by Sultan Qasim Khan. Change-Id: I31fee137a59256c2b2907b5ff7212327299a9646
* jni: fix calibration data path for legacy fm_qsoc_patchesKonsta2015-11-182-0/+8
| | | | | | * Set 'TARGET_FM_LEGACY_PATCHLOADER := true' to enable. Change-Id: Ibfa83ba549b36ad5f93bacf310459bdb0ce33987
* FM: Resolve KW issues.Mahesh Kumar Sharma2015-08-141-4/+6
| | | | | | Use more safe snprintf and thread safe strtok_r. Change-Id: I7ae8d94c7ab1e1c7e3b6a3b4b0dce703f9dcddce
* FM: Fix the issue with patchdownloaderVenkateshwarlu Domakonda2015-07-273-22/+32
| | | | | | | | - Avoid patchdownloader for Silabs based targets. - Make changes to treat only negative return values as errors. - Change the calibration data path. Change-Id: I611d5f6d64734e2a3a41456bb18b1e612862e0ed
* libfmjni: Implement hal layerVenkateshwarlu Domakonda2015-04-0913-0/+5205
Implement HAL layer that can be plugged in with Android FM APP to get fm functionalities. Change-Id: Id16d37a320fdbacb505ba7ecc431622db17bd4d7