Searched refs:supportedExtensions (Results 1 – 4 of 4) sorted by relevance
142 bool isExtensionSupported(const std::vector<VkExtensionProperties>& supportedExtensions, in isExtensionSupported() argument144 return std::any_of(supportedExtensions.begin(), supportedExtensions.end(), in isExtensionSupported()
1493 const auto& supportedExtensions = d->getSupportedExtensions(); in ANeuralNetworksDevice_getExtensionSupport() local1494 *isExtensionSupported = std::any_of(supportedExtensions.begin(), supportedExtensions.end(), in ANeuralNetworksDevice_getExtensionSupport()
1509 const auto& supportedExtensions = d->getSupportedExtensions(); in ANeuralNetworksDevice_getExtensionSupport() local1510 *isExtensionSupported = std::any_of(supportedExtensions.begin(), supportedExtensions.end(), in ANeuralNetworksDevice_getExtensionSupport()
87 std::vector<aidl_hal::Extension>* supportedExtensions) { in getSupportedExtensions() argument90 *supportedExtensions = {/* No extensions. */}; in getSupportedExtensions()