HomeSort by relevance Sort by last modified time
    Searched refs:channel_settings_ (Results 1 - 4 of 4) sorted by null

  /system/connectivity/wificond/scanning/
single_scan_settings.h 38 return (channel_settings_ == rhs.channel_settings_ &&
44 std::vector<ChannelSettings> channel_settings_; member in class:com::android::server::wifi::wificond::SingleScanSettings
single_scan_settings.cpp 32 RETURN_IF_FAILED(parcel->writeInt32(channel_settings_.size()));
33 for (const auto& channel : channel_settings_) {
69 channel_settings_.push_back(channel);
scanner_impl.cpp 194 for (auto& channel : scan_settings.channel_settings_) {
  /system/connectivity/wificond/tests/
scan_settings_unittest.cpp 98 scan_settings.channel_settings_ = {channel, channel1, channel2};

Completed in 67 milliseconds