Searched refs:netsimProc (Results 1 – 1 of 1) sorted by relevance
110 std::unique_ptr<android::base::ObservableProcess> netsimProc; in GetChannel() local117 if ((!netsimProc || !netsimProc->isAlive()) && in GetChannel()120 netsimProc ? "the process died" : "it is not yet launched"); in GetChannel()121 netsimProc = RunNetsimd(options); in GetChannel()