Searched refs:hidl_struct (Results 1 – 2 of 2) sorted by relevance
152 NanCapabilities hidl_struct; in WifiNanIface() local155 msg.body.nan_capabilities, &hidl_struct)) { in WifiNanIface()163 hidl_struct) in WifiNanIface()253 NanClusterEventInd hidl_struct; in WifiNanIface() local255 hidl_struct.eventType = (NanClusterEventType)msg.event_type; in WifiNanIface()256 hidl_struct.addr = msg.data.mac_addr.addr; in WifiNanIface()259 if (!callback->eventClusterEvent(hidl_struct).isOk()) { in WifiNanIface()329 NanMatchInd hidl_struct; in WifiNanIface() local331 msg, &hidl_struct)) { in WifiNanIface()337 if (!callback->eventMatch(hidl_struct).isOk()) { in WifiNanIface()[all …]
2121 V1_2::NanDataPathChannelInfo* hidl_struct) { in convertLegacyNdpChannelInfoToHidl() argument2122 if (!hidl_struct) { in convertLegacyNdpChannelInfoToHidl()2126 *hidl_struct = {}; in convertLegacyNdpChannelInfoToHidl()2128 hidl_struct->channelFreq = legacy_struct.channel; in convertLegacyNdpChannelInfoToHidl()2129 hidl_struct->channelBandwidth = convertLegacyWifiChannelWidthToHidl( in convertLegacyNdpChannelInfoToHidl()2131 hidl_struct->numSpatialStreams = legacy_struct.nss; in convertLegacyNdpChannelInfoToHidl()2161 V1_2::NanDataPathChannelInfo hidl_struct; in convertLegacyNanDataPathConfirmIndToHidl() local2163 &hidl_struct)) { in convertLegacyNanDataPathConfirmIndToHidl()2166 channelInfo.push_back(hidl_struct); in convertLegacyNanDataPathConfirmIndToHidl()2187 V1_2::NanDataPathChannelInfo hidl_struct; in convertLegacyNanDataPathScheduleUpdateIndToHidl() local[all …]