Home
last modified time | relevance | path

Searched refs:legacy_response (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.h142 legacy_hal::NanDataPathIndicationResponse* legacy_response);
144 const legacy_hal::NanResponseMsg& legacy_response,
147 const legacy_hal::NanCapabilities& legacy_response,
Dhidl_struct_util.cpp1983 const legacy_hal::NanResponseMsg& legacy_response, in convertLegacyNanResponseHeaderToHidl() argument
1992 convertToWifiNanStatus(legacy_response.status, legacy_response.nan_error, in convertLegacyNanResponseHeaderToHidl()
1993 sizeof(legacy_response.nan_error), wifiNanStatus); in convertLegacyNanResponseHeaderToHidl()
1998 const legacy_hal::NanCapabilities& legacy_response, in convertLegacyNanCapabilitiesResponseToHidl() argument
2008 legacy_response.max_concurrent_nan_clusters; in convertLegacyNanCapabilitiesResponseToHidl()
2009 hidl_response->maxPublishes = legacy_response.max_publishes; in convertLegacyNanCapabilitiesResponseToHidl()
2010 hidl_response->maxSubscribes = legacy_response.max_subscribes; in convertLegacyNanCapabilitiesResponseToHidl()
2011 hidl_response->maxServiceNameLen = legacy_response.max_service_name_len; in convertLegacyNanCapabilitiesResponseToHidl()
2012 hidl_response->maxMatchFilterLen = legacy_response.max_match_filter_len; in convertLegacyNanCapabilitiesResponseToHidl()
2014 legacy_response.max_total_match_filter_len; in convertLegacyNanCapabilitiesResponseToHidl()
[all …]