power_module 結構體參考資料

power_module 結構體參考資料

#include < power.h >

資料欄位

struct hw_module_t   通用
 
void(*  init )(struct power_module *module)
 
void(*  setInteractive )(struct power_module *module, int on)
 
void(*  powerHint )(struct power_module *module, power_hint_t hint, void *data)
 
void(*  setFeature )(struct power_module *module, feature_t feature, int state)
 
int(*  get_platform_low_power_stats )(struct power_module *module, power_state_platform_sleep_state_t *list)
 
ssize_t(*  get_number_of_platform_modes )(struct power_module *module)
 
int(*  get_voter_list )(struct power_module *module, size_t *voter)
 

詳細說明

每個硬體模組都必須有名為 HAL_MODULE_INFO_SYM 的資料結構,且此資料結構的欄位必須以 hw_module_t 開頭,後面接著模組專屬資訊。

定義位於檔案 power.h 163 行。

欄位說明文件

struct hw_module_t common

定義位於檔案 power.h 164 行。

ssize_t(* get_number_of_platform_modes)(struct power_module *module)

定義位於檔案 power.h 的 309 行。

int(* get_platform_low_power_stats)(struct power_module *module, power_state_platform_sleep_state_t *list)

定義位於檔案 power.h 291 行。

int(* get_voter_list)(struct power_module *module, size_t *voter)

定義位於檔案 power.h 326 行。

void(* init)(struct power_module *module)

定義位於檔案 power.h 176 行。

void(* powerHint)(struct power_module *module, power_hint_t hint, void *data)

定義位於檔案 power.h 255 行。

void(* setFeature)(struct power_module *module, feature_t feature, int state)

定義位於檔案 power.h 270 行。

void(* setInteractive)(struct power_module *module, int on)

定義位於檔案 power.h 204 行。


這個結構體的說明文件是由下列檔案產生:
  • hardware/libhardware/include/hardware/ power.h