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

  /frameworks/native/include/private/binder/
Static.h 35 extern sp<ProcessState> gProcess;
  /frameworks/native/libs/binder/
Static.cpp 76 sp<ProcessState> gProcess;
ProcessState.cpp 73 if (gProcess != NULL) {
74 return gProcess;
76 gProcess = new ProcessState;
77 return gProcess;

Completed in 60 milliseconds