Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp91 static const int kLowPriorityPid = 40; variable
242 EXPECT_FALSE(mService->getAllClients_l(kLowPriorityPid, type, &clients)); in testGetAllClients()
265 EXPECT_FALSE(mService->reclaimResource(kLowPriorityPid, resources)); in testReclaimResourceSecure()
287 EXPECT_FALSE(mService->reclaimResource(kLowPriorityPid, resources)); in testReclaimResourceSecure()
306 EXPECT_FALSE(mService->reclaimResource(kLowPriorityPid, resources)); in testReclaimResourceSecure()
332 EXPECT_FALSE(mService->reclaimResource(kLowPriorityPid, resources)); in testReclaimResourceSecure()
384 EXPECT_FALSE(mService->reclaimResource(kLowPriorityPid, resources)); in testReclaimResourceNonSecure()
406 EXPECT_FALSE(mService->reclaimResource(kLowPriorityPid, resources)); in testReclaimResourceNonSecure()
452 EXPECT_FALSE(mService->getLowestPriorityBiggestClient_l(kLowPriorityPid, type, &client)); in testGetLowestPriorityBiggestClient()