/external/chromium_org/content/renderer/gpu/ |
stream_texture_host_android.cc | 18 channel_(channel), 24 if (channel_.get() && route_id_ != MSG_ROUTING_NONE) 25 channel_->RemoveRoute(route_id_); 29 if (channel_.get() && stream_id) { 30 if (channel_->Send(new GpuChannelMsg_RegisterStreamTextureProxy( 33 channel_->AddRoute(route_id_, weak_ptr_factory_.GetWeakPtr()); 55 if (channel_.get()) { 56 channel_->Send(new GpuChannelMsg_EstablishStreamTexture(
|
/external/chromium_org/content/renderer/media/ |
rtc_data_channel_handler.cc | 16 : channel_(channel), 19 channel_->RegisterObserver(this); 24 channel_->UnregisterObserver(); 33 return UTF8ToUTF16(channel_->label()); 37 return channel_->reliable(); 41 return channel_->ordered(); 45 return channel_->maxRetransmitTime(); 49 return channel_->maxRetransmits(); 53 return UTF8ToUTF16(channel_->protocol()); 57 return channel_->negotiated() [all...] |
video_capture_message_filter.cc | 14 channel_(NULL) { 23 if (channel_) { 49 if (!channel_) { 54 return channel_->Send(message); 71 channel_ = channel; 82 channel_ = NULL; 86 channel_ = NULL;
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoengine_unittest.cc | 104 channel_(NULL), 111 channel_ = engine_.CreateChannel(voice_channel_); 112 channel_->SignalMediaError.connect(this, 114 result = (channel_ != NULL); 122 if (NULL == channel_) { 130 channel_->SendFrame(&capturer, &frame); 138 if (NULL == channel_) { 147 channel_->SendFrame(&capturer, &frame); 181 delete channel_; 191 cricket::WebRtcVideoMediaChannel* channel_; member in class:WebRtcVideoEngineTestFake [all...] |
webrtcvoiceengine_unittest.cc | 112 channel_(NULL), soundclip_(NULL) { 119 channel_ = engine_.CreateChannel(); 120 result = (channel_ != NULL); 123 result = channel_->AddSendStream( 135 EXPECT_TRUE(channel_->RemoveSendStream(default_send_ssrc)); 142 channel_->OnPacketReceived(&packet, talk_base::PacketTime()); 146 delete channel_; 152 channel_ = engine_.CreateChannel(); 153 EXPECT_TRUE(channel_ != NULL); 157 EXPECT_TRUE(channel_->AddSendStream 286 cricket::VoiceMediaChannel* channel_; member in class:WebRtcVoiceEngineTestFake [all...] |
/external/chromium_org/jingle/glue/ |
channel_socket_adapter.cc | 21 channel_(channel), 23 DCHECK(channel_); 25 channel_->SignalReadPacket.connect( 27 channel_->SignalWritableState.connect( 29 channel_->SignalDestroyed.connect( 52 if (!channel_) { 73 if (!channel_) { 79 if (channel_->writable()) { 80 result = channel_->SendPacket(buffer->data(), buffer_size, 83 result = net::MapSystemError(channel_->GetError()) [all...] |
channel_socket_adapter_unittest.cc | 70 target_.reset(new TransportChannelSocketAdapter(&channel_)); 77 MockTransportChannel channel_; member in class:jingle_glue::TransportChannelSocketAdapterTest 91 channel_.SignalReadPacket(&channel_, kTestData, kTestDataSize, 114 EXPECT_CALL(channel_, SendPacket(buffer->data(), kTestDataSize, 127 EXPECT_CALL(channel_, SendPacket(buffer->data(), kTestDataSize, 132 EXPECT_CALL(channel_, GetError())
|
/external/chromium_org/chrome/renderer/media/ |
webrtc_logging_message_filter.cc | 17 channel_(NULL) { 44 channel_ = channel; 49 channel_ = NULL; 55 channel_ = NULL; 87 if (!channel_) { 91 channel_->Send(message);
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videoengine_unittest.h | 460 channel_.reset(engine_.CreateChannel(NULL)); 461 EXPECT_TRUE(channel_.get() != NULL); 463 network_interface_.SetDestination(channel_.get()); 464 channel_->SetInterface(&network_interface_); 467 channel_->SetRecvCodecs(engine_.codecs()); 468 EXPECT_TRUE(channel_->AddSendStream(DefaultSendStreamParams())); 475 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get())); 478 EXPECT_TRUE(channel_->AddRecvStream( 480 EXPECT_TRUE(channel_->AddRecvStream( 483 EXPECT_FALSE(channel_->AddSendStream 1670 talk_base::scoped_ptr<C> channel_; member in class:VideoMediaChannelTest [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
dtlstransportchannel.h | 49 : channel_(channel), 72 TransportChannel* channel_; // owned by DtlsTransportChannelWrapper member in class:cricket::StreamInterfaceChannel 88 // TransportChannelImpl* channel_; 94 // channel_ via OnReadPacket() is checked for whether it is DTLS 101 // downward_ or directly to channel_, depending on whether DTLS is 105 // which translates it into packet writes on channel_. 125 channel_->SetIceRole(role); 128 return channel_->GetIceRole(); 145 return channel_->SetOption(opt, value); 148 return channel_->GetError() 242 TransportChannelImpl* channel_; \/\/ Underlying channel, owned by transport_. member in class:cricket::DtlsTransportChannelWrapper [all...] |
transport_unittest.cc | 62 channel_(NULL), 70 channel_ = CreateChannel(1); 71 return (channel_ != NULL); 79 channel_ = NULL; 89 FakeTransportChannel* channel_; member in class:TransportTest 153 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole()); 154 EXPECT_EQ(cricket::ICEMODE_FULL, channel_->remote_ice_mode()); 155 EXPECT_EQ(kIceUfrag1, channel_->ice_ufrag()); 156 EXPECT_EQ(kIcePwd1, channel_->ice_pwd()); 162 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole()) [all...] |
/external/chromium_org/remoting/protocol/ |
protobuf_video_reader.cc | 41 return channel_.get() != NULL; 50 DCHECK(!channel_.get()); 51 channel_ = socket.Pass(); 52 reader_.Init(channel_.get(), base::Bind(&ProtobufVideoReader::OnNewData,
|
protobuf_video_writer.cc | 42 DCHECK(!channel_.get()); 43 channel_ = socket.Pass(); 46 channel_.get(), BufferedSocketWriter::WriteFailedCallback()); 53 channel_.reset(); 61 return channel_.get() != NULL;
|
/external/chromium_org/win8/viewer/ |
metro_viewer_process_host.cc | 38 channel_.reset(new IPC::ChannelProxy( 49 if (channel_) 50 return channel_->peer_pid(); 56 DCHECK_EQ(base::kNullProcessId, channel_->peer_pid()); 62 channel_->AddFilter(message_filter); 84 channel_->RemoveFilter(message_filter); 89 return channel_->Send(msg);
|
/external/chromium_org/ppapi/proxy/ |
proxy_channel.cc | 36 channel_.reset(new IPC::SyncChannel(channel_handle, mode, this, 51 channel_.reset(); 65 if (!channel_.get()) { 83 if (channel_.get()) 84 return channel_->Send(msg);
|
plugin_message_filter.cc | 25 channel_(NULL) { 32 channel_ = channel; 36 channel_ = NULL; 50 if (channel_) 51 return channel_->Send(msg);
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
pseudotcpchannel.cc | 86 // session_ - passed in constructor, cleared when channel_ goes away. 87 // channel_ - created in Connect, destroyed when session_ or tcp_ goes away. 88 // tcp_ - created in Connect, destroyed when channel_ goes away, or connection 90 // worker_thread_ - created when channel_ is created, purged when channel_ is 105 session_(session), channel_(NULL), tcp_(NULL), stream_(NULL), 116 ASSERT(channel_ == NULL); 126 if (channel_) 132 channel_ = session_->CreateChannel(content_name, channel_name); 134 channel_->SetOption(Socket::OPT_DONTFRAGMENT, 1) [all...] |
/external/chromium_org/ipc/ |
ipc_test_base.cc | 60 CHECK(channel_.get()); 61 return channel_->Connect(); 65 DCHECK(channel_.get()); 66 channel_.reset(); 72 CHECK(!channel_.get()); 74 channel_.reset(new IPC::Channel(channel_handle, 82 CHECK(!channel_.get()); 106 const int ipcfd = channel_.get() ? channel_->GetClientFileDescriptor() :
|
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
pseudotcpchannel.cc | 87 // session_ - passed in constructor, cleared when channel_ goes away. 88 // channel_ - created in Connect, destroyed when session_ or tcp_ goes away. 89 // tcp_ - created in Connect, destroyed when channel_ goes away, or connection 91 // worker_thread_ - created when channel_ is created, purged when channel_ is 106 session_(session), channel_(NULL), tcp_(NULL), stream_(NULL), 117 ASSERT(channel_ == NULL); 128 if (channel_) 134 channel_ = session_->CreateChannel( 137 channel_->SetOption(Socket::OPT_DONTFRAGMENT, 1) [all...] |
/external/chromium_org/content/common/gpu/client/ |
gpu_video_encode_accelerator_host.cc | 22 channel_(gpu_channel_host), 25 channel_->AddRoute(route_id_, AsWeakPtr()); 29 if (channel_) 30 channel_->RemoveRoute(route_id_); 63 if (channel_) { 64 channel_->RemoveRoute(route_id_); 65 channel_ = NULL; 87 if (!channel_) 95 channel_->ShareToGpuProcess(frame->shared_memory_handle()); 124 if (!channel_) [all...] |
gpu_video_decode_accelerator_host.cc | 28 : channel_(channel), 32 DCHECK(channel_); 34 channel_->AddRoute(decoder_route_id, base::AsWeakPtr(this)); 40 if (channel_) { 41 channel_->RemoveRoute(decoder_route_id_); 42 channel_ = NULL; 85 if (!channel_) 88 base::SharedMemoryHandle handle = channel_->ShareToGpuProcess( 154 if (channel_) 155 channel_->RemoveRoute(decoder_route_id_) [all...] |
/external/chromium_org/chrome/service/ |
service_ipc_server.cc | 28 channel_.reset(NULL); // Tear down the existing channel, if any. 29 channel_.reset(new IPC::SyncChannel( 37 channel_->AddFilter(sync_message_filter_.get()); 45 channel_->RemoveFilter(sync_message_filter_.get()); 80 if (!channel_.get()) { 85 return channel_->Send(msg); 122 channel_->Send(new ServiceHostMsg_CloudPrintProxy_Info(info)); 132 channel_->Send(new ServiceHostMsg_Histograms(deltas));
|
/external/chromium_org/components/nacl/renderer/ |
pnacl_translation_resource_host.cc | 25 : io_message_loop_(io_message_loop), channel_(NULL) {} 34 channel_ = channel; 39 channel_ = NULL; 44 channel_ = NULL; 88 if (!channel_ || !channel_->Send(new NaClHostMsg_NexeTempFileRequest( 121 if (!channel_) 124 channel_->Send(new NaClHostMsg_ReportTranslationFinished(instance,
|
/external/chromium_org/content/child/ |
child_histogram_message_filter.cc | 19 : channel_(NULL), 27 channel_ = channel; 62 channel_->Send(
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
typingmonitor.cc | 39 : channel_(channel), 44 channel_->media_channel()->SignalMediaError.connect( 46 channel_->media_channel()->SetTypingDetectionParameters( 58 channel_->MuteStream(0, false); 59 SignalMuted(channel_, false); 66 !channel_->IsStreamMuted(0)) { 75 channel_->MuteStream(0, true); 76 SignalMuted(channel_, true); 106 if (!channel_->IsStreamMuted(0) || !has_pending_unmute_) return; 107 int silence_period = channel_->media_channel()->GetTimeSinceLastTyping() [all...] |