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.
GpsXtraInterface Struct Reference
#include <
gps.h
>
Extended interface for XTRA support.
Definition at line
858
of file
gps.h
.
Opens the XTRA interface and provides the callback routines to the implementation of this interface.
Definition at line
865
of file
gps.h
.
int(* inject_xtra_data)(char *data, int length)
|
Injects XTRA data into the GPS.
Definition at line
867
of file
gps.h
.
set to sizeof(GpsXtraInterface)
Definition at line
860
of file
gps.h
.
The documentation for this struct was generated from the following file:
-
hardware/libhardware/include/hardware/
gps.h
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: GpsXtraInterface Struct Reference\n\nGpsXtraInterface Struct Reference\n=================================\n\n[Data Fields](#pub-attribs) \nGpsXtraInterface Struct Reference \n\n`\n#include \u003c\n`[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)`\n\u003e\n`\n\n|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Data Fields ----------- ||\n| size_t | [size](/reference/hal/struct_gps_xtra_interface#a854352f53b148adc24983a58a1866d66) |\n| ||\n| int(\\* | [init](/reference/hal/struct_gps_xtra_interface#a571611028fb8daaf70ebb3714ef06dd3) )( [GpsXtraCallbacks](/reference/hal/struct_gps_xtra_callbacks) \\*callbacks) |\n| ||\n| int(\\* | [inject_xtra_data](/reference/hal/struct_gps_xtra_interface#af0d98449621abe32abfedcd414d7fbd1) )(char \\*data, int length) |\n| ||\n\n\nDetailed Description\n--------------------\n\n\nExtended interface for XTRA support.\n\n\nDefinition at line\n[858](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\nField Documentation\n-------------------\n\n\n|-----------------------------------------------------------------------------------------|\n| int(\\* init)( [GpsXtraCallbacks](/reference/hal/struct_gps_xtra_callbacks) \\*callbacks) |\n\n\nOpens the XTRA interface and provides the callback routines to the implementation of this interface.\n\n\nDefinition at line\n[865](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|---------------------------------------------------|\n| int(\\* inject_xtra_data)(char \\*data, int length) |\n\n\nInjects XTRA data into the GPS.\n\n\nDefinition at line\n[867](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|-------------|\n| size_t size |\n\n\nset to sizeof(GpsXtraInterface)\n\n\nDefinition at line\n[860](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n*** ** * ** ***\n\nThe documentation for this struct was generated from the following file:\n\n- hardware/libhardware/include/hardware/ [gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)"]]