From 440d4e4741a2641173b44bd9b810c9a4960206c2 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 7 Jul 2009 16:36:31 -0700 Subject: for [1965730], give a better name to gralloc buffers --- modules/gralloc/gralloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 @@ static int gralloc_alloc_buffer(alloc_device_t* dev, 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; -- cgit v1.1