HomeSort by relevance Sort by last modified time
    Searched refs:ashmemSize (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 44 ashmemSize(p_ashmemSize),
97 int ashmemSize; // ashmem region size for the buffer (0 unless is HW_FB buffer or
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 88 if (cb->fd < 0 || cb->ashmemSize <= 0) {
92 void *addr = mmap(0, cb->ashmemSize, PROT_READ | PROT_WRITE,
374 if (cb->ashmemSize > 0 && cb->ashmemBase) {
375 munmap((void *)cb->ashmemBase, cb->ashmemSize);
544 if (cb->ashmemSize > 0 && cb->mappedPid != getpid()) {
581 if (cb->ashmemSize > 0 && cb->mappedPid == getpid()) {
583 int err = munmap((void *)cb->ashmemBase, cb->ashmemSize);

Completed in 882 milliseconds