summaryrefslogtreecommitdiffstats
path: root/libfm_jni/ConfigFmThs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libfm_jni: Improve and fix FM jni logsAdrianDC2016-01-221-1/+3
| | | | | | | | | | | | | | * Log cur_fm_state as Debug instead of Error * Log successful and state logs as Debug and Info instead of Error * Log step by step firmware download as Info and Debug * Fix logging of the is_rds_support * Add __func__ name for the cur_fm_state logs * Add a cur_fm_state log for Stop_Scan_Seek * Add missing LOG_TAG for all sources using ALOG* * Avoid double log on error in IsRdsSupport * Fix typos, relevant warnings and cleanup related sources Change-Id: I2abe77c6f00c02ef106b569bef5db6b366e76df1
* FM: Resolve KW issues.Mahesh Kumar Sharma2015-08-141-4/+6
| | | | | | Use more safe snprintf and thread safe strtok_r. Change-Id: I7ae8d94c7ab1e1c7e3b6a3b4b0dce703f9dcddce
* libfmjni: Implement hal layerVenkateshwarlu Domakonda2015-04-091-0/+605
Implement HAL layer that can be plugged in with Android FM APP to get fm functionalities. Change-Id: Id16d37a320fdbacb505ba7ecc431622db17bd4d7