Searched refs:primarySubType (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/services/mediaresourcemanager/ |
D | ProcessPriorityReclaimPolicy.cpp | 64 MediaResource::SubType primarySubType = subType; in getClients() local 69 type, subType, primarySubType, in getClients() 107 MediaResource::SubType primarySubType, in getBiggestClientFromLowestPriority() argument 115 if (!mResourceTracker->getLowestPriorityPid(type, subType, primarySubType, clients, in getBiggestClientFromLowestPriority() 132 clients, targetClient, primarySubType); in getBiggestClientFromLowestPriority()
|
D | ResourceTracker.cpp | 38 const ResourceList& resources, MediaResource::SubType primarySubType) { in hasResourceType() argument 41 (primarySubType == MediaResource::SubType::kUnspecifiedSubType) ? true : false; in hasResourceType() 45 } else if (res.subType == primarySubType) { in hasResourceType() 47 } else if (isHwCodec(res.subType) == isHwCodec(primarySubType)) { in hasResourceType() 396 MediaResource::SubType primarySubType) { in getAllClients() argument 403 if (hasResourceType(type, subType, info.resources, primarySubType)) { in getAllClients() 451 MediaResource::SubType primarySubType, in getLowestPriorityPid() argument 461 if (!hasResourceType(type, subType, info->resources, primarySubType)) { in getLowestPriorityPid() 530 MediaResource::SubType primarySubType) { in getBiggestClient() argument 547 (primarySubType == MediaResource::SubType::kUnspecifiedSubType) ? true : false; in getBiggestClient() [all …]
|
D | ResourceTracker.h | 123 MediaResource::SubType primarySubType = MediaResource::SubType::kUnspecifiedSubType); 139 MediaResource::SubType primarySubType, 163 MediaResource::SubType primarySubType = MediaResource::SubType::kUnspecifiedSubType); 172 MediaResource::SubType primarySubType,
|
D | ClientImportanceReclaimPolicy.cpp | 51 MediaResource::SubType primarySubType = subType; in getClients() local 57 type, subType, primarySubType, in getClients()
|
D | DefaultResourceModel.cpp | 127 MediaResource::SubType primarySubType = reclimRequestInfo.mResources[0].subType; in getCodecClients() local 131 mResourceTracker->getAllClients(resourceRequestInfo, clients, primarySubType); in getCodecClients()
|
D | ProcessPriorityReclaimPolicy.h | 78 MediaResource::SubType primarySubType,
|