Searched refs:supportedExtensions (Results 1 – 4 of 4) sorted by relevance
94 std::vector<Extension> supportedExtensions; in getSupportedExtensionsFrom() local95 const auto ret = device->getSupportedExtensions(&supportedExtensions); in getSupportedExtensionsFrom()97 return nn::convert(supportedExtensions); in getSupportedExtensionsFrom()
142 bool isExtensionSupported(const std::vector<VkExtensionProperties>& supportedExtensions, in isExtensionSupported() argument144 return std::any_of(supportedExtensions.begin(), supportedExtensions.end(), in isExtensionSupported()
82 std::vector<aidl_hal::Extension>* supportedExtensions) { in getSupportedExtensions() argument85 *supportedExtensions = {/* No extensions. */}; in getSupportedExtensions()
1458 const auto& supportedExtensions = d->getSupportedExtensions(); in ANeuralNetworksDevice_getExtensionSupport() local1459 *isExtensionSupported = std::any_of(supportedExtensions.begin(), supportedExtensions.end(), in ANeuralNetworksDevice_getExtensionSupport()