Searched refs:getLowestPriority_l (Results 1 – 4 of 4) sorted by relevance
154 if (!getLowestPriority_l(&lowestPriorityPid, &lowestPriority)) { in reclaimSession()180 bool DrmSessionManager::getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority) { in getLowestPriority_l() function in android::DrmSessionManager
63 bool getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority);
127 EXPECT_FALSE(mDrmSessionManager->getLowestPriority_l(&pid, &priority)); in testGetLowestPriority()130 EXPECT_TRUE(mDrmSessionManager->getLowestPriority_l(&pid, &priority)); in testGetLowestPriority()