Searched refs:memory_type (Results 1 – 5 of 5) sorted by relevance
/hardware/google/graphics/common/libmemtrack/ |
D | mali.cpp | 139 char memory_type[16] = {0}; in mali_memtrack_get_memory() local 164 … ret = sscanf(line, "%*s %15s %15s %*s %*s %lld \n", memory_type, memory_type_2, &temp_val); in mali_memtrack_get_memory() 169 if ((strcmp(memory_type, "Native") == 0) && in mali_memtrack_get_memory() 193 ret = sscanf(line, "%15s %*s %*s %lld \n", memory_type, &temp_val); in mali_memtrack_get_memory() 198 if (strcmp(memory_type, "Total") == 0) { in mali_memtrack_get_memory()
|
/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
D | msm_ion.h | 155 enum ion_memory_types memory_type; member 182 enum ion_memory_types memory_type; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_ion.h | 155 enum ion_memory_types memory_type; member 182 enum ion_memory_types memory_type; member
|
D | ion.h | 101 enum ion_memory_types memory_type; member
|
/hardware/google/graphics/common/libacryl/include/hardware/exynos/ |
D | acryl.h | 462 enum memory_type { MT_DMABUF = 1, MT_USERPTR = 2, MT_EMPTY = 3 }; enum 604 memory_type getBufferType() { return mMemoryType; } in getBufferType() 686 memory_type mMemoryType;
|