Searched refs:wifiNanStatus (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/wifi/1.3/default/ |
D | wifi_nan_iface.cpp | 55 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 …]
|
D | hidl_struct_util.h | 113 size_t max_len, WifiNanStatus* wifiNanStatus); 145 WifiNanStatus* wifiNanStatus);
|
D | hidl_struct_util.cpp | 1068 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()
|