Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/
Dwifi_nan_iface.cpp152 NanCapabilities hidl_struct; in WifiNanIface() local
155 msg.body.nan_capabilities, &hidl_struct)) { in WifiNanIface()
163 hidl_struct) in WifiNanIface()
253 NanClusterEventInd hidl_struct; in WifiNanIface() local
255 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() local
331 msg, &hidl_struct)) { in WifiNanIface()
337 if (!callback->eventMatch(hidl_struct).isOk()) { in WifiNanIface()
[all …]
Dhidl_struct_util.cpp2121 V1_2::NanDataPathChannelInfo* hidl_struct) { in convertLegacyNdpChannelInfoToHidl() argument
2122 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() local
2163 &hidl_struct)) { in convertLegacyNanDataPathConfirmIndToHidl()
2166 channelInfo.push_back(hidl_struct); in convertLegacyNanDataPathConfirmIndToHidl()
2187 V1_2::NanDataPathChannelInfo hidl_struct; in convertLegacyNanDataPathScheduleUpdateIndToHidl() local
[all …]