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

  /frameworks/av/include/media/
DrmSessionManager.h 63 bool getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority);
  /frameworks/av/drm/libmediadrm/
DrmSessionManager.cpp 154 if (!getLowestPriority_l(&lowestPriorityPid, &lowestPriority)) {
180 bool DrmSessionManager::getLowestPriority_l(int* lowestPriorityPid, int* lowestPriority) {
  /frameworks/av/media/libmediaplayerservice/tests/
DrmSessionManager_test.cpp 127 EXPECT_FALSE(mDrmSessionManager->getLowestPriority_l(&pid, &priority));
130 EXPECT_TRUE(mDrmSessionManager->getLowestPriority_l(&pid, &priority));
  /frameworks/av/services/mediadrm/tests/
DrmSessionManager_test.cpp 123 EXPECT_FALSE(mDrmSessionManager->getLowestPriority_l(&pid, &priority));
126 EXPECT_TRUE(mDrmSessionManager->getLowestPriority_l(&pid, &priority));

Completed in 101 milliseconds