Home
last modified time | relevance | path

Searched refs:tx_time_per_levels (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dllstats.cpp713 stats->tx_time_per_levels = in get_wifi_radio_stats()
715 if (!stats->tx_time_per_levels) { in get_wifi_radio_stats()
721 nla_memcpy(stats->tx_time_per_levels, in get_wifi_radio_stats()
882 if (radioStat->tx_time_per_levels) { in clearStats()
883 free(radioStat->tx_time_per_levels); in clearStats()
884 radioStat->tx_time_per_levels = NULL; in clearStats()
1010 radioStatsBuf->tx_time_per_levels[i]); in handleResponse()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp144 external_stat_ptr->tx_time_per_levels = NULL; in convertToExternalRadioStatStructure()
/hardware/libhardware_legacy/include/hardware_legacy/
Dlink_layer_stats.h94 …u32 *tx_time_per_levels; // pointer to an array of radio transmit per power levels in member
/hardware/interfaces/wifi/1.2/default/
Dwifi_legacy_hal.cpp666 radio_stats_ptr[i].tx_time_per_levels != nullptr) { in getLinkLayerStats()
667 radio.tx_time_per_levels.assign( in getLinkLayerStats()
668 radio_stats_ptr[i].tx_time_per_levels, in getLinkLayerStats()
669 radio_stats_ptr[i].tx_time_per_levels + in getLinkLayerStats()
673 radio.stats.tx_time_per_levels = nullptr; in getLinkLayerStats()
Dwifi_legacy_hal.h56 std::vector<uint32_t> tx_time_per_levels; member
Dhidl_struct_util.cpp837 legacy_radio_stats.tx_time_per_levels; in convertLegacyLinkLayerStatsToHidl()