05 2012 档案

Android HAL 层,三个重要的结构体的源码~
摘要:最近在学习android HAL 层 ~ 离不开这三个数据结构~~先贴出来typedef struct hw_module_t { /** tag must be initialized to HARDWARE_MODULE_TAG */ uint32_t tag; /** major version number for the module */ uint16_t version_major; /** minor version number of the module */ uint16_t version_minor; /** Identifier of module */ const 阅读全文

posted @ 2012-05-29 16:48 six_string 阅读(352) 评论(0) 推荐(0)