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),
104 int ashmemBasePid; // process id which mapped the ashmem region
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 99 cb->ashmemBasePid = getpid();
653 if (cb->ashmemBasePid != getpid() || !cb->ashmemBase) {
825 if (cb->ashmemBasePid != getpid() || !cb->ashmemBase) {

Completed in 50 milliseconds