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

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 47 mappedPid(0),
105 int mappedPid; // process id which succeeded gralloc_register call
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 544 if (cb->ashmemSize > 0 && cb->mappedPid != getpid()) {
551 cb->mappedPid = getpid();
581 if (cb->ashmemSize > 0 && cb->mappedPid == getpid()) {
589 cb->mappedPid = 0;

Completed in 71 milliseconds