Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp1092 const int onlyUid = kTestUid1; in testReclaimResources_whenPartialResourceMatch_reclaims() local
1093 const auto onlyClient = createTestClient(kLowPriorityPid, onlyUid); in testReclaimResources_whenPartialResourceMatch_reclaims()
1099 .uid = static_cast<int32_t>(onlyUid), in testReclaimResources_whenPartialResourceMatch_reclaims()
1122 const int onlyUid = kTestUid1; 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()
1129 .uid = static_cast<int32_t>(onlyUid), in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources()
1133 .uid = static_cast<int32_t>(onlyUid), in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources()
1137 .uid = static_cast<int32_t>(onlyUid), in testReclaimResourcesFromMarkedClients_removesBiggestMarkedClientForSomeResources()
[all …]