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

1 23 4

  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.cc 104 VoiceMediaChannel* LinphoneMediaEngine::CreateChannel() {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 569 WEBRTC_FUNC(CreateChannel, (int& channel)) { // NOLINT
581 WEBRTC_FUNC(CreateChannel, (int& channel, int original_channel)) {
583 if (CreateChannel(channel) != 0) {
590 return CreateChannel(channel, original_channel);
    [all...]
webrtcvoiceengine.cc 233 webrtc_channel_ = engine_->voe_sc()->base()->CreateChannel();
235 LOG_RTCERR0(CreateChannel);
576 VoiceMediaChannel *WebRtcVoiceEngine::CreateChannel() {
    [all...]
webrtcvoiceengine.h 104 VoiceMediaChannel* CreateChannel();
webrtcvideoengine_unittest.cc 106 channel_ = engine_.CreateChannel(voice_channel_);
267 TEST_F(WebRtcVideoEngineTestFake, CreateChannel) {
269 channel_ = engine_.CreateChannel(voice_channel_);
277 // Tests that we properly handle failures in CreateChannel.
281 channel_ = engine_.CreateChannel(voice_channel_);
289 channel_ = engine_.CreateChannel(voice_channel_);
    [all...]
webrtcvideoengine.cc 882 WebRtcVideoMediaChannel* WebRtcVideoEngine::CreateChannel(
    [all...]
webrtcvoiceengine_unittest.cc 115 channel_ = engine_.CreateChannel();
285 TEST_F(WebRtcVoiceEngineTestFake, CreateChannel) {
287 channel_ = engine_.CreateChannel();
291 // Tests that we properly handle failures in CreateChannel.
295 channel_ = engine_.CreateChannel();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 71 TransportChannel* TransportProxy::CreateChannel(
196 impl = transport_->get()->CreateChannel(component);
228 target->transport_->get()->CreateChannel(iter->first));
440 TransportChannel* BaseSession::CreateChannel(const std::string& content_name,
447 return transproxy->CreateChannel(channel_name, component);
    [all...]
session.h 124 TransportChannel* CreateChannel(const std::string& channel_name,
350 virtual TransportChannel* CreateChannel(const std::string& content_name,
transport.h 252 TransportChannelImpl* CreateChannel(int component);
p2ptransportchannel_unittest.cc 264 ep1_.cd1_.ch_.reset(CreateChannel(
268 ep2_.cd1_.ch_.reset(CreateChannel(
286 ep1_.cd2_.ch_.reset(CreateChannel(
290 ep2_.cd2_.ch_.reset(CreateChannel(
296 cricket::P2PTransportChannel* CreateChannel(
    [all...]
dtlstransportchannel_unittest.cc 98 transport_->CreateChannel(i));
  /external/chromium_org/content/browser/
plugin_process_host.cc 152 std::string channel_id = process_->GetHost()->CreateChannel();
ppapi_plugin_process_host.cc 258 std::string channel_id = process_->GetHost()->CreateChannel();
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine.cc 61 DataMediaChannel* RtpDataEngine::CreateChannel(
fakemediaengine.h 729 VoiceMediaChannel* CreateChannel() {
831 VideoMediaChannel* CreateChannel(VoiceMediaChannel* channel) {
983 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]
channelmanager.cc 326 VoiceMediaChannel* media_channel = media_engine_->CreateChannel();
425 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_,
273 channel1_.reset(CreateChannel(thread, &media_engine_, ch1, &session1_,
275 channel2_.reset(CreateChannel(thread, &media_engine_, ch2, &session1_,
302 typename T::Channel* CreateChannel(talk_base::Thread* thread,
    [all...]
channelmanager_unittest.cc 180 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/ipc/
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/sctp/
sctpdataengine.cc 207 DataMediaChannel* SctpDataEngine::CreateChannel(
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 150 std::string channel_id = process_->GetHost()->CreateChannel();

Completed in 778 milliseconds

1 23 4