Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp51 uint32_t rx_time; member
115 ALOGE("rx_time: = %d", radio_stat->rx_time); in handleResponse()
143 external_stat_ptr->rx_time = internal_stat_ptr->rx_time; in convertToExternalRadioStatStructure()
/hardware/libhardware_legacy/include/hardware_legacy/
Dlink_layer_stats.h96 …u32 rx_time; // msecs the radio is in active receive (32 bits number acc… member
/hardware/interfaces/wifi/1.3/default/tests/
Dhidl_struct_util_unit_tests.cpp160 radio.stats.rx_time = rand(); in TEST_F()
232 EXPECT_EQ(legacy_stats.radios[i].stats.rx_time, in TEST_F()
/hardware/libhardware/include/hardware/
Dbluetooth.h100 uint64_t rx_time; /* in ms */ member
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dllstats.cpp730 stats->rx_time = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_RX_TIME]); in get_wifi_radio_stats()
997 radioStatsBuf->rx_time, in handleResponse()
/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.cpp816 hidl_radio_stat->V1_0.rxTimeInMs = legacy_radio_stat.stats.rx_time; in convertLegacyLinkLayerRadioStatsToHidl()