Searched refs:lowPriorityClient (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/services/mediaresourcemanager/test/ |
D | ResourceManagerService_test.cpp | 518 ClientInfoParcel lowPriorityClient{.pid = static_cast<int32_t>(kLowPriorityPid), in testSelfReclaimResourceSecure() local 550 CHECK_STATUS_FALSE(mService->reclaimResource(lowPriorityClient, resources, &result)); in testSelfReclaimResourceSecure() 574 ClientInfoParcel lowPriorityClient{.pid = static_cast<int32_t>(kLowPriorityPid), in testReclaimResourceSecure() local 593 CHECK_STATUS_FALSE(mService->reclaimResource(lowPriorityClient, resources, &result)); in testReclaimResourceSecure() 618 CHECK_STATUS_FALSE(mService->reclaimResource(lowPriorityClient, resources, &result)); in testReclaimResourceSecure() 637 CHECK_STATUS_FALSE(mService->reclaimResource(lowPriorityClient, resources, &result)); in testReclaimResourceSecure() 668 CHECK_STATUS_FALSE(mService->reclaimResource(lowPriorityClient, resources, &result)); in testReclaimResourceSecure() 725 ClientInfoParcel lowPriorityClient{.pid = static_cast<int32_t>(kLowPriorityPid), in testReclaimResourceNonSecure() local 744 CHECK_STATUS_FALSE(mService->reclaimResource(lowPriorityClient, resources, &result)); in testReclaimResourceNonSecure() 770 CHECK_STATUS_FALSE(mService->reclaimResource(lowPriorityClient, resources, &result)); in testReclaimResourceNonSecure()
|