Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp1121 const int onlyPid = kTestPid1; in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources() local
1125 const auto smallSecureVideoMarkedClient = createTestClient(onlyPid, onlyUid); in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources()
1126 const auto largeSecureVideoMarkedClient = createTestClient(onlyPid, onlyUid); in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources()
1127 const auto largestSecureVideoActiveClient = createTestClient(onlyPid, onlyUid); in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources()
1128 ClientInfoParcel clientA{.pid = static_cast<int32_t>(onlyPid), in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources()
1132 ClientInfoParcel clientB{.pid = static_cast<int32_t>(onlyPid), in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources()
1136 ClientInfoParcel clientC{.pid = static_cast<int32_t>(onlyPid), in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources()
1156 const auto smallNonSecureVideoMarkedClient = createTestClient(onlyPid, onlyUid); in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources()
1157 const auto largeNonSecureVideoMarkedClient = createTestClient(onlyPid, onlyUid); in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources()
1158 const auto largestNonSecureVideoActiveClient = createTestClient(onlyPid, onlyUid); in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources()
[all …]