HomeSort by relevance Sort by last modified time
    Searched defs:GetChannelIndex (Results 1 - 2 of 2) sorted by null

  /system/chre/apps/wifi_offload/
channel_histogram.cc 63 size_t GetChannelIndex(uint8_t channel_number) {
86 size_t index = GetChannelIndex(channel_number);
110 size_t index = GetChannelIndex(GetChannelNumber(frequency));
127 size_t index = GetChannelIndex(channel);
  /system/update_engine/
omaha_request_params.cc 198 if (GetChannelIndex(channel) < 0) {
217 int OmahaRequestParams::GetChannelIndex(const string& channel) const {
226 int current_channel_index = GetChannelIndex(image_props_.current_channel);
227 int download_channel_index = GetChannelIndex(download_channel_);

Completed in 98 milliseconds