diff options
author | Bruno Martins <bgcngm@gmail.com> | 2018-03-14 23:42:25 +0000 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-16 00:50:43 +0100 |
commit | 122f2ed00414cf416b67c6dee10131b0f3e28bea (patch) | |
tree | 04057c48ef75a874573f880e5ea3a3ede58fdd95 /gps/location/LocationAPI.h | |
parent | d725d2ed80359098e6b1952f942421cabd844b2a (diff) |
msm8996-common: Update GPS HIDL HAL from upstream
* Tag: LA.UM.6.6.r1-06700-89xx.0
Change-Id: If746b12bcbc3e414aa9ba9f421040edd0f815638
Diffstat (limited to 'gps/location/LocationAPI.h')
-rw-r--r-- | gps/location/LocationAPI.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gps/location/LocationAPI.h b/gps/location/LocationAPI.h index f5cc75a..530b1b0 100644 --- a/gps/location/LocationAPI.h +++ b/gps/location/LocationAPI.h @@ -308,8 +308,9 @@ typedef enum { } GnssSuplMode; typedef enum { - BATCHING_MODE_ROUTINE = 0, - BATCHING_MODE_TRIP + BATCHING_MODE_ROUTINE = 0, // positions are reported when batched positions memory is full + BATCHING_MODE_TRIP, // positions are reported when a certain distance is covered + BATCHING_MODE_NO_AUTO_REPORT // no report of positions automatically, instead queried on demand } BatchingMode; typedef enum { |