Searched refs:target_channel (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dutility.h55 int target_channel,
H A Dutility.cc125 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) {
124 MixWithSat(int16_t target[], int target_channel, const int16_t source[], int source_channel, int source_len) argument
/external/chromium_org/chromeos/dbus/
H A Dupdate_engine_client.cc164 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...]
H A Dfake_update_engine_client.cc70 void FakeUpdateEngineClient::SetChannel(const std::string& target_channel, argument
H A Dfake_update_engine_client.h35 virtual void SetChannel(const std::string& target_channel,
H A Dupdate_engine_client.h118 // what the device currently has). |target_channel| should look like
120 virtual void SetChannel(const std::string& target_channel,

Completed in 141 milliseconds