Google は、黒人コミュニティに対する人種平等の促進に取り組んでいます。
取り組みを見る
AGpsInterface構造体リファレンス
#include < gps.h >
AGPSサポート用の拡張インターフェース。追加のAPNデータを渡すことができるように拡張されています。
ファイルgps.hの921行で定義されています。
int(* data_conn_closed)() |
AGPSデータ接続が閉じられたことを通知します。
ファイルgps.hの939行で定義されています。
int(* data_conn_failed)() |
AGPSでデータ接続が利用できないことを通知します。
ファイルgps.hの943行で定義されています。
int(* data_conn_open)(const char * apn) |
非推奨。 HALがAGpsInterface_v2をサポートする場合、このAPIは使用されません。詳細については、data_conn_open_with_apn_ip_typeを参照してください。
ファイルgps.hの935行で定義されています。
int(* data_conn_open_with_apn_ip_type)(const char * apn、 ApnIpType apnIpType) |
データ接続が使用可能であることを通知し、SUPL接続に使用されるAPNの名前とそのIPタイプを設定します。
ファイルgps.hの953行で定義されています。
AGPSインターフェースを開き、このインターフェースの実装にコールバックルーチンを提供します。
ファイルgps.hの929行で定義されています。
int(* set_server)( AGpsType type、const char * hostname、int port) |
AGPSサーバーのホスト名とポートを設定します。
ファイルgps.hの947行で定義されています。
sizeof(AGpsInterface)に設定
ファイルgps.hの923行で定義されています。
この構造体のドキュメントは、次のファイルから生成されました。
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.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]