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),
101 int mappedPid; // process id which succeeded gralloc_register call
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 555 if (cb->ashmemSize > 0 && cb->mappedPid != getpid()) {
562 cb->mappedPid = getpid();
592 if (cb->ashmemSize > 0 && cb->mappedPid == getpid()) {
600 cb->mappedPid = 0;

Completed in 1244 milliseconds