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

  /frameworks/base/include/private/binder/
Static.h 32 extern sp<ProcessState> gProcess;
  /frameworks/base/libs/binder/
Static.cpp 30 sp<ProcessState> gProcess;
ProcessState.cpp 78 if (gProcess != NULL) return gProcess;
81 if (gProcess == NULL) gProcess = new ProcessState;
82 return gProcess;

Completed in 36 milliseconds