summaryrefslogtreecommitdiff
path: root/android/1.1
AgeCommit message (Collapse)Author
2021-03-01[LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/sm7150/gpsBob Badour
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: utils/Android.mk Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD legacy_not_a_contribution to: android/1.0/Android.mk android/1.1/Android.mk android/2.0/Android.mk Added SPDX-license-identifier-BSD to: android/utils/Android.mk batching/Android.mk core/Android.mk geofence/Android.mk gnss/Android.mk location/Android.mk pla/Android.mk Added legacy_notice to: etc/Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I07267e93ebfc743a0d1e99a8a7853058b0de4c9c
2020-02-04Merge remote-tracking branch ↵Cyan_Hsieh
'goog/qcom/release/LA.UM.8.1.C9.09.00.00.518.406' into qt-qpr1-dev Conflicts: android/1.0/Gnss.cpp android/1.1/Gnss.cpp android/2.0/Gnss.cpp gnss/GnssAdapter.cpp Bug: 148752159 Change-Id: Ifc50f4af34c0980973830793a30c9527461b9d7b
2020-01-17HIDL API impl can not return falseKevin Tang
else it would fail VTS. Change-Id: Ia0428d91c0e190b033be4475bab2b8a88d21cd4c CRs-Fixed: 2605697
2020-01-17Merge "stub out injectTime API as we should not handle that" into qt-qpr1-devTreeHugger Robot
2020-01-08stub out injectTime API as we should not handle thatKevin Tang
We should no longer accept the NTP injection from AFW as we have our XC handling the NTP update. Bug: 147209076 Test: NTP time inject test Change-Id: I2a4c4da4d4b7c46c8ebe70f0666b2fd8ad1a6a5f CRs-Fixed: 2595204
2019-12-30Merge remote-tracking branch ↵Cyan_Hsieh
'goog/qcom/release/LA.UM.8.1.C9.09.00.00.518.370' into qt-qpr1-dev Bug: 146991028 Change-Id: I9f84a0fac45ecd4552d265a4686f73a4cbe73638
2019-12-16stub out injectTime API as we should not handle thatKevin Tang
We should no longer accept the NTP injection from AFW as we have our XC handling the NTP update. Change-Id: I2a4c4da4d4b7c46c8ebe70f0666b2fd8ad1a6a5f CRs-Fixed: 2595204
2019-12-11Merge remote-tracking branch ↵Cyan_Hsieh
'goog/qcom/release/LA.UM.8.1.C9.09.00.00.518.343' into qt-qpr1-dev Bug: 145572601 Change-Id: I9e379ad6f79f538a0368a4a905589616c5a23ee3
2019-11-20SUPL Version for 5G and LPP Rel 15Nilesh Gharde
Change-Id: Id00ea3bfb72c88c7c68425aa8c8829579ebd6237 CRs-fixed: 2570450
2019-11-14Remove assigning preferredAccuracyMeters to minDistancehaohuang
Remove this assigning in gnssSetPositionMode. We shouldn't assign preferredAccuracyMeters to minDistance, because if preferredAccuracyMeters is larger than 0, GnssAdapter will start distance based tracking which is not expected. Change-Id: I2c2acedd121e02bf9da1136540cc34b9257197fd CRs-fixed: 2566229
2019-11-07Merge remote-tracking branch ↵Cyan_Hsieh
'goog/qcom/release/LA.UM.8.9.R1.10.00.00.558.053' into qt-qpr1-dev Bug: 144079922 Change-Id: I92e46331810b43a1f3a7748157cc0b7e9b138833
2019-10-29Add listener for the initial battery statusYingjie Wang
Listen to the initial charging status as DPO mode depends on it; Change ALOG to LOC_LOG. Change-Id: Ic61f76038f0e464b18ade8c9b20c058de35748c8 CRs-fixed: 2544828
2019-10-23Merge remote-tracking branch ↵Cyan_Hsieh
'goog/qcom/release/LA.UM.8.9.R1.10.00.00.558.049' into qt-qpr1-dev Conflicts: android/dummy/Android.mk Bug: 142854653 Change-Id: I4da9aa6bd0194897d539c3e9ab5a84a2b5bc32d4
2019-10-23Remove libhwbinder/libhidltransport depsSteven Moreland
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Merged-In: Ia5c7cfa810b3c67c9adf9bdaa162dcb1a24c533d Change-Id: Ia5c7cfa810b3c67c9adf9bdaa162dcb1a24c533d (cherry picked from commit 973698dbf9d537ea74db71086b3a8b3a8a92bce7)
2019-10-07Enable Android sanitizersMike Cailean
Change-Id: I6724d0e171e42f779e8eed6aea126f3f69496f6d CRs-fixed: 2534375
2019-09-13Merge "Selectively send deleteAll command to engines"qctecmdr
2019-09-10Selectively send deleteAll command to enginesBhavna Sharma
Modify GNSS interface API's to accept positioning engine mask to perform deleteAll command on CRs-Fixed: 2477966 Change-Id: I54a32d76de98ba6bfa88d7fd1925c44b3079af08
2019-08-30gps: Add diag permissions for gnss serviceMadhanraj Chelladurai
Change-Id: I1e65ce2a2e681f48b476fb8b310015f572f306e1 CRs-Fixed: 2413585
2019-08-20AgpsManager supports two clientshaohuang
AgpsManager supports two clients, QCOM AGPS Stack is to handle ATL type WWAN, AFW AGPS stack is used to handle ATL type SUPL and SUPL emergency. Change-Id: Id43c4919a1ae67d739e055c7fb5ba3abacc70b34 CRs-Fixed: 2509244
2019-07-24Use getVendorEnhancedInfo APISaurabh Srivastava
Change of API for vendor enhanced framework detection CRs-Fixed: 2496231 Change-Id: Iaf173615f8fe847a8b5d5ed71602d933febb31d1
2019-06-28Fix updateConnectionStatus call in gnss hidl 1.0/1Yingjie Wang
Change-Id: I4c3b66ec440c982714ccd7a3f6111319ad1601fb CRs-fixed: 2480731
2019-06-05Update SystemStatus with battery info in HealthHALYingjie Wang
Change-Id: Ibc2157f1834eb65da48f9375e497628411a185c9 CRs-fixed: 2433570
2019-05-27Add charger indication receiver in Gnss HidlYingjie Wang
Register HEALTH Hal client in all Gnss Hidl impl to acquire charger indication. Change-Id: I3fcc00dd14a95e2375ab27a8c84c260300f9e90d CRs-fixed: 2411445
2019-05-09Merge "VINTF Manifest fragment for android.hardware.gnss"qctecmdr
2019-05-06VINTF Manifest fragment for android.hardware.gnssDante Russo
To replace entry in device specific vendor manifest Change-Id: I330f4ef2658074218b5d2c105decaf6cfd959d3f CRs-fixed: 2444785
2019-05-01feat: Add timeuncNs in PQWM1 messageKatz Yamada
Add timeuncNs field in PQWM1 of debug NMEA message generated by modem. SystemStaus to parse it. GnssDebug adds this value in timeunc when it generates GNSS debug report. Change-Id: I649915f95730dc8db22e8b4cb88008edc6d8b9d0 CRs-Fixed: 2236950
2019-04-10fix CFI issuesHoss Zhou
Change-Id: I5b94804c381f1d26196ddf6dee97adbee36dc128 CRs-Fixed: 2353650
2019-03-27Batching and Geofence moved to GNSS HALDante Russo
Addition of BatchingAdapter and GeofenceAdapter. Deprecated Background LOC QMI Client and renamed LocDualContext renamed to LocContext. Moved some common Adapter functions into LocAdapterBase. Added Distance Based Tracking logic into GnssAdapter. Addition of flp.conf Deprecated GEOFENCE capabilities configuration in gps.conf CRs-fixed: 2342200 Change-Id: I6b6257c4cf296e5a8c56bc0b149e4de77cf6cdf9
2019-03-21Unified Vendor - Launch only android.hardware.gnssSaurabh Srivastava
Launch android.hardware.gnss HIDL service for both vendor enhanced and non-enhanced platforms Change-Id: Ia9cb9ef52d42c788bcaa73bc1001ed8d90f7c755 CRs-Fixed: 2402833
2019-02-21Measurement changes in GNSS HIDL2.0Mike Cailean
CRs-fixed: 2385560 Change-Id: I5f4548e6df0cb8ac3f2762020dfdbb49a9022854
2019-01-17make location.lnx.5.0 build for LEKevin Tang
Change-Id: Ia8c39902ae7ce532d5efa9f36058a8f3f0e0b674 CRs-Fixed: 2381679
2019-01-09Launch platform specific processesSaurabh Srivastava
Launch processes based on whether the platform is vendor enhanced or not. Change-Id: I04c074023e631c4f5d1e16ac166612f323b7a868 CRs-Fixed: 2341030
2019-01-09Qualcomm Unified Vendor - GPShaohuang
Remove remaining build flag checks in all location vendor modules : BOARD_VENDOR_QCOM_LOC_PDK_FEATURE_SET LW_FEATURE_SET Change-Id: Ideacd3ae7f6a49ff3da3ca8cd14668c01400484a CRs-Fixed: 2341041
2018-11-13Lowered the severity of debug messageMike Cailean
Lowered the severity of debug message when setting callback function for geofencing Change-Id: I2bbd0648d1dba5d7d655545bb0487223dbccb9cb CRs-fixed: 2347777
2018-10-05perf: Reduce NMEA traffic over client IPCKatz Yamada
Improve hal daemon performance by reducing number of NMEA callbacks on IPC. Position and sv NMEA sentences, generated during one TBF will be concatenated by hal and sent over one IPC, then client lib disassemble it into multiple sentences. Change-Id: I522e293d7e26fb8a25edb6ed931c4d69186223e8 CRs-Fixed: 2299008
2018-10-03Handling network types not available in IAgnssRil enumsHarikrishnan Hariharan
Handling network types not available in IAgnssRil enums like Bluetooth, Ethernet, Proxy etc. Pass these network type info to framework, rather than sending the default TYPE_UNKNOWN. Change-Id: I7e997b82b07ca68d928bef322182031a2d47e532 CRs-Fixed: 2325210
2018-09-14Decouple Gnss Hidl impl into 1.0 and 1.1 versionYingjie Wang
Decouple Gnss Hidl implementation into 1.0 and 1.1 version. msmnile and later targets would use gnss hidl 1.1, and older targets would use gnss hidl 1.0 Change-Id: I31fdf932ce55a0547ff69fc3d28dae1d001e8d56 CRs-fixed: 2311903