From: Mike Lockwood Date: Wed, 31 Mar 2010 00:35:12 +0000 (-0700) Subject: am b678f3bb: (-s ours) Add support for GPS privacy lock. DO NOT MERGE X-Git-Tag: android-x86-4.4-r1~196^2~10 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=584c59973e19c9f50fa8dc4f8c84c59c8aa34614;hp=b678f3bb6c3fa3cc88cda872909ace5791a6304c;p=android-x86%2Fhardware-libhardware_legacy.git am b678f3bb: (-s ours) Add support for GPS privacy lock. DO NOT MERGE Merge commit 'b678f3bb6c3fa3cc88cda872909ace5791a6304c' into kraken * commit 'b678f3bb6c3fa3cc88cda872909ace5791a6304c': Add support for GPS privacy lock. DO NOT MERGE --- diff --git a/include/hardware_legacy/gps.h b/include/hardware_legacy/gps.h index 84ab348..6bf7051 100755 --- a/include/hardware_legacy/gps.h +++ b/include/hardware_legacy/gps.h @@ -124,11 +124,6 @@ typedef uint16_t AGpsStatusValue; */ #define AGPS_INTERFACE "agps" -/** - * Name for the GPS privacy interface. - */ -#define GPS_PRIVACY_INTERFACE "privacy" - /** Represents a location. */ typedef struct { /** Contains GpsLocationFlags bits. */ @@ -329,15 +324,6 @@ typedef struct { int (*set_server)( AGpsType type, const char* hostname, int port ); } AGpsInterface; -/** Extended interface for GPS privacy support. */ -typedef struct { - /** - * Opens the AGPS interface and provides the callback routines - * to the implemenation of this interface. - */ - void (*set_privacy_lock)( int enable_lock ); -} GpsPrivacyInterface; - /** Returns the hardware GPS interface. */ const GpsInterface* gps_get_hardware_interface();