android_device_xiaomi_sdm66.../loc_api/libloc_api_50001
Kevin Tang d1cc6bfee7 GPS LOCK did not work when NMEA_PROVIDER follows it
there is an implicit requirement on the loc_gps_cfg_s_type field
data type, that is they must be 32 bit fields. Otherwise it would
only work with the assistance of padding. When two adjacent 8 bit
fields are defined, the later filled field would overwrite the
previously written neighbor. This is why GPS_LOCK was tested as
broken in the latest build.

This also fixes a theoretic bug that when there are two of the
same fields defined in the config table to be filled, the
accounting of the filled entries was incorrect earlier. This is
not a realistic bug, as there are no idential entries in the
config table HAL fills.

Bug: 16131208

CRs-fixed: 736966
Change-Id: I2e262fb30272f6f334508df17bb640022d7b1ef5
2014-10-20 15:00:39 -07:00
..
Android.mk Vote for modem power only on select targets 2014-09-14 23:24:22 -07:00
gps.c Null check for malloc allocation 2013-10-16 16:54:06 -07:00
loc.cpp adding update config post power up 2014-10-20 14:54:26 -07:00
loc.h Close MDM node on shutdown 2014-04-01 14:38:34 -07:00
loc_eng.cpp GPS_LOCK configuration support 2014-10-20 15:00:31 -07:00
loc_eng.h GPS LOCK did not work when NMEA_PROVIDER follows it 2014-10-20 15:00:39 -07:00
loc_eng_agps.cpp Revert "Revert "Location Hal Design Level Change for FLP Requirement"". 2013-08-09 11:44:12 -07:00
loc_eng_agps.h Revert "Revert "Location Hal Design Level Change for FLP Requirement"". 2013-08-09 11:44:12 -07:00
loc_eng_dmn_conn.cpp Changes for GPS HAL compilation 2014-07-03 15:08:51 -07:00
loc_eng_dmn_conn.h move location data files under /data/misc/location 2014-02-10 10:44:26 -08:00
loc_eng_dmn_conn_glue_msg.c hardware/qcom/gps: Porting HAL and Loc API 2.0 2013-07-03 17:08:14 -07:00
loc_eng_dmn_conn_glue_msg.h Merge branch jb_mr1 into jb_2.6 2013-06-11 14:58:24 -07:00
loc_eng_dmn_conn_glue_pipe.c hardware/qcom/gps: Porting HAL and Loc API 2.0 2013-07-03 17:08:14 -07:00
loc_eng_dmn_conn_glue_pipe.h Merge branch jb_mr1 into jb_2.6 2013-06-11 14:58:24 -07:00
loc_eng_dmn_conn_handler.cpp Revert "Revert "Location Hal Design Level Change for FLP Requirement"". 2013-08-09 11:44:12 -07:00
loc_eng_dmn_conn_handler.h Merge branch jb_mr1 into jb_2.6 2013-06-11 14:58:24 -07:00
loc_eng_dmn_conn_thread_helper.c hardware/qcom/gps: Porting HAL and Loc API 2.0 2013-07-03 17:08:14 -07:00
loc_eng_dmn_conn_thread_helper.h Merge branch jb_mr1 into jb_2.6 2013-06-11 14:58:24 -07:00
loc_eng_log.cpp removed ulp dependency. 2013-08-09 11:44:34 -07:00
loc_eng_log.h removed ulp dependency. 2013-08-09 11:44:34 -07:00
loc_eng_msg.h Close MDM node on shutdown 2014-04-01 14:38:34 -07:00
loc_eng_ni.cpp NI Emergency overrides a pending NI 2014-04-11 09:06:02 -07:00
loc_eng_ni.h NI Emergency overrides a pending NI 2014-04-11 09:06:02 -07:00
loc_eng_nmea.cpp KW warnings 2014-06-03 16:14:56 -07:00
loc_eng_nmea.h Generate position report NMEAs only on final fix 2013-06-17 14:22:00 -07:00
loc_eng_xtra.cpp Add support for XTRA_VERSION_CHECK QMI LOC msg 2014-07-21 10:45:06 -07:00
loc_eng_xtra.h gps: Added xtra server query loc api 2013-06-11 15:02:29 -07:00
LocEngAdapter.cpp GPS_LOCK configuration support 2014-10-20 15:00:31 -07:00
LocEngAdapter.h GPS_LOCK configuration support 2014-10-20 15:00:31 -07:00
Makefile.am removed ulp dependency. 2013-08-09 11:44:34 -07:00