Age | Commit message (Collapse) | Author |
|
Change-Id: Ie3e99d857848862a71a6b35e4293b905b7fd9fd4
|
|
This reverts commit cf4eac65570a43c797a00abb68779f4757426499.
Change-Id: I259635cec8f03c2354d1b1537a1d9cc136b7bcaa
CRs-Fixed: 3313257
|
|
Change-Id: I099746d2001e6e5bda1b2a20344d51a4d2ed170f
|
|
Changes to Enable protected dynamic interface control.
Added support to
1. Get the engine lock state.
2. Handle engine lock state event.
3. Store all the sessions when the engine is locked.
4. Restore all the sessions when the engine unlock event is received.
Change-Id: I70e591a6dca2231fb762ef199d0d34f852198116
CRs-fixed: 3130222
|
|
Change-Id: I97a1d70e3883bdf1ad1c43774b42b83796e58333
|
|
|
|
Change-Id: I69f962adf07f590445a37ff9526f4ae3b5e5679d
|
|
Change-Id: I21b9d928e2c9fdb4288aba58307271e40b72be1c
|
|
add getGeoidalSeparation in LocApiBase
Change-Id: If0ee3660b515adb48302d3ae033d73d5ed8f405d
CRs-Fixed: 3062671
|
|
the equals function cannot work fine due to
an issue in mApn string comparison. Fix this
issue.
Change-Id: Idbe430e2209b9a2c119532dee23d6074b1ca0b19
CRs-Fixed: 3010278
|
|
Change-Id: I1fe88148b8dce95b057b99994816234c1d313204
|
|
Increasing acceptable delta between boot time and real time used
while computing location elapsed realtime in order to accomodate
older targets.
CRs-Fixed: 3049971
Change-Id: I5e3fff76c9fe5d0bc7cb2abda700ea20ac75d63c
|
|
|
|
The IP type that from AFW is not the one corrsponding to apn,
so use QMI WDS API to retrieve from modem profile by instead.
Change-Id: I6bafa4cd0f6f106cb00b527bdd3e143b4eead523
CRs-fixed: 2897360
|
|
Change-Id: I05ede282ba743c5cbdf9262de0233cd0869d35b6
|
|
Currently the subscribers are created such that they are
not waiting for ConnectivityManager close event before
they get removed and thereby notify modem of the state
change. This may cause issue if modem immediately issues
a next ATL request. The state machine in AFW, while it is
in the middle tearing down a connection, is not able to
handle a next bringup request gracefully. Now we change
all the subscribers to have to wait for the tear down msg
from AFW before we remove the subscriber and notify modem
of the complete of the operation.
Change-Id: I05624b1cbbbc71eb189f9a0d73869d359b96cecd
CRs-Fixed: 2917823
|
|
|
|
It is possible that getServerUrl() and getMoServerUrl()
are called from different thread at same time, race
condition will happen. Move all getServerUrl() and
getMoServerUrl() to GnssAdapter's MsgTask.
Change-Id: Idb34c9993b5ddff7389272540810bcf7508b4860
CRs-Fixed: 2934832
|
|
There are now global sanitizers that will
be applied to all modules, so we no longer
need to decalre local sanitizer options.
One of the local sanitizer options caused a
ubsan shift-out-of-bounds SIGABRT in several
location modules in code that does not appear
to have anything problematic with it.
CRs-fixed: 2898374
Change-Id: Icb7e3b2cf35be7c0a945eff16cea2b3a4f30e4a8
|
|
Check more fields to identify NetworkInfo, i.e. NetworkHandle
and Apn;
Add debugging log print for xtra.
Change-Id: Ie4a28b1e4feaccbb9ef7ca806248521842a47a2e
CRs-fixed: 2926382
|
|
Change-Id: I9993d7430269f6998e866fddfbed5e81a8b77d39
|
|
During Emergency SUPL session, an APN name of
SOS reported by AFW means the APN could not be
found, like in Simless the case, so the APN name
is cleared
Change-Id: I5976b89a0edb3c8e4a98a165b2d388866ace0c78
CRs-fixed: 2996872
|
|
Change-Id: Ic84c6500baffae18b503f8eff8106f5cab42ad3f
CRs-fixed: 2884526
|
|
add gnss related policy files to
product_package list
Change-Id: I0e054d068d2b83e63f71fcc99d389658e0d45d2d
CRs-Fixed: 2994888
|
|
Change-Id: I99e8d6b39c40349119fff0fba170efccffe6ecd5
|
|
The values provided in gnss_antenna_info.conf are
for illustration purpose only and should not be
used in production
Change-Id: I29afd24893e95b918126c4dc7b94e064b39920b7
CRs-fixed: 2967039
|
|
Change-Id: I29736c8d53334b28d6a75bfc4903e4745a4bc370
|
|
Change-Id: I40eff9342215e3080557efda6b256655f1f75c3f
CRs-Fixed: 2924711
|
|
CRs-Fixed: 2966264
Change-Id: I96588c4df61df90e12f507b31f19b2335ea56493
|
|
CRs-Fixed: 2956103
Change-Id: Ibae3146ce16aade0b50a56eaeb5cb485a77f7cdf
|
|
Change-Id: I681625dd5d98bced488d934d253f41e32fce4453
|
|
Ntrip parameters are variables stored in stack, their values may
change after stack freed. Should not use reference.
Change-Id: If13b859076e1feee444a9e6b8f54960d532c90b6
CRs-Fixed: 2918128
|
|
Allows one last batch of fixes, if available, be retrieved by HIDL
client after stop() is called. Also, if flush() is called, service
end will always report something, empty if no more fixes in the
batch.
Change-Id: Ie4d196b2ba3b55cb7dd1a7510a9d887f0b997281
CRs-fixed: 2870223
|
|
Change-Id: Ib494f52b0da1907d625f64c030393f95a447ac36
|
|
Change-Id: I20f9ad1b3250e8a4fd2f7a906e223c190cc28bec
|
|
Overflow will happen on 32 bit platform in
getCurrentTime function in LocApiBase. Fix
this issue.
Change-Id: I6c2c1222efdcc06ec9520a3154e535f50979ef7f
CRs-Fixed: 2853405
|
|
|
|
If Glonass orbital slot number is unknown, report
frequency channel number
Change-Id: If9746f6998f09b7412c0b23cbf45754b459e04bc
CRs-Fixed: 2839783
|
|
|
|
|
|
default internet ATL handler, to handle ATL request for
AGPS_ATL_TYPE_WWAN. This implemntaion will be
common for Android based platform(LA/Kaios)
Change-Id: I5b93ee14706b90450a7200567ea6f0009b54e825
CRs-fixed: 2813900
|
|
start DgnssNtripSource when
1. A TimeBasedTracking session is started
2. Restart a session
Stop DgnssNtripSource when
1. stopFix is called
2. Suspend a session
Change-Id: I738ca4b33f093f94a21d9a258e67bee15224097b
CRs-Fixed: 2834275
|
|
When minInterval is set to 5s or larger,
mul-overflow will happen when we convert
minInterval from second to nano second in
getElapsedRealtimeEstimateNanos function.
Change the type of time between fix parameter
to int64_t.
Change-Id: Ifbe180b35298b78099daf496354086d5e3403e7b
CRs-Fixed: 2848319
|
|
Change-Id: I26bfb7e728aa24ea4372d78c3b931dc82cb90f45
CRs-Fixed: 2847145
|
|
Change-Id: I5724b20bf35bfc63c4bac87a7a7ed6572b8ea407
|
|
|
|
|
|
|
|
Change-Id: I2419b6c9d3f074a7d521d9fd8ad3de5698976b31
CRs-Fixed: 2837227
|
|
|