Home
last modified time | relevance | path

Searched refs:lowestPriorityPid (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
DDrmSessionManager.cpp147 int lowestPriorityPid; in reclaimSession() local
155 if (!getLowestPriority_l(&lowestPriorityPid, &lowestPriority)) { in reclaimSession()
162 if (!getLeastUsedSession_l(lowestPriorityPid, &drm, &sessionId)) { in reclaimSession()
172 GetSessionIdString(sessionId).string(), lowestPriorityPid); in reclaimSession()
181 bool DrmSessionManager::getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority) { in getLowestPriority_l() argument
206 *lowestPriorityPid = pid; in getLowestPriority_l()
DDrmSessionManager.h63 bool getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority);
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp354 int lowestPriorityPid; in getLowestPriorityBiggestClient_l() local
362 if (!getLowestPriorityPid_l(type, &lowestPriorityPid, &lowestPriority)) { in getLowestPriorityBiggestClient_l()
371 if (!getBiggestClient_l(lowestPriorityPid, type, client)) { in getLowestPriorityBiggestClient_l()
378 const String8 &type, int *lowestPriorityPid, int *lowestPriority) { in getLowestPriorityPid_l() argument
404 *lowestPriorityPid = pid; in getLowestPriorityPid_l()