Lines Matching refs:pis
32 sp<IProcessInfoService> pis; in getProcessStatesImpl() local
34 pis = mProcessInfoService; in getProcessStatesImpl()
39 if (pis != nullptr) { in getProcessStatesImpl()
40 err = pis->getProcessStatesFromPids(length, /*in*/ pids, /*out*/ states); in getProcessStatesImpl()
42 if (IInterface::asBinder(pis)->isBinderAlive()) return err; in getProcessStatesImpl()
47 if (pis == mProcessInfoService) { in getProcessStatesImpl()
50 pis = mProcessInfoService; in getProcessStatesImpl()
64 sp<IProcessInfoService> pis; in getProcessStatesScoresImpl() local
66 pis = mProcessInfoService; in getProcessStatesScoresImpl()
71 if (pis != nullptr) { in getProcessStatesScoresImpl()
72 err = pis->getProcessStatesAndOomScoresFromPids(length, in getProcessStatesScoresImpl()
75 if (IInterface::asBinder(pis)->isBinderAlive()) return err; in getProcessStatesScoresImpl()
80 if (pis == mProcessInfoService) { in getProcessStatesScoresImpl()
83 pis = mProcessInfoService; in getProcessStatesScoresImpl()