summaryrefslogtreecommitdiffstats
path: root/gps/libloc_api_50001/LocApiAdapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'gps/libloc_api_50001/LocApiAdapter.h')
-rwxr-xr-x[-rw-r--r--]gps/libloc_api_50001/LocApiAdapter.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/gps/libloc_api_50001/LocApiAdapter.h b/gps/libloc_api_50001/LocApiAdapter.h
index 0b0cf34..48ed7d1 100644..100755
--- a/gps/libloc_api_50001/LocApiAdapter.h
+++ b/gps/libloc_api_50001/LocApiAdapter.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011, Code Aurora Forum. All rights reserved.
+/* Copyright (c) 2011-2012, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -9,7 +9,7 @@
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
- * * Neither the name of Code Aurora Forum, Inc. nor the names of its
+ * * Neither the name of The Linux Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
@@ -123,9 +123,13 @@ public:
const char *data, int data_size);
void reportPosition(GpsLocation &location,
+ GpsLocationExtended &locationExtended,
void* locationExt,
- enum loc_sess_status status);
- void reportSv(GpsSvStatus &svStatus, void* svExt);
+ enum loc_sess_status status,
+ LocPosTechMask loc_technology_mask = LOC_POS_TECH_MASK_DEFAULT);
+ void reportSv(GpsSvStatus &svStatus,
+ GpsLocationExtended &locationExtended,
+ void* svExt);
void reportStatus(GpsStatusValue status);
void reportNmea(const char* nmea, int length);
void reportAgpsStatus(AGpsStatus &agpsStatus);