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

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 46 ashmemBasePid(0),
100 int ashmemBasePid; // process id which mapped the ashmem region
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 103 cb->ashmemBasePid = getpid();
664 if (cb->ashmemBasePid != getpid() || !cb->ashmemBase) {
827 if (cb->ashmemBasePid != getpid() || !cb->ashmemBase) {

Completed in 64 milliseconds