HomeSort by relevance Sort by last modified time
    Searched full:channel_id (Results 101 - 125 of 142) sorted by null

1 2 3 45 6

  /external/chromium_org/net/quic/
quic_crypto_server_stream_test.cc 254 // stream_.crypto_negotiated_params().channel_id is correct.
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 127 std::string channel_id = process_->GetHost()->CreateChannel(); local
128 if (channel_id.empty())
143 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 160 int channel_id = voe_.GetLastChannel(); local
184 EXPECT_FALSE(voe_.WasSendTelephoneEventCalled(channel_id, 2, 123));
186 EXPECT_TRUE(voe_.WasSendTelephoneEventCalled(channel_id, 2, 123));
194 EXPECT_FALSE(voe_.WasSendTelephoneEventCalled(channel_id, 4, 145));
198 EXPECT_TRUE(voe_.WasSendTelephoneEventCalled(channel_id, 4, 145));
240 void TestSetSendRtpHeaderExtensions(int channel_id) {
247 channel_id, enable, id));
255 channel_id, enable, id));
261 channel_id, enable, id));
269 channel_id, enable, id))
    [all...]
webrtcvoiceengine.cc 1441 int channel_id = -1; local
1521 int channel_id = -1; local
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
TLSConnection.py     [all...]
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc 834 std::string channel_id = command_line.GetSwitchValueASCII( local
836 EXPECT_FALSE(channel_id.empty());
844 TestAutomationProvider::NewAutomationProvider(profile, channel_id, this));
    [all...]
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_unittest.cc 178 int channel_id() const { function in class:content::__anon8188::WebRTCMediaProcessImpl
555 EXPECT_EQ(ch, media_process->channel_id());
659 EXPECT_EQ(ch, media_process->channel_id());
    [all...]
  /external/openssh/
serverloop.c 250 int channel_id; local
262 if ((channel_id = channel_find_open()) == -1) {
267 channel_request_start(channel_id, "keepalive@openssh.com", 1);
    [all...]
  /external/chromium_org/ipc/
ipc_channel.h 187 static bool IsNamedServerInitialized(const std::string& channel_id);
ipc_channel_proxy.h 175 const std::string& channel_id() const { return channel_id_; } function in class:IPC::ChannelProxy::Context
ipc_channel_proxy.cc 361 Logging::GetInstance()->OnSendMessage(message, context_->channel_id());
ipc_sync_channel_unittest.cc 1881 std::string channel_id = Channel::GenerateVerifiedChannelID("Verified"); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc 254 virtual void AddChannel(int channel_id) OVERRIDE {
256 channel_id_ = channel_id;
258 virtual void RemoveChannel(int channel_id) OVERRIDE {
259 ASSERT(channel_id == channel_id_);
263 int channel_id() const { return channel_id_; } function in class:FakeAudioRenderer
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 746 const std::string& channel_id,
752 if (!automation->InitializeChannel(channel_id))
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c     [all...]
  /external/chromium_org/chrome_frame/
chrome_frame_automation.h 94 std::string channel_id,
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 490 const std::string channel_id = local
493 new IPC::ChannelProxy(channel_id,
512 in_process_renderer_.reset(g_renderer_main_thread_factory(channel_id));
535 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
    [all...]
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.cc 9 #include "net/quic/crypto/channel_id.h"
quic_crypto_server_config.cc 18 #include "net/quic/crypto/channel_id.h"
642 params->channel_id = key.as_string();
    [all...]
  /external/chromium_org/tools/gn/secondary/net/
BUILD.gn 688 "quic/crypto/channel_id.cc",
689 "quic/crypto/channel_id.h",
    [all...]
  /external/chromium/chrome/browser/ui/
browser_init.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.h     [all...]
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket.cc 625 channel_info->channel_id = channel_id_;
  /external/chromium_org/net/
net.target.darwin-arm.mk 306 net/quic/crypto/channel_id.cc \
net.target.darwin-mips.mk 306 net/quic/crypto/channel_id.cc \

Completed in 579 milliseconds

1 2 3 45 6