Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_nan_iface.cpp161 NanCapabilities hidl_struct; in WifiNanIface() local
262 NanClusterEventInd hidl_struct; in WifiNanIface() local
338 NanMatchInd hidl_struct; in WifiNanIface() local
340 msg, &hidl_struct)) { in WifiNanIface()
376 NanFollowupReceivedInd hidl_struct; in WifiNanIface() local
378 msg, &hidl_struct)) { in WifiNanIface()
415 NanDataPathRequestInd hidl_struct; in WifiNanIface() local
417 msg, &hidl_struct)) { in WifiNanIface()
436 V1_2::NanDataPathConfirmInd hidl_struct; in WifiNanIface() local
438 msg, &hidl_struct)) { in WifiNanIface()
[all …]
H A Dhidl_struct_util.cpp2403 V1_2::NanDataPathChannelInfo* hidl_struct) { in convertLegacyNdpChannelInfoToHidl() argument
2404 if (!hidl_struct) { in convertLegacyNdpChannelInfoToHidl()
2408 *hidl_struct = {}; in convertLegacyNdpChannelInfoToHidl()
2410 hidl_struct->channelFreq = legacy_struct.channel; in convertLegacyNdpChannelInfoToHidl()
2413 hidl_struct->numSpatialStreams = legacy_struct.nss; in convertLegacyNdpChannelInfoToHidl()
2443 V1_2::NanDataPathChannelInfo hidl_struct; in convertLegacyNanDataPathConfirmIndToHidl() local
2445 &hidl_struct)) { in convertLegacyNanDataPathConfirmIndToHidl()
2448 channelInfo.push_back(hidl_struct); in convertLegacyNanDataPathConfirmIndToHidl()
2469 V1_2::NanDataPathChannelInfo hidl_struct; in convertLegacyNanDataPathScheduleUpdateIndToHidl() local
2471 &hidl_struct)) { in convertLegacyNanDataPathScheduleUpdateIndToHidl()
[all …]