Home
last modified time | relevance | path

Searched refs:ASHMEM_NAME_LEN (Results 1 – 3 of 3) sorted by relevance

/system/core/include/utils/
Dashmem.h16 #define ASHMEM_NAME_LEN 256 macro
30 #define ASHMEM_SET_NAME _IOW(__ASHMEMIOC, 1, char[ASHMEM_NAME_LEN])
31 #define ASHMEM_GET_NAME _IOR(__ASHMEMIOC, 2, char[ASHMEM_NAME_LEN])
/system/core/include/cutils/
Dashmem.h31 #define ASHMEM_NAME_LEN 256 macro
/system/core/libcutils/
Dashmem-dev.c51 char buf[ASHMEM_NAME_LEN] = {0}; in ashmem_create_region()