Searched refs:radios (Results 1 – 9 of 9) sorted by relevance
133 legacy_stats.radios.push_back(legacy_hal::LinkLayerRadioStats{}); in TEST_F()134 legacy_stats.radios.push_back(legacy_hal::LinkLayerRadioStats{}); in TEST_F()157 for (auto& radio : legacy_stats.radios) { in TEST_F()226 EXPECT_EQ(legacy_stats.radios.size(), converted.radios.size()); in TEST_F()227 for (size_t i = 0; i < legacy_stats.radios.size(); i++) { in TEST_F()228 EXPECT_EQ(legacy_stats.radios[i].stats.on_time, in TEST_F()229 converted.radios[i].V1_0.onTimeInMs); in TEST_F()230 EXPECT_EQ(legacy_stats.radios[i].stats.tx_time, in TEST_F()231 converted.radios[i].V1_0.txTimeInMs); in TEST_F()232 EXPECT_EQ(legacy_stats.radios[i].stats.rx_time, in TEST_F()[all …]
52 * @param skipSubChannel valid for HD radio or digital radios only:68 * @param skipSubChannel valid for HD radio or digital radios only:85 * @param subChannel Valid for HD radio or digital radios only
82 vec<StaLinkLayerRadioStats> radios;
54 * vendor implementations do it for all radios. This new API should affect only the modem for
69 std::vector<LinkLayerRadioStats> radios; member
899 for (const auto& legacy_radio_stats : legacy_stats.radios) { in convertLegacyLinkLayerStatsToHidl()907 hidl_stats->radios = hidl_radios_stats; in convertLegacyLinkLayerStatsToHidl()
695 link_stats_ptr->radios.push_back(radio); in getLinkLayerStats()
721 * Tag::ATTESTATION_ID_IMEI provides the IMEIs for all radios on the device to attestKey().734 * Tag::ATTESTATION_ID_MEID provides the MEIDs for all radios on the device to attestKey().
481 vec<StaLinkLayerRadioStats> radios;