Searched refs:mZygote (Results 1 – 1 of 1) sorted by relevance
55 private ChildZygoteProcess mZygote; field in AppZygote72 if (mZygote != null) return mZygote; in getProcess()75 return mZygote; in getProcess()94 if (mZygote != null) { in stopZygoteLocked()97 mZygote.close(); in stopZygoteLocked()98 Process.killProcess(mZygote.getPid()); in stopZygoteLocked()99 mZygote = null; in stopZygoteLocked()108 mZygote = Process.ZYGOTE_PROCESS.startChildZygote( in connectToZygoteIfNeededLocked()122 ZygoteProcess.waitForConnectionToZygote(mZygote.getPrimarySocketAddress()); in connectToZygoteIfNeededLocked()125 mZygote.preloadApp(mAppInfo, abi); in connectToZygoteIfNeededLocked()