Searched refs:usageInfo (Results 1 – 1 of 1) sorted by relevance
191 C2StoreIonUsageInfo usageInfo; in UseComponentStoreForIonAllocator() local193 C2FieldSupportedValuesQuery::Possible(C2ParamField::Make(usageInfo, usageInfo.usage)), in UseComponentStoreForIonAllocator()194 C2FieldSupportedValuesQuery::Possible(C2ParamField::Make(usageInfo, usageInfo.capacity)), in UseComponentStoreForIonAllocator()220 C2StoreIonUsageInfo usageInfo = { usage.expected, capacity }; in UseComponentStoreForIonAllocator() local222 c2_status_t res = store->config_sm({&usageInfo}, &failures); in UseComponentStoreForIonAllocator()224 *align = usageInfo.minAlignment; in UseComponentStoreForIonAllocator()225 *heapMask = usageInfo.heapMask; in UseComponentStoreForIonAllocator()226 *flags = usageInfo.allocFlags; in UseComponentStoreForIonAllocator()244 std::unique_ptr<C2StoreDmaBufUsageInfo> usageInfo; in UseComponentStoreForDmaBufAllocator() local245 usageInfo = C2StoreDmaBufUsageInfo::AllocUnique(maxHeapNameLen); in UseComponentStoreForDmaBufAllocator()[all …]