Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
AGpsInterface_v1 Struct Reference
#include <
gps_internal.h
>
Legacy extended interface for AGPS support. See AGpsInterface_v2 for more information.
Definition at line
84
of file
gps_internal.h
.
int(* data_conn_closed)()
|
int(* data_conn_failed)()
|
int(* data_conn_open)(const char *apn)
|
int(* set_server)(
AGpsType
type, const char *hostname, int port)
|
The documentation for this struct was generated from the following file:
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2019-10-02 UTC."],[],[],null,["# Android Hardware Abstraction Layer: AGpsInterface_v1 Struct Reference\n\nAGpsInterface_v1 Struct Reference\n=================================\n\n[Data Fields](#pub-attribs) \nAGpsInterface_v1 Struct Reference \n\n`\n#include \u003c\n`[gps_internal.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)`\n\u003e\n`\n\n|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Data Fields ----------- ||\n| size_t | [size](/reference/hal/struct_a_gps_interface__v1#a854352f53b148adc24983a58a1866d66) |\n| ||\n| void(\\* | [init](/reference/hal/struct_a_gps_interface__v1#a72feb2719b8809d7064eac96b4a5fb8f) )( [AGpsCallbacks](/reference/hal/struct_a_gps_callbacks) \\*callbacks) |\n| ||\n| int(\\* | [data_conn_open](/reference/hal/struct_a_gps_interface__v1#a591c421c92b4628d493f1ae55a1ab6d9) )(const char \\*apn) |\n| ||\n| int(\\* | [data_conn_closed](/reference/hal/struct_a_gps_interface__v1#aa413d6d9fe05cd2bd9c1f531c3f37bf7) )() |\n| ||\n| int(\\* | [data_conn_failed](/reference/hal/struct_a_gps_interface__v1#a5b66d04a0b8ab39e01d3f3ec4e6e0c97) )() |\n| ||\n| int(\\* | [set_server](/reference/hal/struct_a_gps_interface__v1#a9723f353ecadc2b585cd58f0c60012ae) )( [AGpsType](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h) type, const char \\*hostname, int port) |\n| ||\n\n\nDetailed Description\n--------------------\n\n\nLegacy extended interface for AGPS support. See AGpsInterface_v2 for more information.\n\n\nDefinition at line\n[84](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\nof file\n[gps_internal.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\n.\n\nField Documentation\n-------------------\n\n\n|----------------------------|\n| int(\\* data_conn_closed)() |\n\n\nDefinition at line\n[89](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\nof file\n[gps_internal.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\n.\n\n|----------------------------|\n| int(\\* data_conn_failed)() |\n\n\nDefinition at line\n[90](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\nof file\n[gps_internal.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\n.\n\n|------------------------------------------|\n| int(\\* data_conn_open)(const char \\*apn) |\n\n\nDefinition at line\n[88](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\nof file\n[gps_internal.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\n.\n\n|------------------------------------------------------------------------------------|\n| void(\\* init)( [AGpsCallbacks](/reference/hal/struct_a_gps_callbacks) \\*callbacks) |\n\n\nDefinition at line\n[87](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\nof file\n[gps_internal.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\n.\n\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| int(\\* set_server)( [AGpsType](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h) type, const char \\*hostname, int port) |\n\n\nDefinition at line\n[91](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\nof file\n[gps_internal.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\n.\n\n|-------------|\n| size_t size |\n\n\nset to sizeof(AGpsInterface_v1)\n\n\nDefinition at line\n[86](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\nof file\n[gps_internal.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)\n.\n\n*** ** * ** ***\n\nThe documentation for this struct was generated from the following file:\n\n- hardware/libhardware/include/hardware/ [gps_internal.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps_internal.h)"]]