Tài liệu tham khảo về cấu trúc power_module

Tài liệu tham khảo về cấu trúc power_module

#include < power.h >

Trường dữ liệu

struct hw_module_t   common
 
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)
 

Nội dung mô tả chi tiết

Mỗi mô-đun phần cứng phải có một cấu trúc dữ liệu có tên là HAL_MODULE_INFO_SYM và các trường của cấu trúc dữ liệu này phải bắt đầu bằng hw_module_t , theo sau là thông tin cụ thể về mô-đun.

Định nghĩa tại dòng 163 của tệp power.h .

Tài liệu về trường

cấu trúc hw_module_t phổ biến

Định nghĩa tại dòng 164 của tệp power.h .

ssize_t(* get_number_of_platform_modes)(struct power_module *module)

Định nghĩa tại dòng 309 của tệp power.h .

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

Định nghĩa tại dòng 291 của tệp power.h .

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

Định nghĩa tại dòng 326 của tệp power.h .

void(* init)(struct power_module *module)

Định nghĩa tại dòng 176 của tệp power.h .

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

Định nghĩa tại dòng 255 của tệp power.h .

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

Định nghĩa tại dòng 270 của tệp power.h .

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

Định nghĩa tại dòng 204 của tệp power.h .


Tài liệu cho cấu trúc này được tạo từ tệp sau:
  • hardware/libhardware/include/hardware/ power.h