Home
last modified time | relevance | path

Searched refs:getLowestPriorityPid_l (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.h113 bool getLowestPriorityPid_l(MediaResource::Type type, int *pid, int *priority);
DResourceManagerService.cpp593 if (!getLowestPriorityPid_l(type, &lowestPriorityPid, &lowestPriority)) { in getLowestPriorityBiggestClient_l()
608 bool ResourceManagerService::getLowestPriorityPid_l( in getLowestPriorityPid_l() function in android::ResourceManagerService
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp610 EXPECT_FALSE(mService->getLowestPriorityPid_l(type, &pid, &priority)); in testGetLowestPriorityPid()
614 EXPECT_TRUE(mService->getLowestPriorityPid_l(type, &pid, &priority)); in testGetLowestPriorityPid()
621 EXPECT_TRUE(mService->getLowestPriorityPid_l(type, &pid, &priority)); in testGetLowestPriorityPid()
762 TEST_F(ResourceManagerServiceTest, getLowestPriorityPid_l) { in TEST_F() argument