AGpsRilInterface 構造体リファレンス

AGpsRilInterface 構造体リファレンス

#include < gps.h >

データ フィールド

size_t size
 
void(*  init )( AGpsRilCallbacks *callbacks)
 
void(*  set_ref_location )(const AGpsRefLocation *agps_reflocation, size_t sz_struct)
 
void(*  set_set_id )( AGpsSetIDType type, const char *setid)
 
void(*  ni_message )(uint8_t *msg, size_t len)
 
void(*  update_network_state )(int connected, int type, int roaming, const char *extra_info)
 
void(*  update_network_availability )(int avaiable, const char *apn)
 

詳細な説明

AGPS_RIL サポート用のインターフェースを拡張。

ファイル gps.h 1145 行の定義。

フィールドのドキュメント

void(* init)( AGpsRilCallbacks *callbacks)

AGPS インターフェースを開き、このインターフェースの実装にコールバック ルーチンを提供します。

ファイル gps.h 1,152 行目の定義。

void(* ni_message)(uint8_t *msg, size_t len)

ネットワークから開始されたメッセージを送信します。

ファイル gps.h 1166 行の定義。

void(* set_ref_location)(const AGpsRefLocation *agps_reflocation, size_t sz_struct)

参照位置を設定します。

ファイル gps.h 1157 行目の定義。

void(* set_set_id)( AGpsSetIDType type, const char *setid)

セット ID を設定します。

ファイル gps.h 1161 行目の定義。

size_t size

sizeof(AGpsRilInterface) に設定

ファイル gps.h 1,147 行 の定義。

void(* update_network_availability)(int avaiable, const char *apn)

ネットワーク ステータスの変更を GPS に通知します。これらのパラメータは、android.net.NetworkInfo クラスの値と一致します。

ファイル gps.h 1178 行目の定義。

void(* update_network_state)(int connected, int type, int roaming, const char *extra_info)

ネットワーク ステータスの変更を GPS に通知します。これらのパラメータは、android.net.NetworkInfo クラスの値と一致します。

ファイル gps.h 1172 行目の定義。


この構造体のドキュメントは、次のファイルから生成されました。
  • hardware/libhardware/include/hardware/ gps.h