Searched refs:aidl_stats (Results 1 – 4 of 4) sorted by relevance
51 WifiDebugHostWakeReasonStats* aidl_stats);94 StaLinkLayerStats* aidl_stats);96 StaLinkLayerStats* aidl_stats);97 void logAidlLinkLayerStatsSize(StaLinkLayerStats& aidl_stats);
189 WifiDebugHostWakeReasonStats* aidl_stats) { in convertLegacyWakeReasonStatsToAidl() argument190 if (!aidl_stats) { in convertLegacyWakeReasonStatsToAidl()193 *aidl_stats = {}; in convertLegacyWakeReasonStatsToAidl()194 aidl_stats->totalCmdEventWakeCnt = legacy_stats.wake_reason_cnt.total_cmd_event_wake; in convertLegacyWakeReasonStatsToAidl()195 aidl_stats->cmdEventWakeCntPerType = uintToIntVec(legacy_stats.cmd_event_wake_cnt); in convertLegacyWakeReasonStatsToAidl()196 aidl_stats->totalDriverFwLocalWakeCnt = legacy_stats.wake_reason_cnt.total_driver_fw_local_wake; in convertLegacyWakeReasonStatsToAidl()197 aidl_stats->driverFwLocalWakeCntPerType = uintToIntVec(legacy_stats.driver_fw_local_wake_cnt); in convertLegacyWakeReasonStatsToAidl()198 aidl_stats->totalRxPacketWakeCnt = legacy_stats.wake_reason_cnt.total_rx_data_wake; in convertLegacyWakeReasonStatsToAidl()199 aidl_stats->rxPktWakeDetails.rxUnicastCnt = in convertLegacyWakeReasonStatsToAidl()201 aidl_stats->rxPktWakeDetails.rxMulticastCnt = in convertLegacyWakeReasonStatsToAidl()[all …]
569 StaLinkLayerStats aidl_stats; in getLinkLayerStatsInternal() local571 if (!aidl_struct_util::convertLegacyLinkLayerStatsToAidl(legacy_stats, &aidl_stats)) { in getLinkLayerStatsInternal()575 if (!aidl_struct_util::convertLegacyLinkLayerMlStatsToAidl(legacy_ml_stats, &aidl_stats)) { in getLinkLayerStatsInternal()581 aidl_struct_util::logAidlLinkLayerStatsSize(aidl_stats); in getLinkLayerStatsInternal()582 return {aidl_stats, ndk::ScopedAStatus::ok()}; in getLinkLayerStatsInternal()
1212 WifiDebugHostWakeReasonStats aidl_stats; in getDebugHostWakeReasonStatsInternal() local1213 if (!aidl_struct_util::convertLegacyWakeReasonStatsToAidl(legacy_stats, &aidl_stats)) { in getDebugHostWakeReasonStatsInternal()1216 return {aidl_stats, ndk::ScopedAStatus::ok()}; in getDebugHostWakeReasonStatsInternal()