Lines Matching refs:gProcess
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;