Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Dwifi_nan_iface.cpp151 NanCapabilities aidl_struct; in registerCallbackHandlers() local
153 msg.body.nan_capabilities, &aidl_struct)) { in registerCallbackHandlers()
158 if (!callback->notifyCapabilitiesResponse(id, nanStatus, aidl_struct).isOk()) { in registerCallbackHandlers()
293 NanClusterEventInd aidl_struct; in registerCallbackHandlers() local
295 aidl_struct.eventType = (NanClusterEventType)msg.event_type; in registerCallbackHandlers()
296 aidl_struct.addr = std::array<uint8_t, 6>(); in registerCallbackHandlers()
297 std::copy(msg.data.mac_addr.addr, msg.data.mac_addr.addr + 6, std::begin(aidl_struct.addr)); in registerCallbackHandlers()
300 if (!callback->eventClusterEvent(aidl_struct).isOk()) { in registerCallbackHandlers()
365 NanMatchInd aidl_struct; in registerCallbackHandlers() local
366 if (!aidl_struct_util::convertLegacyNanMatchIndToAidl(msg, &aidl_struct)) { in registerCallbackHandlers()
[all …]
Daidl_struct_util.cpp2392 NanDataPathChannelInfo* aidl_struct) { in convertLegacyNdpChannelInfoToAidl() argument
2393 if (!aidl_struct) { in convertLegacyNdpChannelInfoToAidl()
2397 *aidl_struct = {}; in convertLegacyNdpChannelInfoToAidl()
2399 aidl_struct->channelFreq = legacy_struct.channel; in convertLegacyNdpChannelInfoToAidl()
2400 aidl_struct->channelBandwidth = convertLegacyWifiChannelWidthToAidl( in convertLegacyNdpChannelInfoToAidl()
2402 aidl_struct->numSpatialStreams = legacy_struct.nss; in convertLegacyNdpChannelInfoToAidl()
2428 NanDataPathChannelInfo aidl_struct; in convertLegacyNanDataPathConfirmIndToAidl() local
2429 if (!convertLegacyNdpChannelInfoToAidl(legacy_ind.channel_info[i], &aidl_struct)) { in convertLegacyNanDataPathConfirmIndToAidl()
2432 channelInfo.push_back(aidl_struct); in convertLegacyNanDataPathConfirmIndToAidl()
2454 NanDataPathChannelInfo aidl_struct; in convertLegacyNanDataPathScheduleUpdateIndToAidl() local
[all …]