summaryrefslogtreecommitdiffstats
path: root/gnss
Commit message (Expand)AuthorAgeFilesLines
* Merge "[hardware][interfaces][gnss] fix -Wreorder-init-list"Nick Desaulniers2019-10-152-16/+17
|\
| * [hardware][interfaces][gnss] fix -Wreorder-init-listNick Desaulniers2019-10-142-16/+17
* | Merge qt-r1-dev-plus-aosp-without-vendor (5817612) into stage-aosp-masterXin Li2019-09-087-13/+510
|\ \ | |/ |/|
| * Merge "VTS 1.1 TestGnssMeasurementCallback test must allow 1.1 or 1.0 version...Anil Admal2019-07-191-4/+11
| |\
| | * VTS 1.1 TestGnssMeasurementCallback test must allow 1.1 or 1.0 versionsAnil Admal2019-07-181-4/+11
| * | Merge "Add GetLocationLowPower VTS 2.0 test" into qt-r1-devAnil Admal2019-07-172-0/+72
| |\|
| | * Add GetLocationLowPower VTS 2.0 testAnil Admal2019-07-152-0/+72
| * | Merge "Add interface info to .rc files" am: 98d0f4d52c am: 37298a7616Felix2019-07-082-0/+3
| |\ \
| * \ \ Merge "Add GNSS satellite blacklist VTS 2.0 test" into qt-r1-devAnil Admal2019-06-287-9/+427
| |\ \ \ | | | |/ | | |/|
| | * | Add GNSS satellite blacklist VTS 2.0 testAnil Admal2019-06-267-9/+427
* | | | Remove libhwbinder/libhidltransport depsSteven Moreland2019-09-063-4/+0
| |_|/ |/| |
* | | Merge "Add interface info to .rc files"Felix2019-07-082-0/+3
|\ \ \ | |/ / |/| |
| * | Add interface info to .rc filesFelix2019-06-252-0/+3
* | | Merge "Update @2.0::IGnss.hal setCallback() method documentation" into qt-devAnil Admal2019-05-101-3/+9
|\ \ \ | | |/ | |/|
| * | Merge "Update @2.0::IGnss.hal setCallback() method documentation" into qt-devAnil Admal2019-05-101-3/+9
| |\ \
| | * | Update @2.0::IGnss.hal setCallback() method documentationAnil Admal2019-05-091-3/+9
* | | | Merge "Clarify when IGnss.hal cleanup() and setCallback() methods are called"...Anil Admal2019-05-102-4/+26
|\| | |
| * | | Clarify when IGnss.hal cleanup() and setCallback() methods are calledAnil Admal2019-05-092-4/+26
| |/ /
* | | Merge "Fix wait/notify logic in GNSS VTS 2.0 test cases (part 2)" into qt-devAnil Admal2019-05-063-177/+168
|\| |
| * | Fix wait/notify logic in GNSS VTS 2.0 test cases (part 2)Anil Admal2019-05-063-177/+168
* | | Merge "Fix wait/notify logic in GNSS VTS 2.0 test cases" into qt-devAnil Admal2019-05-043-123/+140
|\| |
| * | Fix wait/notify logic in GNSS VTS 2.0 test casesAnil Admal2019-05-033-123/+140
* | | Merge "Update GNSS VTS 2.0 tests to address sub-HAL support requirements" int...Anil Admal2019-05-021-55/+44
|\| |
| * | Update GNSS VTS 2.0 tests to address sub-HAL support requirementsAnil Admal2019-05-021-55/+44
* | | Update hidl makefiles for bpfmtSteven Moreland2019-04-183-3/+0
* | | Merge "Update hidl makefiles for bpfmt" am: ff0bd741caSteven Moreland2019-04-182-2/+0
|\ \ \ | |/ / |/| / | |/
| * Update hidl makefiles for bpfmtSteven Moreland2019-04-172-2/+0
* | Restore gnss@1.1 HAL capability bits removed in gnss@2.0 (hal)Anil Admal2019-04-043-34/+20
* | Revert "Revert "Update GNSS Batching to use new GnssLocation with elapsed rea...Anil Admal2019-03-2112-10/+261
* | Revert "Update GNSS Batching to use new GnssLocation with elapsed realtime (H...Donghui Han2019-03-2112-261/+10
* | Update GNSS Batching to use new GnssLocation with elapsed realtime (HAL)Anil Admal2019-03-2012-10/+261
* | Add IRNSS to GnssConstellationType (HAL)Yu-Han Yang2019-03-1912-55/+227
* | Add new GNSS capabilities for year of hardware deprecation (HAL)Anil Admal2019-03-1811-29/+196
* | Change CodeType from enum to string (HAL)Yu-Han Yang2019-03-123-91/+40
* | Merge "Add VTS test for gnss.measurement_corrections@1.0"TreeHugger Robot2019-03-069-2/+193
|\ \
| * | Add VTS test for gnss.measurement_corrections@1.0Yu-Han Yang2019-03-059-2/+193
* | | Merge "Update makefies: no 'types' internal"Steven Moreland2019-03-052-11/+0
|\ \ \
| * | | Update makefies: no 'types' internalSteven Moreland2019-03-042-11/+0
| |/ /
* | | Merge "Update makefies: no 'types'" am: 4ee5ec1469 am: bab622f6a6Steven Moreland2019-03-041-6/+0
|\ \ \ | |/ / |/| / | |/
| * Update makefies: no 'types'Steven Moreland2019-03-041-6/+0
* | Merge "Enable GNSS Measurement capability in default implementation"TreeHugger Robot2019-03-011-3/+2
|\ \
| * | Enable GNSS Measurement capability in default implementationYu-Han Yang2019-02-281-3/+2
* | | Add isEmergency flag to gnssRequestLocationCbYu-Han Yang2019-02-272-2/+31
|/ /
* | Adding Elapsed Time since boot field to GnssData [HAL].Pierre Fite-Georgel2019-02-2211-41/+255
* | Report mock locations in 2.0 default implementationYu-Han Yang2019-02-1520-125/+530
* | Use V2_0 GnssMeasurement.state in default implementationYu-Han Yang2019-02-011-8/+9
* | Merge "Add STATE_2ND_CODE_LOCK to GnssMeasurementState"TreeHugger Robot2019-02-021-0/+355
|\ \
| * | Add STATE_2ND_CODE_LOCK to GnssMeasurementStateYu-Han Yang2019-02-011-0/+355
* | | Merge "Explicitly include log/log.h or android/log.h instead of cutils/log.h"...Sasha Smundak2019-02-012-2/+2
|\ \ \ | |/ / |/| / | |/
| * Explicitly include log/log.h or android/log.h instead of cutils/log.hSasha Smundak2019-02-012-2/+2