Searched refs:hidl_peer_info_stats (Results 1 – 2 of 2) sorted by relevance
1085 StaPeerInfo hidl_peer_info_stats; in convertLegacyLinkLayerStatsToHidl() local1087 &hidl_peer_info_stats)) { in convertLegacyLinkLayerStatsToHidl()1090 hidl_peers_info_stats.push_back(hidl_peer_info_stats); in convertLegacyLinkLayerStatsToHidl()1112 StaPeerInfo* hidl_peer_info_stats) { in convertLegacyPeerInfoStatsToHidl() argument1113 if (!hidl_peer_info_stats) { in convertLegacyPeerInfoStatsToHidl()1116 *hidl_peer_info_stats = {}; in convertLegacyPeerInfoStatsToHidl()1117 hidl_peer_info_stats->staCount = in convertLegacyPeerInfoStatsToHidl()1119 hidl_peer_info_stats->chanUtil = in convertLegacyPeerInfoStatsToHidl()1135 hidl_peer_info_stats->rateStats = hidlRateStats; in convertLegacyPeerInfoStatsToHidl()
217 StaPeerInfo* hidl_peer_info_stats);