Searched refs:aidl_struct (Results 1 – 2 of 2) sorted by relevance
151 NanCapabilities aidl_struct; in registerCallbackHandlers() local153 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() local295 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() local366 if (!aidl_struct_util::convertLegacyNanMatchIndToAidl(msg, &aidl_struct)) { in registerCallbackHandlers()[all …]
2392 NanDataPathChannelInfo* aidl_struct) { in convertLegacyNdpChannelInfoToAidl() argument2393 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() local2429 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 …]