Home
last modified time | relevance | path

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

/hardware/synaptics/wlan/synadhd/wifi_hal/
Dlink_layer_stats.cpp58 uint32_t rx_time; member
76 u32 rx_time; // msecs the radio is in active receive member
253 external_stat_ptr->rx_time = internal_stat_ptr->rx_time; in convertToExternalRadioStatStructure()
282 external_stat_ptr->rx_time = internal_stat_ptr->rx_time; in convertToExternalRadioStatStructureLegacy()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h99 …u32 rx_time; // msecs the radio is in active receive (32 bits number acc… member
/hardware/libhardware/include_all/hardware/
Dbluetooth.h100 uint64_t rx_time; /* in ms */ member
/hardware/libhardware/include/hardware/
Dbluetooth.h100 uint64_t rx_time; /* in ms */ member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp59 uint32_t rx_time; member
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp223 radio.stats.rx_time = rand(); in TEST_F()
392 EXPECT_EQ(legacy_ml_stats.radios[i].stats.rx_time, in TEST_F()
485 radio.stats.rx_time = rand(); in TEST_F()
617 EXPECT_EQ(legacy_stats.radios[i].stats.rx_time, (uint32_t)converted.radios[i].rxTimeInMs); in TEST_F()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstats.cpp731 stats->rx_time = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_RX_TIME]); in get_wifi_radio_stats()
1014 radioStatsBuf->rx_time, in handleResponse()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstats.cpp745 stats->rx_time = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_RX_TIME]); in get_wifi_radio_stats()
1030 radioStatsBuf->rx_time, in handleResponse()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp4745 printMsg("rx time = %d\n", rx_stat[i].rx_time); in printMultiLinkStats()
4804 printMsg("rx time = %d\n", rx_stat[i].rx_time); in printLinkStats()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp881 aidl_radio_stat->rxTimeInMs = legacy_radio_stat.stats.rx_time; in convertLegacyLinkLayerRadioStatsToAidl()