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

  /development/tools/emulator/opengl/system/OpenglSystemCommon/
gralloc_cb.h 29 mappedPid(0),
81 int mappedPid; // process id which succeeded gralloc_register call
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 447 if (cb->ashmemSize > 0 && cb->mappedPid != getpid()) {
454 cb->mappedPid = getpid();
478 if (cb->ashmemSize > 0 && cb->mappedPid == getpid()) {
486 cb->mappedPid = 0;

Completed in 88 milliseconds