Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp49 uint32_t on_time; member
113 ALOGE("on_time: = %d", radio_stat->on_time); in handleResponse()
141 external_stat_ptr->on_time = internal_stat_ptr->on_time; in convertToExternalRadioStatStructure()
/hardware/libhardware_legacy/include/hardware_legacy/
Dlink_layer_stats.h81 u32 on_time; // msecs the radio is awake (32 bits number accruing over time) member
91 …u32 on_time; // msecs the radio is awake (32 bits number accruing over t… member
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dllstats.cpp698 stats->on_time = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME]); in get_wifi_radio_stats()
833 …pChStats->on_time = nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_ON_TIME]); in get_wifi_radio_stats()
996 radioStatsBuf->on_time, in handleResponse()
1030 pWifiChannelStats->on_time, in handleResponse()
/hardware/interfaces/wifi/1.2/default/
Dhidl_struct_util.cpp831 hidl_radio_stats.onTimeInMs = legacy_radio_stats.stats.on_time; in convertLegacyLinkLayerStatsToHidl()