Home
last modified time | relevance | path

Searched refs:mProcessInfo (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/os/
DAppZygote.java60 private final ProcessInfo mProcessInfo; field in AppZygote
65 mProcessInfo = processInfo; in AppZygote()
113 mAppInfo, mProcessInfo); in connectToZygoteIfNeededLocked()
/frameworks/av/services/mediaresourcemanager/
DResourceTracker.cpp72 mProcessInfo(processInfo) { in ResourceTracker()
101 if (!mProcessInfo->isPidUidTrusted(pid, uid)) { in addResource()
156 if (!mProcessInfo->isPidTrusted(pid)) { in removeResource()
205 if (validateCallingPid && !mProcessInfo->isPidTrusted(pid)) { in removeResource()
277 if (!mProcessInfo->isPidTrusted(pid)) { in markClientForPendingRemoval()
303 if (!mProcessInfo->isPidTrusted(pid)) { in getClientsMarkedPendingRemoval()
367 if (!mProcessInfo->overrideProcessInfo(pid, procState, oomScore)) { in overrideProcessInfo()
390 mProcessInfo->removeProcessInfoOverride(pid); in removeProcessInfoOverride()
709 return mProcessInfo->getPriority(newPid, priority); in getPriority()
DResourceManagerService.cpp176 : mProcessInfo(processInfo), in ResourceManagerService()
184 mResourceManagerMetrics = std::make_unique<ResourceManagerMetrics>(mProcessInfo); in ResourceManagerService()
313 if (!mProcessInfo->isPidUidTrusted(pid, uid)) { in addResource()
365 if (!mProcessInfo->isPidTrusted(pid)) { in removeResource()
426 if (checkValid && !mProcessInfo->isPidTrusted(pid)) { in removeResource()
491 if (!mProcessInfo->isPidTrusted(callingPid)) { in getTargetClients()
765 if (!mProcessInfo->overrideProcessInfo(pid, procState, oomScore)) { in overrideProcessInfo_l()
821 mProcessInfo->removeProcessInfoOverride(pid); in removeProcessInfoOverride_l()
834 if (!mProcessInfo->isPidTrusted(pid)) { in markClientForPendingRemoval()
866 if (!mProcessInfo->isPidTrusted(pid)) { in reclaimResourcesFromClientsPendingRemoval()
[all …]
DUidObserver.cpp35 mProcessInfo(processInfo) { in UidObserver()
113 if (mProcessInfo->checkProcessExistent(pids, &existent)) { in getTerminatedProcesses()
DUidObserver.h111 sp<ProcessInfoInterface> mProcessInfo; variable
DResourceManagerServiceNew.cpp43 mProcessInfo); in init()
241 if (!mProcessInfo->isPidTrusted(callingPid)) { in getTargetClients()
DResourceTracker.h251 sp<ProcessInfoInterface> mProcessInfo; variable
DResourceManagerService.h246 sp<ProcessInfoInterface> mProcessInfo; variable
/frameworks/base/services/core/java/com/android/server/wm/
DBackgroundActivityStartController.java570 private String mProcessInfo; field in BalVerdict
584 mProcessInfo = msg + " (uid=" + process.mUid + ",pid=" + process.getPid() + ")"; in withProcessInfo()
624 if (mProcessInfo != null) { in toString()
626 builder.append(mProcessInfo); in toString()