summaryrefslogtreecommitdiff
path: root/utils/gps_extended_c.h
AgeCommit message (Collapse)Author
2018-04-25fix: Incorrect path to ehub socket directoryKatz Yamada
Change-Id: I58b41c4a8de8b51c8a6effe989182ea5942cff6e CRs-Fixed: 2196048
2018-04-16GPS Adapter: GNSS adapter change to go with engine hub aggregatorBhavna Sharma
1: GNSS adapter change to block out position and SV report from ULP when engine hub aggregator is used 2: Support unpropagated position report Change-Id: Id0cacd87d3f3f8eec893d751b9f7a55a736a4023 CRs-fixed: 2210253
2018-04-14Merge "Add location client api sockets' strings"Linux Build Service Account
2018-04-12Add location client api sockets' stringsKatz Yamada
Add location client api socket path string definitions in utils/gps_extended_c.h. CRs-Fixed: 2196048 Change-Id: Ie2eea05dfe440fa3a96b531fa4ba17605ab53431
2018-04-12GPS Adapter: GNSS adapter change to go with engine hub aggregatorBhavna Sharma
1: GNSS adapter change to block out position and SV report from ULP when engine hub aggregator is used 2: Support unpropagated position report Change-Id: Id0cacd87d3f3f8eec893d751b9f7a55a736a4023 CRs-fixed: 2210253
2018-04-04Add location client api sockets' stringsKatz Yamada
Add location client api socket path string definitions in utils/gps_extended_c.h. CRs-Fixed: 2196048 Change-Id: Ie2eea05dfe440fa3a96b531fa4ba17605ab53431
2018-03-27Add additional parameters in gps extended fileNaresh Munagala
Change-Id: I667b999dc164184d84aac0c5b6c1f3b2e9c761ea CRs-Fixed: 2183994
2018-02-14Enhance LocationAPI structs to hold full positionYingjie Wang
Match the output of izat_remote_api clients with LocationAPI clients. Fill GnssLocationInfoNotification with missing fields from GpsLocationExtended and Location structure. And allow one single callback to report complete position info. Meanwhile, remove fields from UlpLocation that are no longer used. CRs-fixed: 2169738 Change-Id: Ib5bd3dd9c065c4b3d6cad32b23167546ad950d06
2018-02-06Moving location sockets from /data to /devSaurabh Srivastava
Keeping sockets in /data/vendor/location prevents unmounting of /data partition after build load. CRs-Fixed: 2174503 Change-Id: Ib1b9f07bb25368ac7d1a32536e58c52dd2b2ad4e
2018-01-09Added FDCL reg mask bit and feature support bitDante Russo
Also change the reg mask to 64 bit since we now have more than 32 possible bits. CRs-fixed: 2129134 Change-Id: I006f5fffac3d9dd2d96ca82d84f49bde96bc0f55
2017-10-05add HAL socketRuifeng Xu
this patch contains the following changes: 1. added header and implemenation files of socket util apis in libgps.utils; 2. updated XtraSystemStatusObserver to use the new apis; 3. added HAL socket and new thread to listen to it. Change-Id: If1f6b4b4d6ea2d03640f68e96f0286300404f42b CRs-fixed: 2108635
2017-10-04extended gdop parameters in interface filesNaresh Munagala
updated interface files with extended gdop parameters. Change-Id: Ie31311125e66d26dab4f564be7120fae374b9d2c CRs-Fixed: 2062856
2017-09-12Init default agps status callback in GnssAdapterBaili Feng
Call LocNetIfaceAgps_getStatusCb implemented in libloc_net_iface.so, use the return function as default agps status callback. Change-Id: I4d966a888e312c2d0fb1a6c9e30752294876e500 CRs-Fixed: 2064002
2017-07-24Location API for Outdoor Trip BatchingBhavna Sharma
Add / Modify Location API for Outdoor Trip Batching feature. Introduce a batch mode to differentiate between routine and outdoor trip mode. CRs-Fixed: 2041674 Change-Id: Ia8b2d34457b29c4fe754ab24287a6984ab9a96f5
2017-07-12Merge "Disable set debug NMEA bit when unsupported"Linux Build Service Account
2017-07-11Disable set debug NMEA bit when unsupportedKatz Yamada
Avoid setting debug NMEA bit of QMI_LOC_SET_ NMEA_TYPES_REQ message when the feature is unsupported. Change-Id: I999654f627eac68042597ee51aff81e8588bfa9b CRs-Fixed: 2072961
2017-07-05Add QZSS constellation in Gnss_LocSvSystemEnumTypeMadhanraj Chelladurai
Add QZSS support in Loc SV constellation structure. Change-Id: I58a989faa8ad4027d9f83fabccd700fa55333ce6 CRs-Fixed: 2053513
2017-07-04gps time population from GNSSNaresh Munagala
v2v needs gps time population in izat remote apis Change-Id: Ibe340a3f834ebe27c552bd1ffe2f20d3b9f50450 CRs-Fixed: 2050993
2017-06-19Adding priority flag for NI and AGPS callbacksSaurabh Srivastava
Adding priority flags while registering NI handling callback and AGPS handling callback. To ensure that both NI and AGPS are always handled by our stack instead of Android Framework stack. CRs-Fixed: 2059476 Change-Id: I585328491a7f5d9099287924a03d7710f4e5fda9
2017-06-08Merge "Decouple position inject request from assist data"Linux Build Service Account
2017-05-27Provide correct SV used_in_fix flag for QZSSHarikrishnan Hariharan
Mark QZSS SV used_in_fix based on the most recent position report Change-Id: I166087fb62de45e1013ab29c01df3abfba7af12b CRs-Fixed: 2043300
2017-05-17Decouple position inject request from assist dataYingjie Wang
Add LOC_API_ADAPTER_BIT_POSITION_INJECTION_REQUEST mask bit to decouple from LOC_API_ADAPTER_BIT_ASSISTANCE_DATA_REQUEST. Change-Id: I4c2f8439dca9ea3b4d56a3cd00da88e4488717bf CRs-fixed: 2044870
2017-05-05add pos tech mask and sv source infoNaresh Munagala
Change-Id: I069a4564da7b96e29e5305b126cd88db0c426bc4 CRs-Fixed: 2028470
2017-03-31added new ulp type for raw gnss dataNaresh Munagala
raw gnss daa type is added to address the gnss raw fixes to remote clients Change-Id: I5ebc4a8f10bd52de4e59e29dcf28d6375df02d73 CRs-Fixed: 2007050
2017-03-30HLOS implementation for E911 LPPe BT/UBP featureHarikrishnan Hariharan
HLOS implementation for feature - E911 LPPe BT/UBP for SUPL and LPP CP. Change-Id: I6ec7a3ff8aaf91383832753af2d0e406938c3884 CRs-Fixed: 1088449
2017-03-29move nmea generation logic inside utilsNaresh Munagala
NMEA generation logic needs to be reused across the interface boundaries. Moved this logic inside utils. Change-Id: Icb5c6fbc38b178c5edea468d26286e21749bfbfb CRs-Fixed: 1098734