Home
last modified time | relevance | path

Searched refs:supportedFeatures (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dwifi_hal.cpp327 WifihalGeneric supportedFeatures(handle, 0, in acquire_supported_features() local
332 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()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwifi_hal.cpp333 WifihalGeneric supportedFeatures(handle, 0, in acquire_supported_features() local
338 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()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp586 auto supportedFeatures = (tiling == VK_IMAGE_TILING_LINEAR) in addImageBufferCollectionConstraintsFUCHSIA() local
590 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()