audio_module结构参考
audio_module结构参考
#include < audio.h >
资料栏位 | |
结构hw_module_t | 常见的 |
详细说明
每个硬件模块必须具有一个名为HAL_MODULE_INFO_SYM的数据结构,并且该数据结构的字段必须以hw_module_t开头,后跟模块特定的信息。
现场文件
struct hw_module_t通用 |
该结构的文档是从以下文件生成的:
#include < audio.h >
资料栏位 | |
结构hw_module_t | 常见的 |
每个硬件模块必须具有一个名为HAL_MODULE_INFO_SYM的数据结构,并且该数据结构的字段必须以hw_module_t开头,后跟模块特定的信息。
struct hw_module_t通用 |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.