HomeSort by relevance Sort by last modified time
    Searched refs:lowestPriority (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libmediaplayerservice/
DrmSessionManager.cpp 148 int lowestPriority;
155 if (!getLowestPriority_l(&lowestPriorityPid, &lowestPriority)) {
158 if (lowestPriority <= callingPriority) {
181 bool DrmSessionManager::getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority) {
207 *lowestPriority = priority;
DrmSessionManager.h 63 bool getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority);
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.cpp 355 int lowestPriority;
362 if (!getLowestPriorityPid_l(type, &lowestPriorityPid, &lowestPriority)) {
365 if (lowestPriority <= callingPriority) {
367 lowestPriority, callingPriority);
378 const String8 &type, int *lowestPriorityPid, int *lowestPriority) {
405 *lowestPriority = priority;

Completed in 5233 milliseconds