History log of /hardware/qcom/gps/utils/loc_cfg.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0c7fdf015bfdb33b14a990b280c38386cb8e1f9c 23-Jul-2015 Vineeta Srivastava <vsrivastava@google.com> qcom/gps: update gps hal

526da0e Fix args to loc_xtra_init
fad3d1e memory management fixes
c85fa4a Fix Memory leak in util/loc_cfg.cpp
4172ea8 Fix gps.conf capabilities overwrited by carrier
1b2d16d Merge "Adding Mutex for Creating Context" into LA.BF64.1.2.9
044682a Removed unused code and unnecessary notice files
9e7a6c1 Remove reporting gps status from loc eng layer
911ec4a Move modem power vote out of hal
10e4530 Fix some compilation issues with legacy targets
e9004f4 Migrating XTRA from gpsonextra.net to cloud based izatcloud.net
014e160 Add buffer length check for XTRA data

Change-Id: Ic39d848fca5b0eadea9152ac65fb6a8581cce96b
/hardware/qcom/gps/utils/loc_cfg.cpp
bfff6343845ad9ff062c5fd97bb3b9be1053340e 02-May-2015 Dante Russo <drusso@codeaurora.org> gps: upgrade GPS HAL to latest

Change-Id: Idd560ad408ad4e9265d212ab42990b8683548599
/hardware/qcom/gps/utils/loc_cfg.cpp
1300ae618a0e750e41a5ee22bc242a8e0a7951b5 17-Sep-2014 Kevin Tang <zhikait@codeaurora.org> 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

Change-Id: I2e262fb30272f6f334508df17bb640022d7b1ef5
/hardware/qcom/gps/utils/loc_cfg.cpp
fe660078f05f448ececb0b1170ecd79e600db440 28-Aug-2014 Kevin Tang <zhikait@codeaurora.org> adding update config post power up

Some of the parameters configured in gps.conf may be
carrier dependent. This provides a mechanism so that
GpsLocationProvider can determine current operator
resolve of the carrier specific configurations and
update HAL with those configurations post init.
Bug: 17110478
Change-Id: I80aa4404da7666824335fee074dae2ffcba40548
/hardware/qcom/gps/utils/loc_cfg.cpp
5cf20a0736f15de30eb88b6f499937f7d8f06e13 27-Jun-2014 Dante Russo <drusso@codeaurora.org> Changes for GPS HAL compilation

This is a blob of changes that are required
for compilation on the PDK after merge with
mainline

Change-Id: Ia443efd1709aee6701af496b4fa818005f141c28
/hardware/qcom/gps/utils/loc_cfg.cpp
47ad5e4cf2f6810db3c0e7ec79696496a94b6f0d 27-Jun-2014 Dante Russo <drusso@codeaurora.org> Merge branch 'KK.04.04.02.010.399' into l-pdk

Change-Id: I3b841bb04243b494c9741ae0f042ee524cfeec80
/hardware/qcom/gps/utils/loc_cfg.cpp
0ed9ab19618e840907e343877bf91bd30aba8be9 09-Jul-2014 Vineeta Srivastava <vsrivastava@google.com> Revert "Merge branch 'KK.04.04.02.010.399' into l-pdk"

This reverts commit 8c61f8c1f1572ab769912264af3f31feb041fe79.

Change-Id: I488b164f36f6f6be55aebb4759c116a3b4a1e448
/hardware/qcom/gps/utils/loc_cfg.cpp
915c96cc2f4ceffd1f439cc6381f2e6c1c57f2cc 09-Jul-2014 Vineeta Srivastava <vsrivastava@google.com> Revert "Changes for GPS HAL compilation"

This reverts commit 627008708a92ff909caa97f7e183514a32db8c94.

Change-Id: I50618231719788560d0e4cdf60986f0884a68496
/hardware/qcom/gps/utils/loc_cfg.cpp
627008708a92ff909caa97f7e183514a32db8c94 27-Jun-2014 Dante Russo <drusso@codeaurora.org> Changes for GPS HAL compilation

This is a blob of changes that are required
for compilation on the PDK after merge with
mainline
Change-Id: I6030ad91620849b2551c734b3e02bf58c0a9145d
/hardware/qcom/gps/utils/loc_cfg.cpp
8c61f8c1f1572ab769912264af3f31feb041fe79 27-Jun-2014 Dante Russo <drusso@codeaurora.org> Merge branch 'KK.04.04.02.010.399' into l-pdk

Change-Id: I2452a378d4a4697cec2b023a0e9a9bf3e5f14924
/hardware/qcom/gps/utils/loc_cfg.cpp
e14a6c846df2ce4bb1847e4250991f7c52fd793d 19-Aug-2013 Dante Russo <drusso@codeaurora.org> Merge latest gps hal

Merged at commit-id 782431aff037174b5d6bf533975a05aafff98ed2

Change-Id: Icf77a4758601b107251860544e98a363307d1fff
/hardware/qcom/gps/utils/loc_cfg.cpp
c74962df0d30bdb176472a1775a794fd93b1cd7a 25-Oct-2012 Iliyan Malchev <malchev@google.com> chmod uga-x

find -type f -perm +111 -name \*.[ch]\* -exec chmod uga-x {} \;

Bug: 7428209
Change-Id: I991e3fb62a46f4b4cd727ef4b6a4472b4015ce33
Signed-off-by: Iliyan Malchev <malchev@google.com>
/hardware/qcom/gps/utils/loc_cfg.cpp
f77c85bb51137f5ba854184e5e9194197027438a 10-Jul-2012 Ajay Dudani <adudani@codeaurora.org> gps: Initial implementation of msm gps hal

Change-Id: Icf126a0bbb9dec414144b9b405694e41777920d5
/hardware/qcom/gps/utils/loc_cfg.cpp