aboutsummaryrefslogtreecommitdiff
path: root/gps/location
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2018-01-20 10:25:47 +0800
committerDavide Garberi <dade.garberi@gmail.com>2018-01-27 23:40:16 +0100
commit596fd461f0a603c861ca9df4076f24a66e732cb5 (patch)
tree6eaf2d1255b13d5dcc14e938eed2f1321d4ba309 /gps/location
parent18fc14ac0a3a0e622d679e7a6f708b4e468e1cfb (diff)
msm8996: gps: Squashed update to LA.UM.6.5.r1-05300-8x96.0
Change-Id: I76b39dd5329a050d44f126c684edb44b0184f0fc Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'gps/location')
-rw-r--r--gps/location/location_interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gps/location/location_interface.h b/gps/location/location_interface.h
index 9a71fff..33ec29e 100644
--- a/gps/location/location_interface.h
+++ b/gps/location/location_interface.h
@@ -51,9 +51,9 @@ struct GnssInterface {
void (*injectLocation)(double latitude, double longitude, float accuracy);
void (*injectTime)(int64_t time, int64_t timeReference, int32_t uncertainty);
void (*agpsInit)(const AgpsCbInfo& cbInfo);
- void (*agpsDataConnOpen)(short agpsType, const char* apnName, int apnLen, int ipType);
- void (*agpsDataConnClosed)(short agpsType);
- void (*agpsDataConnFailed)(short agpsType);
+ void (*agpsDataConnOpen)(AGpsExtType agpsType, const char* apnName, int apnLen, int ipType);
+ void (*agpsDataConnClosed)(AGpsExtType agpsType);
+ void (*agpsDataConnFailed)(AGpsExtType agpsType);
void (*getDebugReport)(GnssDebugReport& report);
void (*updateConnectionStatus)(bool connected, uint8_t type);
};