HomeSort by relevance Sort by last modified time
    Searched refs:CreateChannel (Results 51 - 75 of 84) sorted by null

1 23 4

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc 141 voice_channel_.reset(engine_->CreateChannel());
252 EXPECT_TRUE(engine_->CreateChannel() == NULL);
rtpdataengine.cc 61 DataMediaChannel* RtpDataEngine::CreateChannel(
fakemediaengine.h 734 VoiceMediaChannel* CreateChannel() {
849 VideoMediaChannel* CreateChannel(VoiceMediaChannel* channel) {
1000 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h 126 TransportChannel* CreateChannel(const std::string& channel_name,
361 virtual TransportChannel* CreateChannel(const std::string& content_name,
transport.h 259 TransportChannelImpl* CreateChannel(int component);
p2ptransportchannel_unittest.cc 270 ep1_.cd1_.ch_.reset(CreateChannel(
274 ep2_.cd1_.ch_.reset(CreateChannel(
292 ep1_.cd2_.ch_.reset(CreateChannel(
296 ep2_.cd2_.ch_.reset(CreateChannel(
302 cricket::P2PTransportChannel* CreateChannel(
    [all...]
session.cc 76 TransportChannel* TransportProxy::CreateChannel(
210 impl = transport_->get()->CreateChannel(component);
262 iter->second, target->transport_->get()->CreateChannel(iter->first));
474 TransportChannel* BaseSession::CreateChannel(const std::string& content_name,
481 return transproxy->CreateChannel(channel_name, component);
    [all...]
  /external/chromium_org/content/browser/
plugin_process_host.cc 156 std::string channel_id = process_->GetHost()->CreateChannel();
ppapi_plugin_process_host.cc 256 std::string channel_id = process_->GetHost()->CreateChannel();
  /external/chromium_org/ipc/
ipc_send_fds_test.cc 100 CreateChannel(&listener);
ipc_sync_channel_unittest.cc 156 virtual SyncChannel* CreateChannel() {
176 channel_.reset(CreateChannel());
329 virtual SyncChannel* CreateChannel() OVERRIDE {
350 virtual SyncChannel* CreateChannel() OVERRIDE {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 610 WEBRTC_FUNC(CreateChannel, (int& channel)) { // NOLINT
622 WEBRTC_FUNC(CreateChannel, (int& channel, int original_channel)) {
624 if (CreateChannel(channel) != 0) {
631 return CreateChannel(channel, original_channel);
    [all...]
webrtcvoiceengine.h 106 VoiceMediaChannel* CreateChannel();
webrtcvideoengine_unittest.cc 111 channel_ = engine_.CreateChannel(voice_channel_);
264 TEST_F(WebRtcVideoEngineTestFake, CreateChannel) {
266 channel_ = engine_.CreateChannel(voice_channel_);
274 // Tests that we properly handle failures in CreateChannel.
278 channel_ = engine_.CreateChannel(voice_channel_);
286 channel_ = engine_.CreateChannel(voice_channel_);
    [all...]
webrtcvideoengine.cc     [all...]
fakewebrtcvoiceengine.h 299 WEBRTC_FUNC(CreateChannel, ()) {
302 WEBRTC_FUNC(CreateChannel, (const webrtc::Config& config)) {
    [all...]
webrtcvoiceengine.cc 266 LOG_RTCERR0(CreateChannel);
633 VoiceMediaChannel *WebRtcVoiceEngine::CreateChannel() {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]
channelmanager.cc 327 VoiceMediaChannel* media_channel = media_engine_->CreateChannel();
426 DataMediaChannel* media_channel = data_media_engine_->CreateChannel(
channel_unittest.cc 222 channel1_.reset(CreateChannel(thread, &media_engine_, ch1, &session1_,
224 channel2_.reset(CreateChannel(thread, &media_engine_, ch2, &session2_,
277 channel1_.reset(CreateChannel(thread, &media_engine_, ch1, &session1_,
279 channel2_.reset(CreateChannel(thread, &media_engine_, ch2, &session1_,
306 typename T::Channel* CreateChannel(talk_base::Thread* thread,
    [all...]
channelmanager_unittest.cc 182 ASSERT_TRUE(session_->CreateChannel(
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.cc 96 TransportChannelImpl* Transport::CreateChannel(
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 132 channel_ = session_->CreateChannel(content_name, channel_name);
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 127 std::string channel_id = process_->GetHost()->CreateChannel();
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 237 DataMediaChannel* SctpDataEngine::CreateChannel(

Completed in 775 milliseconds

1 23 4