Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DDrmSessionManager.cpp147 int lowestPriority; in reclaimSession() local
154 if (!getLowestPriority_l(&lowestPriorityPid, &lowestPriority)) { in reclaimSession()
157 if (lowestPriority <= callingPriority) { in reclaimSession()
180 bool DrmSessionManager::getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority) { in getLowestPriority_l() argument
206 *lowestPriority = priority; in getLowestPriority_l()
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp460 int lowestPriority; in getLowestPriorityBiggestClient_l() local
467 if (!getLowestPriorityPid_l(type, &lowestPriorityPid, &lowestPriority)) { in getLowestPriorityBiggestClient_l()
470 if (lowestPriority <= callingPriority) { in getLowestPriorityBiggestClient_l()
472 lowestPriority, callingPriority); in getLowestPriorityBiggestClient_l()
483 MediaResource::Type type, int *lowestPriorityPid, int *lowestPriority) { in getLowestPriorityPid_l() argument
510 *lowestPriority = priority; in getLowestPriorityPid_l()
/frameworks/av/media/libmedia/include/media/
DDrmSessionManager.h63 bool getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority);
/frameworks/av/include/mediadrm/
DDrmSessionManager.h63 bool getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority);