Home
last modified time | relevance | path

Searched refs:mProcessInfo (Results 1 – 3 of 3) 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/
DResourceManagerService.cpp332 : mProcessInfo(processInfo), in ResourceManagerService()
445 if (!mProcessInfo->isPidUidTrusted(pid, uid)) { in addResource()
503 if (!mProcessInfo->isPidTrusted(pid)) { in removeResource()
571 if (checkValid && !mProcessInfo->isPidTrusted(pid)) { in removeResource()
626 if (!mProcessInfo->isPidTrusted(callingPid)) { in reclaimResource()
814 if (!mProcessInfo->overrideProcessInfo(pid, procState, oomScore)) { in overrideProcessInfo()
865 mProcessInfo->removeProcessInfoOverride(pid); in removeProcessInfoOverride_l()
879 if (!mProcessInfo->isPidTrusted(pid)) { in markClientForPendingRemoval()
911 if (!mProcessInfo->isPidTrusted(pid)) { in reclaimResourcesFromClientsPendingRemoval()
963 return mProcessInfo->getPriority(newPid, priority); in getPriority_l()
DResourceManagerService.h175 sp<ProcessInfoInterface> mProcessInfo; variable