Searched refs:aidl_peer_info_stats (Results 1 – 2 of 2) sorted by relevance
189 StaPeerInfo* aidl_peer_info_stats);
985 StaPeerInfo aidl_peer_info_stats; in convertLegacyLinkLayerMlStatsToAidl() local986 if (!convertLegacyPeerInfoStatsToAidl(legacy_peer_info_stats, &aidl_peer_info_stats)) { in convertLegacyLinkLayerMlStatsToAidl()989 aidl_peers_info_stats.push_back(aidl_peer_info_stats); in convertLegacyLinkLayerMlStatsToAidl()1075 StaPeerInfo aidl_peer_info_stats; in convertLegacyLinkLayerStatsToAidl() local1076 if (!convertLegacyPeerInfoStatsToAidl(legacy_peer_info_stats, &aidl_peer_info_stats)) { in convertLegacyLinkLayerStatsToAidl()1079 aidl_peers_info_stats.push_back(aidl_peer_info_stats); in convertLegacyLinkLayerStatsToAidl()1134 StaPeerInfo* aidl_peer_info_stats) { in convertLegacyPeerInfoStatsToAidl() argument1135 if (!aidl_peer_info_stats) { in convertLegacyPeerInfoStatsToAidl()1138 *aidl_peer_info_stats = {}; in convertLegacyPeerInfoStatsToAidl()1139 aidl_peer_info_stats->staCount = legacy_peer_info_stats.peer_info.bssload.sta_count; in convertLegacyPeerInfoStatsToAidl()[all …]