Searched refs:GetChannelIndex (Results 1 - 4 of 4) sorted by relevance

/system/chre/apps/wifi_offload/
H A Dchannel_histogram.cc63 size_t GetChannelIndex(uint8_t channel_number) { function in namespace:wifi_offload::__anon1311
86 size_t index = GetChannelIndex(channel_number);
110 size_t index = GetChannelIndex(GetChannelNumber(frequency));
127 size_t index = GetChannelIndex(channel);
/system/update_engine/
H A Domaha_request_params_unittest.cc211 int canary = params_.GetChannelIndex("canary-channel");
212 int dev = params_.GetChannelIndex("dev-channel");
213 int beta = params_.GetChannelIndex("beta-channel");
214 int stable = params_.GetChannelIndex("stable-channel");
220 int testimage = params_.GetChannelIndex("testimage-channel");
221 int bogus = params_.GetChannelIndex("bogus-channel");
H A Domaha_request_params.cc195 return GetChannelIndex(channel) >= 0;
203 int OmahaRequestParams::GetChannelIndex(const string& channel) const { function in class:chromeos_update_engine::OmahaRequestParams
212 int current_channel_index = GetChannelIndex(image_props_.current_channel);
213 int download_channel_index = GetChannelIndex(download_channel_);
H A Domaha_request_params.h259 int GetChannelIndex(const std::string& channel) const;

Completed in 99 milliseconds