FlpDiagnosticInterface 構造体リファレンス
FlpDiagnosticInterface 構造体リファレンス
#include <
fused_location.h
>
データ フィールド |
|
size_t | size |
void(* | init )( FlpDiagnosticCallbacks *callbacks) |
int(* | inject_data )(char *data, int length) |
詳細な説明
診断サポート用のインターフェースを拡張。
ファイル fused_location.h の 468 行 の定義。
フィールドのドキュメント
void(* init)( FlpDiagnosticCallbacks *callbacks) |
診断インターフェースを開き、このインターフェースの実装にコールバック ルーチンを提供します。
ファイル fused_location.h の 476 行 の定義。
int(* inject_data)(char *data, int length) |
診断データを FLP サブシステムに挿入します。成功した場合は 0、エラーの場合は -1 を返します。
ファイル fused_location.h の 482 行の定義。
size_t size |
sizeof(FlpDiagnosticInterface) に設定
ファイル fused_location.h の 470 行 の定義。
この構造体のドキュメントは、次のファイルから生成されました。
- hardware/libhardware/include/hardware/ fused_location.h