Searched refs:CHECK_STATUS_TRUE (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/mediaresourcemanager/test/ |
D | ResourceManagerService_test.cpp | 346 CHECK_STATUS_TRUE(mService->reclaimResource(clientInfo, resources, &result)); in testOverridePid() 386 CHECK_STATUS_TRUE(mService->reclaimResource(client2Info, resources, &result)); in testMarkClientForPendingRemoval() 406 CHECK_STATUS_TRUE(mService->reclaimResource(client2Info, resources, &result)); in testMarkClientForPendingRemoval() 412 CHECK_STATUS_TRUE(mService->reclaimResource(client2Info, resources, &result)); in testMarkClientForPendingRemoval() 560 CHECK_STATUS_TRUE(mService->reclaimResource(highPriorityClient1, resources, &result)); in testSelfReclaimResourceSecure() 597 CHECK_STATUS_TRUE(mService->reclaimResource(highPriorityClient, resources, &result)); in testReclaimResourceSecure() 603 CHECK_STATUS_TRUE(mService->reclaimResource(highPriorityClient, resources, &result)); in testReclaimResourceSecure() 622 CHECK_STATUS_TRUE(mService->reclaimResource(highPriorityClient, resources, &result)); in testReclaimResourceSecure() 641 CHECK_STATUS_TRUE(mService->reclaimResource(highPriorityClient, resources, &result)); in testReclaimResourceSecure() 647 CHECK_STATUS_TRUE(mService->reclaimResource(highPriorityClient, resources, &result)); in testReclaimResourceSecure() [all …]
|
D | ResourceManagerServiceTestUtils.h | 197 #define CHECK_STATUS_TRUE(conditionThatUpdatesResult) \ macro
|