Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp50 uint32_t tx_time; member
114 ALOGE("tx_time: = %d", radio_stat->tx_time); in handleResponse()
142 external_stat_ptr->tx_time = internal_stat_ptr->tx_time; in convertToExternalRadioStatStructure()
/hardware/libhardware_legacy/include/hardware_legacy/
Dlink_layer_stats.h92 …u32 tx_time; // msecs the radio is transmitting (32 bits number accruing… member
/hardware/interfaces/wifi/1.3/default/tests/
Dhidl_struct_util_unit_tests.cpp159 radio.stats.tx_time = rand(); in TEST_F()
228 EXPECT_EQ(legacy_stats.radios[i].stats.tx_time, in TEST_F()
/hardware/libhardware/include/hardware/
Dbluetooth.h99 uint64_t tx_time; /* in ms */ member
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dllstats.cpp704 stats->tx_time = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME]); in get_wifi_radio_stats()
996 radioStatsBuf->tx_time, in handleResponse()
/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.cpp815 hidl_radio_stat->V1_0.txTimeInMs = legacy_radio_stat.stats.tx_time; in convertLegacyLinkLayerRadioStatsToHidl()