Home
last modified time | relevance | path

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

/hardware/synaptics/wlan/synadhd/wifi_hal/
Dlink_layer_stats.cpp57 uint32_t tx_time; member
72 u32 tx_time; // msecs the radio is transmitting member
250 external_stat_ptr->tx_time = internal_stat_ptr->tx_time; in convertToExternalRadioStatStructure()
281 external_stat_ptr->tx_time = internal_stat_ptr->tx_time; in convertToExternalRadioStatStructureLegacy()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h95 …u32 tx_time; // msecs the radio is transmitting (32 bits number accruing… member
/hardware/libhardware/include/hardware/
Dbluetooth.h99 uint64_t tx_time; /* in ms */ member
/hardware/libhardware/include_all/hardware/
Dbluetooth.h99 uint64_t tx_time; /* in ms */ member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp58 uint32_t tx_time; member
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp222 radio.stats.tx_time = rand(); in TEST_F()
390 EXPECT_EQ(legacy_ml_stats.radios[i].stats.tx_time, in TEST_F()
484 radio.stats.tx_time = rand(); in TEST_F()
616 EXPECT_EQ(legacy_stats.radios[i].stats.tx_time, (uint32_t)converted.radios[i].txTimeInMs); in TEST_F()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstats.cpp719 stats->tx_time = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME]); in get_wifi_radio_stats()
1029 radioStatsBuf->tx_time, in handleResponse()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstats.cpp705 stats->tx_time = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME]); in get_wifi_radio_stats()
1013 radioStatsBuf->tx_time, in handleResponse()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp4743 printMsg("tx time = %d\n", rx_stat[i].tx_time); in printMultiLinkStats()
4802 printMsg("tx time = %d\n", rx_stat[i].tx_time); in printLinkStats()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp880 aidl_radio_stat->txTimeInMs = legacy_radio_stat.stats.tx_time; in convertLegacyLinkLayerRadioStatsToAidl()