Home
last modified time | relevance | path

Searched refs:ASHMEM (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dtoken.h29 ASHMEM, // "Ashmem" enumerator
H A Dlexer.cpp26 {"Ashmem", TokenType::ASHMEM },
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h37 ASHMEM, // "Ashmem" enumerator
H A Dlexer.cpp35 {"Ashmem", TokenType::ASHMEM },
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.h207 return token.kind >= TokenType::BOOLEAN && token.kind <= TokenType::ASHMEM; in IsPrimitiveType()
H A Dparser.cpp776 case TokenType::ASHMEM: in ParseType()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.h225 return token.kind >= TokenType::BOOLEAN && token.kind <= TokenType::ASHMEM; in IsPrimitiveType()
H A Dparser.cpp1023 case TokenType::ASHMEM: in CheckBasicType()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp58 static constexpr const char *const ASHMEM = "AshmemUsed"; variable
282 CheckString(fd, mem, data, ASHMEM, ASHMEM_PATH); in CollectMemInfo()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A D_image___native_module.md4604 如果操作成功返回的是IMAGE_SUCCESS,如果名字长度超出31位或者小于1位会返回IMAGE_BAD_PARAMETER。 如果既不是DMA内存也不是ASHMEM内存返回IMAGE_UNSUP…
H A Djs-apis-image.md3688 | name | string | 是 | pixelmap内存标识符,只允许DMA和ASHMEM内存形式的piexelmap设置,支持1-31位长度。 |
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A D_image___native_module.md5011 …MAGE_UNSUPPORTED_MEMORY_FORMAT** if the memory is neither DMA memory nor ASHMEM memory. For detail…
H A Djs-apis-image.md3708 | name | string | Yes | Memory name, which can be set only for a PixelMap with the DMA or ASHMEM m…