summaryrefslogtreecommitdiffstats
path: root/include/hardware/gps.h
diff options
context:
space:
mode:
authorMike Lockwood <lockwood%android.com@gtempaccount.com>2011-08-04 07:53:33 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-08-04 07:53:33 -0700
commitee43a308b6d89442e41d5c14bf5831a213b681a9 (patch)
tree8adcb3e73d342831ff31ccd3662f677ec1fdbe68 /include/hardware/gps.h
parent7c7a29401f0773cc995a142ce89f31eda1bf041d (diff)
parent20013279f3dacec0b1d6c2844213d762b469cf98 (diff)
downloadhardware_libhardware-ee43a308b6d89442e41d5c14bf5831a213b681a9.zip
hardware_libhardware-ee43a308b6d89442e41d5c14bf5831a213b681a9.tar.gz
hardware_libhardware-ee43a308b6d89442e41d5c14bf5831a213b681a9.tar.bz2
am 20013279: am 4306ca7d: Merge "GPS: added update_network_availability to AGpsRilInterface"
* commit '20013279f3dacec0b1d6c2844213d762b469cf98': GPS: added update_network_availability to AGpsRilInterface
Diffstat (limited to 'include/hardware/gps.h')
-rw-r--r--include/hardware/gps.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/hardware/gps.h b/include/hardware/gps.h
index 2073b9a..69bfd50 100644
--- a/include/hardware/gps.h
+++ b/include/hardware/gps.h
@@ -665,6 +665,12 @@ typedef struct {
* These parameters match values in the android.net.NetworkInfo class.
*/
void (*update_network_state) (int connected, int type, int roaming, const char* extra_info);
+
+ /**
+ * Notify GPS of network status changes.
+ * These parameters match values in the android.net.NetworkInfo class.
+ */
+ void (*update_network_availability) (int avaiable, const char* apn);
} AGpsRilInterface;
__END_DECLS