Searched refs:pidInfo (Results 1 – 1 of 1) sorted by relevance
235 pid_t serverPid, PidInfo *pidInfo) const { in getPidInfo()258 pidInfo->refPids[ptr].push_back(pid); in getPidInfo()280 pidInfo->threadUsage++; in getPidInfo()283 pidInfo->threadCount++; in getPidInfo()727 const PidInfo* pidInfo = getPidInfoCached(debugInfo.pid); in fetchBinderizedEntry() local728 if (pidInfo == nullptr) { in fetchBinderizedEntry()735 auto it = pidInfo->refPids.find(debugInfo.ptr); in fetchBinderizedEntry()736 if (it != pidInfo->refPids.end()) { in fetchBinderizedEntry()740 entry->threadUsage = pidInfo->threadUsage; in fetchBinderizedEntry()741 entry->threadCount = pidInfo->threadCount; in fetchBinderizedEntry()