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

  /system/libhwbinder/include/hwbinder/
Static.h 33 extern sp<ProcessState> gProcess;
  /frameworks/native/libs/binder/include/private/binder/
Static.h 34 extern sp<ProcessState> gProcess;
  /frameworks/native/libs/binder/
ProcessState.cpp 71 if (gProcess != NULL) {
72 return gProcess;
74 gProcess = new ProcessState("/dev/binder");
75 return gProcess;
81 if (gProcess != NULL) {
84 if (!strcmp(gProcess->getDriverName().c_str(), driver)) {
85 return gProcess;
89 gProcess = new ProcessState(driver);
90 return gProcess;
96 return gProcess;
    [all...]
Static.cpp 76 sp<ProcessState> gProcess;
  /system/connectivity/wificond/tests/integration/
binder_dispatcher.cpp 52 gProcess.clear();
  /system/libhwbinder/
Static.cpp 77 sp<ProcessState> gProcess;
ProcessState.cpp 71 if (gProcess != NULL) {
72 return gProcess;
74 gProcess = new ProcessState;
75 return gProcess;
80 return gProcess;

Completed in 127 milliseconds