Commit Graph

3 Commits

Author SHA1 Message Date
Adrian DC
38e4935acb libfmjni: Remove unused variables
* libfm_jni/FmPerformanceParams.cpp:
    443:16: error: unused variable 'sinr'

 * libfm_jni/ConfigFmThs.cpp:
    425:17: error: unused variable 'ret'
    433:9: error: unused variable 'value'
    566:9: error: unused variable 'index'

 * libfm_jni/ConfFileParser.cpp:
    328:16: error: unused variable 'num_of_keys'
    536:9: error: unused variable 'grp_name'
    537:16: error: unused variable 'len'
    732:13: error: unused function 'key_exist'

 * libfm_jni/FmRadioController.cpp:
    651:9: error: unused variable 'stationList

 * libfm_jni/FmPerformanceParams.cpp:
    442:16: error: unused variable 'sinr'

Change-Id: I9c4839d1bc8b64c536b8a7db7c2094001f2562ba
2019-10-03 19:12:25 +03:00
AdrianDC
589a1dd62c libfmjni: Improve and fix FM jni logs
* 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
2019-10-03 19:12:25 +03:00
Venkateshwarlu Domakonda
6ff7436b7e libfmjni: Implement hal layer
Implement HAL layer that can be plugged in
with Android FM APP to get fm functionalities.

Change-Id: Id16d37a320fdbacb505ba7ecc431622db17bd4d7
2015-04-09 03:27:16 -07:00