Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/
Dwifi_nan_iface.cpp55 WifiNanStatus wifiNanStatus; in WifiNanIface() local
57 msg, &wifiNanStatus)) { in WifiNanIface()
66 if (!callback->notifyEnableResponse(id, wifiNanStatus) in WifiNanIface()
76 if (!callback->notifyDisableResponse(id, wifiNanStatus) in WifiNanIface()
88 id, wifiNanStatus, in WifiNanIface()
99 if (!callback->notifyStopPublishResponse(id, wifiNanStatus) in WifiNanIface()
110 ->notifyTransmitFollowupResponse(id, wifiNanStatus) in WifiNanIface()
122 id, wifiNanStatus, in WifiNanIface()
134 ->notifyStopSubscribeResponse(id, wifiNanStatus) in WifiNanIface()
144 if (!callback->notifyConfigResponse(id, wifiNanStatus) in WifiNanIface()
[all …]
Dhidl_struct_util.h113 size_t max_len, WifiNanStatus* wifiNanStatus);
145 WifiNanStatus* wifiNanStatus);
Dhidl_struct_util.cpp1068 size_t max_len, WifiNanStatus* wifiNanStatus) { in convertToWifiNanStatus() argument
1069 wifiNanStatus->status = convertLegacyNanStatusTypeToHidl(type); in convertToWifiNanStatus()
1070 wifiNanStatus->description = safeConvertChar(str, max_len); in convertToWifiNanStatus()
1972 WifiNanStatus* wifiNanStatus) { in convertLegacyNanResponseHeaderToHidl() argument
1973 if (!wifiNanStatus) { in convertLegacyNanResponseHeaderToHidl()
1978 *wifiNanStatus = {}; in convertLegacyNanResponseHeaderToHidl()
1981 sizeof(legacy_response.nan_error), wifiNanStatus); in convertLegacyNanResponseHeaderToHidl()