Home
last modified time | relevance | path

Searched refs:aidl_stats (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.h51 WifiDebugHostWakeReasonStats* aidl_stats);
94 StaLinkLayerStats* aidl_stats);
96 StaLinkLayerStats* aidl_stats);
97 void logAidlLinkLayerStatsSize(StaLinkLayerStats& aidl_stats);
Daidl_struct_util.cpp189 WifiDebugHostWakeReasonStats* aidl_stats) { in convertLegacyWakeReasonStatsToAidl() argument
190 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 …]
Dwifi_sta_iface.cpp569 StaLinkLayerStats aidl_stats; in getLinkLayerStatsInternal() local
571 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()
Dwifi_chip.cpp1212 WifiDebugHostWakeReasonStats aidl_stats; in getDebugHostWakeReasonStatsInternal() local
1213 if (!aidl_struct_util::convertLegacyWakeReasonStatsToAidl(legacy_stats, &aidl_stats)) { in getDebugHostWakeReasonStatsInternal()
1216 return {aidl_stats, ndk::ScopedAStatus::ok()}; in getDebugHostWakeReasonStatsInternal()