Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp338 ClientInfoParcel clientInfo{.pid = static_cast<int32_t>(kLowPriorityPid), in testOverridePid()
345 mService->overridePid(kLowPriorityPid, kHighPriorityPid); in testOverridePid()
349 mService->overridePid(kLowPriorityPid, -1); in testOverridePid()
480 ResourceRequestInfo requestInfoLow { kLowPriorityPid, kLowPriorityClientId, &resource}; in testGetAllClients()
518 ClientInfoParcel lowPriorityClient{.pid = static_cast<int32_t>(kLowPriorityPid), in testSelfReclaimResourceSecure()
574 ClientInfoParcel lowPriorityClient{.pid = static_cast<int32_t>(kLowPriorityPid), in testReclaimResourceSecure()
725 ClientInfoParcel lowPriorityClient{.pid = static_cast<int32_t>(kLowPriorityPid), in testReclaimResourceNonSecure()
829 ResourceRequestInfo requestInfoLow { kLowPriorityPid, kLowPriorityClientId, &resource}; in testGetLowestPriorityBiggestClient()
976 ClientInfoParcel client1Info{.pid = static_cast<int32_t>(kLowPriorityPid), in testReclaimResources_withVideoCodec_reclaimsOnlyVideoCodec()
994 ClientInfoParcel client2Info{.pid = static_cast<int32_t>(kLowPriorityPid), in testReclaimResources_withVideoCodec_reclaimsOnlyVideoCodec()
[all …]
DResourceManagerServiceTestUtils.h175 static const int kLowPriorityPid = 40; variable