HomeSort by relevance Sort by last modified time
    Searched defs:CreateChannel (Results 26 - 37 of 37) sorted by null

12

  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
video_engine_jni.cc 191 int CreateChannel() {
193 CHECK(base->CreateChannel(channel) == 0, "Failed to create channel");
398 return vie_data->CreateChannel();
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 846 VideoRenderCallback* VideoRenderDirect3D9::CreateChannel(const uint32_t channel,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 76 TransportChannel* TransportProxy::CreateChannel(
210 impl = transport_->get()->CreateChannel(component);
262 iter->second, target->transport_->get()->CreateChannel(iter->first));
497 TransportChannel* BaseSession::CreateChannel(const std::string& content_name,
504 return transproxy->CreateChannel(channel_name, component);
    [all...]
p2ptransportchannel_unittest.cc 280 ep1_.cd1_.ch_.reset(CreateChannel(
284 ep2_.cd1_.ch_.reset(CreateChannel(
302 ep1_.cd2_.ch_.reset(CreateChannel(
306 ep2_.cd2_.ch_.reset(CreateChannel(
312 cricket::P2PTransportChannel* CreateChannel(
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java 387 _channel = CreateChannel();
    [all...]
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 153 virtual SyncChannel* CreateChannel() {
171 channel_.reset(CreateChannel());
324 virtual SyncChannel* CreateChannel() OVERRIDE {
347 virtual SyncChannel* CreateChannel() OVERRIDE {
    [all...]