Searched defs:channel_id (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Daudiotrackrenderer.cc39 void AudioTrackRenderer::AddChannel(int channel_id) { argument
40 ASSERT(channel_id_ == -1 || channel_id_ == channel_id);
41 channel_id_ = channel_id;
44 void AudioTrackRenderer::RemoveChannel(int channel_id) { argument
45 ASSERT(channel_id_ == -1 || channel_id_ == channel_id);
/external/chromium_org/content/gpu/
H A Din_process_gpu_thread.cc12 InProcessGpuThread::InProcessGpuThread(const std::string& channel_id) argument
14 channel_id_(channel_id),
34 base::Thread* CreateInProcessGpuThread(const std::string& channel_id) { argument
35 return new InProcessGpuThread(channel_id);
H A Dgpu_child_thread.cc63 GpuChildThread::GpuChildThread(const std::string& channel_id) argument
64 : ChildThread(Options(channel_id, false)),
/external/chromium_org/content/renderer/
H A Din_process_renderer_thread.cc13 InProcessRendererThread::InProcessRendererThread(const std::string& channel_id) argument
14 : Thread("Chrome_InProcRendererThread"), channel_id_(channel_id) {
41 base::Thread* CreateInProcessRendererThread(const std::string& channel_id) { argument
42 return new InProcessRendererThread(channel_id);
H A Dscheduler_proxy_task_runner_browsertest.cc39 std::string channel_id = local
43 IPC::Channel::CreateServer(channel_id, &dummy_listener));
48 RenderThreadImpl* thread = new RenderThreadImpl(channel_id);
H A Drender_thread_impl_browsertest.cc56 std::string channel_id = IPC::Channel::GenerateVerifiedChannelID( local
60 IPC::Channel::CreateServer(channel_id, &dummy_listener));
65 RenderThreadImpl* thread = new RenderThreadImpl(channel_id);
95 std::string channel_id = local
99 IPC::Channel::CreateServer(channel_id, &dummy_listener));
104 RenderThreadImpl* thread = new RenderThreadImpl(channel_id);
/external/chromium_org/content/utility/
H A Din_process_utility_thread.cc16 InProcessUtilityThread::InProcessUtilityThread(const std::string& channel_id) argument
17 : Thread("Chrome_InProcUtilityThread"), channel_id_(channel_id) {
47 base::Thread* CreateInProcessUtilityThread(const std::string& channel_id) { argument
48 return new InProcessUtilityThread(channel_id);
/external/chromium_org/chrome/browser/net/
H A Dquota_policy_channel_id_store.cc55 const net::DefaultChannelIDStore::ChannelID& channel_id) {
56 server_identifiers_.insert(channel_id.server_identifier());
57 persistent_store_->AddChannelID(channel_id);
61 const net::DefaultChannelIDStore::ChannelID& channel_id) {
62 server_identifiers_.erase(channel_id.server_identifier());
63 persistent_store_->DeleteChannelID(channel_id);
73 for (ChannelIDVector::const_iterator channel_id = channel_ids->begin();
74 channel_id != channel_ids->end();
75 ++channel_id) {
76 server_identifiers_.insert((*channel_id)
54 AddChannelID( const net::DefaultChannelIDStore::ChannelID& channel_id) argument
60 DeleteChannelID( const net::DefaultChannelIDStore::ChannelID& channel_id) argument
[all...]
/external/chromium_org/content/child/
H A Dwebsocket_dispatcher.cc28 void WebSocketDispatcher::RemoveBridge(int channel_id) { argument
29 std::map<int, WebSocketBridge*>::iterator iter = bridges_.find(channel_id);
31 DVLOG(1) << "Remove a non-existent bridge(" << channel_id << ")";
58 WebSocketBridge* WebSocketDispatcher::GetBridge(int channel_id, uint32 type) { argument
59 std::map<int, WebSocketBridge*>::iterator iter = bridges_.find(channel_id);
61 DVLOG(1) << "No bridge for channel_id=" << channel_id
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Daudiorenderer.h62 virtual void AddChannel(int channel_id) {} argument
68 virtual void RemoveChannel(int channel_id) {} argument
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_sender.cc22 ViESender::ViESender(int channel_id) argument
23 : channel_id_(channel_id),
H A Dvie_encoder.h55 int32_t channel_id,
181 int channel_id() const { return channel_id_; } function in class:webrtc::ViEEncoder
/external/chromium_org/chrome/renderer/media/
H A Dcast_ipc_dispatcher.cc43 void CastIPCDispatcher::RemoveSender(int32 channel_id) { argument
44 return id_map_.Remove(channel_id);
80 int32 channel_id,
82 CastTransportSenderIPC* sender = id_map_.Lookup(channel_id);
92 int32 channel_id,
95 CastTransportSenderIPC* sender = id_map_.Lookup(channel_id);
103 void CastIPCDispatcher::OnRtt(int32 channel_id, argument
106 CastTransportSenderIPC* sender = id_map_.Lookup(channel_id);
115 int32 channel_id,
118 CastTransportSenderIPC* sender = id_map_.Lookup(channel_id);
79 OnNotifyStatusChange( int32 channel_id, media::cast::CastTransportStatus status) argument
91 OnRawEvents( int32 channel_id, const std::vector<media::cast::PacketEvent>& packet_events, const std::vector<media::cast::FrameEvent>& frame_events) argument
114 OnRtcpCastMessage( int32 channel_id, uint32 ssrc, const media::cast::RtcpCastMessage& cast_message) argument
[all...]
/external/chromium_org/components/nacl/browser/
H A Dnacl_broker_host_win.cc52 std::string channel_id = process_->GetHost()->CreateChannel(); local
53 if (channel_id.empty())
66 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
H A Dnacl_broker_service_win.cc49 void NaClBrokerService::OnLoaderLaunched(const std::string& channel_id, argument
51 PendingLaunchesMap::iterator it = pending_launches_.find(channel_id);
/external/chromium_org/ipc/
H A Dipc_channel_proxy.h148 const std::string& channel_id() const { return channel_id_; } function in class:IPC::ChannelProxy::Context
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_channel_id_helper.cc169 const net::ChannelIDStore::ChannelID& channel_id) {
171 channel_id_map_[channel_id.server_identifier()] =
172 channel_id;
168 AddChannelID( const net::ChannelIDStore::ChannelID& channel_id) argument
/external/chromium_org/chrome/browser/media/
H A Dcast_transport_host_filter.cc47 int32 channel_id,
49 Send(new CastMsg_NotifyStatusChange(channel_id, status));
53 int32 channel_id,
57 Send(new CastMsg_RawEvents(channel_id,
62 void CastTransportHostFilter::SendRtt(int32 channel_id, argument
65 Send(new CastMsg_Rtt(channel_id, ssrc, rtt));
69 int32 channel_id,
72 Send(new CastMsg_RtcpCastMessage(channel_id, ssrc, cast_message));
76 int32 channel_id,
87 if (id_map_.Lookup(channel_id)) {
46 NotifyStatusChange( int32 channel_id, media::cast::CastTransportStatus status) argument
52 SendRawEvents( int32 channel_id, const std::vector<media::cast::PacketEvent>& packet_events, const std::vector<media::cast::FrameEvent>& frame_events) argument
68 SendCastMessage( int32 channel_id, uint32 ssrc, const media::cast::RtcpCastMessage& cast_message) argument
75 OnNew( int32 channel_id, const net::IPEndPoint& remote_end_point, const base::DictionaryValue& options) argument
108 OnDelete(int32 channel_id) argument
126 OnInitializeAudio( int32 channel_id, const media::cast::CastTransportRtpConfig& config) argument
146 OnInitializeVideo( int32 channel_id, const media::cast::CastTransportRtpConfig& config) argument
166 OnInsertFrame( int32 channel_id, uint32 ssrc, const media::cast::EncodedFrame& frame) argument
180 OnCancelSendingFrames( int32 channel_id, uint32 ssrc, const std::vector<uint32>& frame_ids) argument
194 OnResendFrameForKickstart( int32 channel_id, uint32 ssrc, uint32 frame_id) argument
207 OnSendSenderReport( int32 channel_id, uint32 ssrc, base::TimeTicks current_time, uint32 current_time_as_rtp_timestamp) argument
[all...]
/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_local_audio_track_adapter.cc117 void WebRtcLocalAudioTrackAdapter::AddChannel(int channel_id) { argument
118 DVLOG(1) << "WebRtcLocalAudioTrack::AddChannel(channel_id="
119 << channel_id << ")";
121 if (std::find(voe_channels_.begin(), voe_channels_.end(), channel_id) !=
128 voe_channels_.push_back(channel_id);
131 void WebRtcLocalAudioTrackAdapter::RemoveChannel(int channel_id) { argument
132 DVLOG(1) << "WebRtcLocalAudioTrack::RemoveChannel(channel_id="
133 << channel_id << ")";
136 std::find(voe_channels_.begin(), voe_channels_.end(), channel_id);
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel_manager.cc74 ChannelOwner ChannelManager::GetChannel(int32_t channel_id) { argument
78 if (channels_[i].channel()->ChannelId() == channel_id)
90 void ChannelManager::DestroyChannel(int32_t channel_id) { argument
91 assert(channel_id >= 0);
101 if (it->channel()->ChannelId() == channel_id) {
/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control.cc47 const IPC::ChannelHandle channel_id = GetServiceProcessChannel(); local
49 channel_id,
/external/chromium_org/components/nacl/loader/
H A Dnacl_helper_linux.cc127 const std::string& channel_id) {
137 switches::kProcessChannelID, channel_id);
163 std::string channel_id; local
164 if (!input_iter->ReadString(&channel_id)) {
165 LOG(ERROR) << "Could not read channel_id string";
186 channel_id);
123 ChildNaClLoaderInit(ScopedVector<base::ScopedFD> child_fds, const NaClLoaderSystemInfo& system_info, bool uses_nonsfi_mode, nacl::NaClSandbox* nacl_sandbox, const std::string& channel_id) argument
/external/chromium_org/content/browser/
H A Dplugin_process_host.cc183 std::string channel_id = process_->GetHost()->CreateChannel(); local
184 if (channel_id.empty())
252 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
H A Dutility_process_host_impl.cc186 std::string channel_id = process_->GetHost()->CreateChannel(); local
187 if (channel_id.empty())
194 in_process_thread_.reset(g_utility_main_thread_factory(channel_id));
223 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_socket.h99 void set_id(int channel_id) { channel_id_ = channel_id; } argument

Completed in 7316 milliseconds

123