/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
constants.h | 105 // DataEngine::CreateChannel don't have to import rtpdataengine.h or
|
rtpdataengine.h | 47 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type);
|
filemediaengine_unittest.cc | 141 voice_channel_.reset(engine_->CreateChannel()); 252 EXPECT_TRUE(engine_->CreateChannel() == NULL);
|
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
sctpdataengine_unittest.cc | 178 chan1_.reset(CreateChannel(net1_.get(), recv1_.get())); 180 chan2_.reset(CreateChannel(net2_.get(), recv2_.get())); 209 cricket::SctpDataMediaChannel* CreateChannel( 212 static_cast<cricket::SctpDataMediaChannel*>(engine_->CreateChannel(
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
typingmonitor_unittest.cc | 41 engine_.CreateChannel(), &session_, "", false));
|
/external/jmonkeyengine/engine/src/test/jme3test/export/ |
TestOgreConvert.java | 76 AnimChannel chan = control.createChannel();
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloAnimation.java | 80 channel = control.createChannel();
|
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
TestAnimationFactory.java | 83 control.createChannel().setAnim("anim");
|
TestBlenderAnim.java | 76 channel = control.createChannel();
|
TestBlenderObjectAnim.java | 76 channel = control.createChannel();
|
TestOgreAnim.java | 76 channel = control.createChannel();
|
/external/chromium_org/ipc/ |
ipc_channel_proxy.cc | 60 void ChannelProxy::Context::CreateChannel(const IPC::ChannelHandle& handle, 326 context_->CreateChannel(channel_handle, mode); 329 FROM_HERE, base::Bind(&Context::CreateChannel, context_.get(),
|
ipc_fuzzing_tests.cc | 268 CreateChannel(&listener); 296 CreateChannel(&listener); 324 CreateChannel(&listener);
|
/external/chromium_org/content/renderer/media/ |
webrtc_audio_device_unittest.cc | 353 int channel = base->CreateChannel(); 536 int ch = base->CreateChannel(); 619 int ch = base->CreateChannel(); 706 int ch = base->CreateChannel(); 794 int ch = base->CreateChannel(); 860 int ch = base->CreateChannel(); [all...] |
/external/chromium_org/content/test/ |
webrtc_audio_device_test.cc | 298 CreateChannel(thread_name); 313 void MAYBE_WebRTCAudioDeviceTest::CreateChannel(const char* name) {
|
webrtc_audio_device_test.h | 142 void CreateChannel(const char* name);
|
/external/chromium/chrome/browser/ |
utility_process_host.cc | 128 if (!CreateChannel())
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
session.h | 95 TransportChannel* CreateChannel(const std::string& name, 128 // uses CreateChannel/DestroyChannel. Perhaps something like a 195 virtual TransportChannel* CreateChannel(const std::string& content_name, 355 virtual TransportChannel* CreateChannel(const std::string& content_name,
|
/external/chromium_org/content/browser/ |
utility_process_host_impl.cc | 147 std::string channel_id = process_->GetHost()->CreateChannel();
|
/external/chromium_org/third_party/libjingle/source/talk/media/other/ |
linphonemediaengine.h | 69 virtual VoiceMediaChannel* CreateChannel();
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoiceengine_unittest.cc | 119 channel_ = engine_.CreateChannel(); 152 channel_ = engine_.CreateChannel(); 307 TEST_F(WebRtcVoiceEngineTestFake, CreateChannel) { 309 channel_ = engine_.CreateChannel(); 313 // Tests that we properly handle failures in CreateChannel. 317 channel_ = engine_.CreateChannel(); 613 channel_ = engine_.CreateChannel(); [all...] |
webrtcvideoengine.h | 111 WebRtcVideoMediaChannel* CreateChannel(VoiceMediaChannel* voice_channel); 324 bool CreateChannel(uint32 ssrc_key, MediaDirection direction,
|
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...] |
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
package.html | 27 AnimChannel animChan = animCtrl.createChannel();<br>
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
AnimationTrack.java | 98 channel = model.getControl(AnimControl.class).createChannel();
|