Searched refs:channel_id_ (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Daudiotrackrenderer.cc33 AudioTrackRenderer::AudioTrackRenderer() : channel_id_(-1) {
40 ASSERT(channel_id_ == -1 || channel_id_ == channel_id);
41 channel_id_ = channel_id;
45 ASSERT(channel_id_ == -1 || channel_id_ == channel_id);
46 channel_id_ = -1;
H A Daudiotrackrenderer.h54 int channel_id_; member in class:webrtc::AudioTrackRenderer
/external/chromium_org/content/renderer/
H A Din_process_renderer_thread.cc14 : Thread("Chrome_InProcRendererThread"), channel_id_(channel_id) {
23 new RenderThreadImpl(channel_id_);
H A Din_process_renderer_thread.h28 std::string channel_id_; member in class:content::InProcessRendererThread
/external/chromium_org/content/gpu/
H A Din_process_gpu_thread.cc14 channel_id_(channel_id),
26 gpu_process_->set_main_thread(new GpuChildThread(channel_id_));
H A Din_process_gpu_thread.h27 std::string channel_id_; member in class:content::InProcessGpuThread
/external/chromium_org/content/child/
H A Dwebsocket_bridge.cc44 : channel_id_(kInvalidChannelId), client_(NULL) {}
47 if (channel_id_ != kInvalidChannelId) {
51 new WebSocketMsg_DropChannel(channel_id_,
197 DCHECK_EQ(kInvalidChannelId, channel_id_);
200 channel_id_ = dispatcher->AddBridge(this);
208 DVLOG(1) << "Bridge#" << channel_id_ << " Connect("
213 new WebSocketHostMsg_AddChannelRequest(channel_id_,
223 if (channel_id_ == kInvalidChannelId)
239 DVLOG(1) << "Bridge #" << channel_id_ << " Send("
244 new WebSocketMsg_SendFrame(channel_id_,
[all...]
H A Dwebsocket_bridge.h59 int channel_id_; member in class:content::WebSocketBridge
/external/chromium_org/content/utility/
H A Din_process_utility_thread.cc17 : Thread("Chrome_InProcUtilityThread"), channel_id_(channel_id) {
44 child_process_->set_main_thread(new UtilityThreadImpl(channel_id_));
H A Din_process_utility_thread.h29 std::string channel_id_; member in class:content::InProcessUtilityThread
/external/chromium_org/chrome/browser/extensions/api/cast_channel/
H A Dcast_socket.h81 int id() const { return channel_id_; }
84 void set_id(int channel_id) { channel_id_ = channel_id; }
221 int channel_id_; member in class:extensions::api::cast_channel::CastSocket
H A Dcast_socket.cc73 channel_id_(0),
625 channel_info->channel_id = channel_id_;
/external/chromium_org/ipc/
H A Dipc_channel_proxy.cc63 channel_id_ = handle.name;
78 logger->OnPostDispatchMessage(message, channel_id_);
264 logger->OnPostDispatchMessage(message, channel_id_);
399 DCHECK(channel) << context_.get()->channel_id_;
408 DCHECK(channel) << context_.get()->channel_id_;
417 DCHECK(channel) << context_.get()->channel_id_;
H A Dipc_channel_proxy.h175 const std::string& channel_id() const { return channel_id_; }
230 std::string channel_id_; member in class:IPC::ChannelProxy::Context
/external/chromium_org/chrome/test/automation/
H A Dproxy_launcher.h227 std::string channel_id_; // Channel id of automation proxy. member in class:NamedProxyLauncher
248 std::string channel_id_; // Channel id of automation proxy. member in class:AnonymousProxyLauncher
H A Dproxy_launcher.cc547 : channel_id_(channel_id),
556 proxy->InitializeChannel(channel_id_, true);
566 if (!base::DeleteFile(base::FilePath(channel_id_), false)) {
567 LOG(ERROR) << "Failed to delete " << channel_id_;
585 channel_initialized = IPC::Channel::IsNamedServerInitialized(channel_id_);
611 channel_id.append(automation::kNamedInterfacePrefix).append(channel_id_);
619 channel_id_ = AutomationProxy::GenerateChannelID();
626 proxy->InitializeChannel(channel_id_, false);
640 return channel_id_;
/external/chromium_org/content/common/
H A Dchild_process_host_impl.cc162 channel_id_ = IPC::Channel::GenerateVerifiedChannelID(std::string());
164 channel_id_, IPC::Channel::MODE_SERVER, this));
179 return channel_id_;
262 logger->OnPostDispatchMessage(msg, channel_id_);
H A Dchild_process_host_impl.h91 std::string channel_id_; member in class:content::ChildProcessHostImpl
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnport.cc132 int channel_id_; member in class:cricket::TurnChannelBindRequest
146 int channel_id() const { return channel_id_; }
167 int channel_id_; member in class:cricket::TurnEntry
850 channel_id_(channel_id),
860 STUN_ATTR_CHANNEL_NUMBER, channel_id_ << 16)));
896 channel_id_(channel_id),
910 port_, this, channel_id_, ext_addr_), delay);
935 buf.WriteUInt16(channel_id_);
/external/chromium/chrome/browser/automation/
H A Dautomation_provider.h387 std::string channel_id_; member in class:AutomationProvider
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider.h340 std::string channel_id_; member in class:AutomationProvider
H A Dautomation_provider.cc187 channel_id_ = channel_id;
463 return InitializeChannel(channel_id_);
/external/chromium_org/content/common/gpu/
H A Dgpu_channel.h235 std::string channel_id_; member in class:content::GpuChannel
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_unittest.cc151 channel_id_(-1),
167 channel_id_ = channel;
180 return channel_id_;
200 int channel_id_; member in class:content::__anon8498::WebRTCMediaProcessImpl
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h342 Capturer() : channel_id_(-1), denoising_(false),
344 int channel_id() const { return channel_id_; }
345 void set_channel_id(int channel_id) { channel_id_ = channel_id; }
369 int channel_id_; member in class:cricket::FakeWebRtcVideoEngine::Capturer

Completed in 663 milliseconds

12