Home
last modified time | relevance | path

Searched refs:radios (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/wifi/1.3/default/tests/
Dhidl_struct_util_unit_tests.cpp133 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 …]
/hardware/interfaces/broadcastradio/1.0/
DITuner.hal52 * @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
/hardware/interfaces/wifi/1.3/
Dtypes.hal82 vec<StaLinkLayerRadioStats> radios;
/hardware/interfaces/radio/1.3/
DIRadio.hal54 * vendor implementations do it for all radios. This new API should affect only the modem for
/hardware/interfaces/wifi/1.3/default/
Dwifi_legacy_hal.h69 std::vector<LinkLayerRadioStats> radios; member
Dhidl_struct_util.cpp899 for (const auto& legacy_radio_stats : legacy_stats.radios) { in convertLegacyLinkLayerStatsToHidl()
907 hidl_stats->radios = hidl_radios_stats; in convertLegacyLinkLayerStatsToHidl()
Dwifi_legacy_hal.cpp695 link_stats_ptr->radios.push_back(radio); in getLinkLayerStats()
/hardware/interfaces/keymaster/4.0/
Dtypes.hal721 * 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().
/hardware/interfaces/wifi/1.0/
Dtypes.hal481 vec<StaLinkLayerRadioStats> radios;