Searched refs:getLowestPriorityPid_l (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/mediaresourcemanager/test/ |
D | ResourceManagerService_test.cpp | 464 EXPECT_FALSE(mService->getLowestPriorityPid_l(type, &pid, &priority)); in testGetLowestPriorityPid() 468 EXPECT_TRUE(mService->getLowestPriorityPid_l(type, &pid, &priority)); in testGetLowestPriorityPid() 475 EXPECT_TRUE(mService->getLowestPriorityPid_l(type, &pid, &priority)); in testGetLowestPriorityPid() 530 TEST_F(ResourceManagerServiceTest, getLowestPriorityPid_l) { in TEST_F() argument
|
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceManagerService.h | 93 bool getLowestPriorityPid_l(const String8 &type, int *pid, int *priority);
|
D | ResourceManagerService.cpp | 362 if (!getLowestPriorityPid_l(type, &lowestPriorityPid, &lowestPriority)) { in getLowestPriorityBiggestClient_l() 377 bool ResourceManagerService::getLowestPriorityPid_l( in getLowestPriorityPid_l() function in android::ResourceManagerService
|