Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.5/default/
Dwifi_nan_iface.cpp64 WifiNanStatus wifiNanStatus; in WifiNanIface() local
66 msg, &wifiNanStatus)) { in WifiNanIface()
75 if (!callback->notifyEnableResponse(id, wifiNanStatus) in WifiNanIface()
85 if (!callback->notifyDisableResponse(id, wifiNanStatus) in WifiNanIface()
97 id, wifiNanStatus, in WifiNanIface()
108 if (!callback->notifyStopPublishResponse(id, wifiNanStatus) in WifiNanIface()
119 ->notifyTransmitFollowupResponse(id, wifiNanStatus) in WifiNanIface()
131 id, wifiNanStatus, in WifiNanIface()
143 ->notifyStopSubscribeResponse(id, wifiNanStatus) in WifiNanIface()
153 if (!callback->notifyConfigResponse(id, wifiNanStatus) in WifiNanIface()
[all …]
Dhidl_struct_util.h125 size_t max_len, WifiNanStatus* wifiNanStatus);
165 WifiNanStatus* wifiNanStatus);
Dhidl_struct_util.cpp1293 size_t max_len, WifiNanStatus* wifiNanStatus) { in convertToWifiNanStatus() argument
1294 wifiNanStatus->status = convertLegacyNanStatusTypeToHidl(type); in convertToWifiNanStatus()
1295 wifiNanStatus->description = safeConvertChar(str, max_len); in convertToWifiNanStatus()
2262 WifiNanStatus* wifiNanStatus) { in convertLegacyNanResponseHeaderToHidl() argument
2263 if (!wifiNanStatus) { in convertLegacyNanResponseHeaderToHidl()
2268 *wifiNanStatus = {}; in convertLegacyNanResponseHeaderToHidl()
2271 sizeof(legacy_response.nan_error), wifiNanStatus); in convertLegacyNanResponseHeaderToHidl()