Home
last modified time | relevance | path

Searched refs:ChannelSettings (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/wificond/scanning/
Dchannel_settings.h28 class ChannelSettings : public ::android::Parcelable {
30 ChannelSettings() in ChannelSettings() function
32 bool operator==(const ChannelSettings& rhs) const {
Dchannel_settings.cpp30 status_t ChannelSettings::writeToParcel(::android::Parcel* parcel) const { in writeToParcel()
35 status_t ChannelSettings::readFromParcel(const ::android::Parcel* parcel) { in readFromParcel()
Dsingle_scan_settings.h46 std::vector<ChannelSettings> channel_settings_;
Dsingle_scan_settings.cpp75 ChannelSettings channel; in readFromParcel()
/system/connectivity/wificond/tests/
Dscan_settings_unittest.cpp29 using ::android::net::wifi::nl80211::ChannelSettings;
61 ChannelSettings channel_settings; in TEST_F()
67 ChannelSettings channel_settings_copy; in TEST_F()
92 ChannelSettings channel, channel1, channel2; in TEST_F()
118 ChannelSettings channel, channel1, channel2; in TEST_F()