HomeSort by relevance Sort by last modified time
    Searched full:target_channel (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/
utility.cc 125 int target_channel,
129 assert(target_channel == 1 || target_channel == 2);
132 if (target_channel == 2 && source_channel == 1) {
142 } else if (target_channel == 1 && source_channel == 2) {
utility.h 55 int target_channel,
  /external/chromium_org/chromeos/dbus/
update_engine_client.cc 164 virtual void SetChannel(const std::string& target_channel,
166 if (!IsValidChannel(target_channel)) {
167 LOG(ERROR) << "Invalid channel name: " << target_channel;
175 writer.AppendString(target_channel);
179 << "target_channel=" << target_channel << ", "
421 virtual void SetChannel(const std::string& target_channel,
424 << "target_channel=" << target_channel << ", "
426 target_channel_ = target_channel;
    [all...]
fake_update_engine_client.cc 70 void FakeUpdateEngineClient::SetChannel(const std::string& target_channel,
fake_update_engine_client.h 35 virtual void SetChannel(const std::string& target_channel,
update_engine_client.h 118 // what the device currently has). |target_channel| should look like
120 virtual void SetChannel(const std::string& target_channel,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 1163 int target_channel; member in struct:channel_info
    [all...]

Completed in 120 milliseconds