summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
authorWei Chen <weic@codeaurora.org>2019-02-22 17:55:39 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2019-05-01 09:45:04 -0700
commit3e62412eb0233619684ecdbc39b19cbc8ebbdc93 (patch)
treecf35fdee6917377f8fed369fc6e95fd7b378b8aa /location
parent0330e79d4a87db7e1ee358f0e87a49d34c8f3690 (diff)
downloadgps-3e62412eb0233619684ecdbc39b19cbc8ebbdc93.tar.gz
Gnss interface: add position injection for extended info
Add position injection interface with extended info, e.g.: GnssLocationInfoNotification Change-Id: I6ba8f1111d1511c7071fe358687a478b26e8f9a4 CRs-fixed: 2417450
Diffstat (limited to 'location')
-rw-r--r--location/location_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/location/location_interface.h b/location/location_interface.h
index 4235a13..80f37c2 100644
--- a/location/location_interface.h
+++ b/location/location_interface.h
@@ -86,6 +86,7 @@ struct GnssInterface {
void (*enableNfwLocationAccess)(bool enable);
void (*nfwInit)(const NfwCbInfo& cbInfo);
void (*getPowerStateChanges)(void* powerStateCb);
+ void (*injectLocationExt)(const GnssLocationInfoNotification &locationInfo);
};
struct BatchingInterface {