Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DDrmSessionManager.cpp59 : mProcessInfo(new ProcessInfo()), in DrmSessionManager()
63 : mProcessInfo(processInfo), in DrmSessionManager()
152 if (!mProcessInfo->getPriority(callingPid, &callingPriority)) { in reclaimSession()
191 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriority_l()
DDrmSessionManager.h67 sp<ProcessInfoInterface> mProcessInfo; member
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp137 : mProcessInfo(new ProcessInfo()), in ResourceManagerService()
143 : mProcessInfo(processInfo), in ResourceManagerService()
357 if (!mProcessInfo->getPriority(callingPid, &callingPriority)) { in getLowestPriorityBiggestClient_l()
392 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) { in getLowestPriorityPid_l()
412 if (!mProcessInfo->getPriority(callingPid, &callingPidPriority)) { in isCallingPriorityHigher_l()
417 if (!mProcessInfo->getPriority(pid, &priority)) { in isCallingPriorityHigher_l()
DResourceManagerService.h107 sp<ProcessInfoInterface> mProcessInfo; variable