Searched refs:kHighPriorityPid (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/av/services/mediaresourcemanager/test/ |
H A D | ResourceManagerService_test.cpp | 286 mService->overridePid(kLowPriorityPid, kHighPriorityPid); in testOverridePid() 394 EXPECT_TRUE(mService->getAllClients_l(kHighPriorityPid, type, &clients)); in testGetAllClients() 419 CHECK_STATUS_TRUE(mService->reclaimResource(kHighPriorityPid, resources, &result)); in testReclaimResourceSecure() 423 CHECK_STATUS_TRUE(mService->reclaimResource(kHighPriorityPid, resources, &result)); in testReclaimResourceSecure() 441 CHECK_STATUS_TRUE(mService->reclaimResource(kHighPriorityPid, resources, &result)); in testReclaimResourceSecure() 460 CHECK_STATUS_TRUE(mService->reclaimResource(kHighPriorityPid, resources, &result)); in testReclaimResourceSecure() 464 CHECK_STATUS_TRUE(mService->reclaimResource(kHighPriorityPid, resources, &result)); in testReclaimResourceSecure() 468 CHECK_STATUS_TRUE(mService->reclaimResource(kHighPriorityPid, resources, &result)); in testReclaimResourceSecure() 484 CHECK_STATUS_TRUE(mService->reclaimResource(kHighPriorityPid, resources, &result)); in testReclaimResourceSecure() 489 CHECK_STATUS_TRUE(mService->reclaimResource(kHighPriorityPid, resources, &result)); in testReclaimResourceSecure() [all …]
|
H A D | ResourceManagerServiceTestUtils.h | 161 static const int kHighPriorityPid = 10; variable
|