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.cpp439 int lowestPriority; in getLowestPriorityBiggestClient_l() local
446 if (!getLowestPriorityPid_l(type, &lowestPriorityPid, &lowestPriority)) { in getLowestPriorityBiggestClient_l()
449 if (lowestPriority <= callingPriority) { in getLowestPriorityBiggestClient_l()
451 lowestPriority, callingPriority); in getLowestPriorityBiggestClient_l()
462 MediaResource::Type type, int *lowestPriorityPid, int *lowestPriority) { in getLowestPriorityPid_l() argument
489 *lowestPriority = priority; in getLowestPriorityPid_l()
/frameworks/av/media/libmedia/include/media/
DDrmSessionManager.h63 bool getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority);
/frameworks/av/include/media/
DDrmSessionManager.h63 bool getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority);