Searched refs:supportedFeatures (Results 1 – 3 of 3) sorted by relevance
327 WifihalGeneric supportedFeatures(handle, 0, in acquire_supported_features() local332 ret = supportedFeatures.create(); in acquire_supported_features()336 ret = supportedFeatures.set_iface_id(iinfo->name); in acquire_supported_features()340 ret = supportedFeatures.requestResponse(); in acquire_supported_features()346 supportedFeatures.getResponseparams(set); in acquire_supported_features()
333 WifihalGeneric supportedFeatures(handle, 0, in acquire_supported_features() local338 ret = supportedFeatures.create(); in acquire_supported_features()342 ret = supportedFeatures.set_iface_id(iinfo->name); in acquire_supported_features()346 ret = supportedFeatures.requestResponse(); in acquire_supported_features()352 supportedFeatures.getResponseparams(set); in acquire_supported_features()
586 auto supportedFeatures = (tiling == VK_IMAGE_TILING_LINEAR) in addImageBufferCollectionConstraintsFUCHSIA() local590 if ((~supportedFeatures) & requiredFeatures) { in addImageBufferCollectionConstraintsFUCHSIA()595 static_cast<uint32_t>(requiredFeatures), static_cast<uint32_t>(supportedFeatures), in addImageBufferCollectionConstraintsFUCHSIA()596 static_cast<uint32_t>((~supportedFeatures) & requiredFeatures)); in addImageBufferCollectionConstraintsFUCHSIA()