欢迎光临散文网 会员登陆 & 注册

Android FrameWork HAL深度开发wds

2023-04-01 13:50 作者:鋻曘悈  | 我要投稿

struct hw_device_t;

hw_module_t

描述抽象硬件,关键成员methods



typedef struct hw_module_t {

    ...

    /** Identifier of module */

    const char *id;

    /** Name of this module */

    const char *name;

    /** Author/owner/implementor of the module */

    const char *author;

    /** Modules methods */

    struct hw_module_methods_t* methods;

    ...

}hw_module_t;


Android FrameWork HAL深度开发wds的评论 (共 条)

分享到微博请遵守国家法律