context_hub_module_t 結構體參考資料
context_hub_module_t 結構體參考資料
#include <
context_hub.h
>
資料欄位 |
|
struct hw_module_t | 通用 |
int(* | get_hubs )(struct context_hub_module_t *module, const struct context_hub_t **list) |
int(* | subscribe_messages )(uint32_t hub_id, context_hub_callback cbk, void *cookie) |
int(* | send_message )(uint32_t hub_id, const struct hub_message_t *msg) |
詳細說明
每個硬體模組都必須有名為 HAL_MODULE_INFO_SYM 的資料結構,且此資料結構的欄位必須以 hw_module_t 開頭,後面接著模組專屬資訊。
定義位於檔案 context_hub.h 的第 391 行。
欄位說明文件
struct hw_module_t common |
定義位於檔案 context_hub.h 的 392 行。
int(* get_hubs)(struct context_hub_module_t *module, const struct context_hub_t **list) |
int(* send_message)(uint32_t hub_id, const struct hub_message_t *msg) |
int(* subscribe_messages)(uint32_t hub_id, context_hub_callback cbk, void *cookie) |
這個結構體的說明文件是由下列檔案產生:
- hardware/libhardware/include/hardware/ context_hub.h