Lines Matching refs:Ashmem
6 Provides APIs for creating, mapping, unmapping, and destroying an **Ashmem** object.
43 …) (const uint8_t *name, [DDK_Ashmem](_ddk_ashmem.md) \*\*ashmem) | Creates an **Ashmem** object. |
44 …[DDK_Ashmem](_ddk_ashmem.md) \*ashmem, const uint8_t ashmemMapType) | Maps an **Ashmem** object. |
45 …mem](#oh_ddk_unmapashmem) ([DDK_Ashmem](_ddk_ashmem.md) \*ashmem) | Unmaps an **Ashmem** object. |
46 …(#oh_ddk_destoryashmem) ([DDK_Ashmem](_ddk_ashmem.md) \*ashmem) | Destroys an **Ashmem** object. |
84 Creates an **Ashmem** object.
90 | name | Name of the **Ashmem** object.|
91 | size | Buffer size of the **Ashmem** object.|
92 | ashmem | Pointer to the **Ashmem** object.|
110 Maps an **Ashmem** object.
116 | ashmem | Pointer to the **Ashmem** object.|
117 | ashmemMapType | Mapping type for the **Ashmem** object.|
136 Unmaps an **Ashmem** object.
142 | ashmem | Pointer to the **Ashmem** object.|
165 | ashmem | Pointer to the **Ashmem** object.|