ddk_api.h
概述
声明主机侧访问设备的BASE DDK接口。
系统能力: SystemCapability.Driver.DDK.Extension
起始版本: 12
相关模块: Base DDK
汇总
函数
| 名称 | 描述 |
|---|---|
| OH_DDK_CreateAshmem (const uint8_t *name, DDK_Ashmem **ashmem) | 创建共享内存。 |
| OH_DDK_MapAshmem (DDK_Ashmem *ashmem),const uint8_t ashmemMapType | 共享内存映射。 |
| OH_DDK_UnmapAshmem (DDK_Ashmem *ashmem) | 取消共享内存映射。 |
| OH_DDK_DestroyAshmem (DDK_Ashmem *ashmem) | 销毁共享内存。 |