commit | 440d4e4741a2641173b44bd9b810c9a4960206c2 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Jul 07 16:36:31 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Jul 07 16:36:31 2009 -0700 |
tree | df1342b24f5dd60aa956cf7d28ac820550306101 | |
parent | 85ce19a4d3d3204cb9829dd74ac5bc2ba28ea654 [diff] [blame] |
for [1965730], give a better name to gralloc buffers
diff --git a/modules/gralloc/gralloc.cpp b/modules/gralloc/gralloc.cpp index 40d14dc..a01a95c 100644 --- a/modules/gralloc/gralloc.cpp +++ b/modules/gralloc/gralloc.cpp
@@ -242,7 +242,7 @@ if ((flags & private_handle_t::PRIV_FLAGS_USES_PMEM) == 0) { try_ashmem: - fd = ashmem_create_region("Buffer", size); + fd = ashmem_create_region("gralloc-buffer", size); if (fd < 0) { LOGE("couldn't create ashmem (%s)", strerror(-errno)); err = -errno;