Searched refs:mProcessInfo (Results 1 – 5 of 5) sorted by relevance
58 : mProcessInfo(new ProcessInfo()), in DrmSessionManager()62 : mProcessInfo(processInfo), in DrmSessionManager()151 if (!mProcessInfo->getPriority(callingPid, &callingPriority)) { in reclaimSession()190 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriority_l()
203 : mProcessInfo(processInfo), in ResourceManagerService()237 if (!mProcessInfo->isValidPid(pid)) { in addResource()276 if (checkValid && !mProcessInfo->isValidPid(pid)) { in removeResource()325 if (!mProcessInfo->isValidPid(callingPid)) { in reclaimResource()462 if (!mProcessInfo->getPriority(callingPid, &callingPriority)) { in getLowestPriorityBiggestClient_l()497 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriorityPid_l()517 if (!mProcessInfo->getPriority(callingPid, &callingPidPriority)) { in isCallingPriorityHigher_l()522 if (!mProcessInfo->getPriority(pid, &priority)) { in isCallingPriorityHigher_l()
111 sp<ProcessInfoInterface> mProcessInfo; variable
67 sp<ProcessInfoInterface> mProcessInfo; member