Searched refs:channel (Results 301 - 325 of 1333) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/remoting/tools/win/
H A Dchromoting-set-channel.bat20 REM Make sure the argument specifies a valid channel.
38 echo Remote Desktop to get your machine back on the stable channel.
42 echo Switch to %CHANNEL% channel complete.
48 echo Usage: %0 ^<channel^>
49 echo where ^<channel^> is 'beta' or 'stable'.
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelproxy.cc222 void TransportChannelProxy::OnReadableState(TransportChannel* channel) { argument
224 ASSERT(channel == impl_);
229 void TransportChannelProxy::OnWritableState(TransportChannel* channel) { argument
231 ASSERT(channel == impl_);
237 TransportChannel* channel, const char* data, size_t size,
240 ASSERT(channel == impl_);
244 void TransportChannelProxy::OnReadyToSend(TransportChannel* channel) { argument
246 ASSERT(channel == impl_);
250 void TransportChannelProxy::OnRouteChange(TransportChannel* channel, argument
253 ASSERT(channel
236 OnReadPacket( TransportChannel* channel, const char* data, size_t size, const rtc::PacketTime& packet_time, int flags) argument
[all...]
H A Dtransport.h30 // Subclasses choose the appropriate class to instantiate for each channel;
37 // be made on the signaling thread and all channel related calls (including
38 // signaling for a channel) will be made on the worker thread. When
140 // Stats that we can return about the connections for a transport channel.
171 // Information about all the connections of a channel.
174 // Information about a specific channel
262 // Get a copy of the remote certificate in use by the specified channel.
291 // channel begins connecting, the following signal is raised.
299 // Destroys every channel created so far.
308 // signal to each channel
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
H A Dtemplate-output.rb48 WS : (' '|'\n') {$channel=HIDDEN;} ;
75 WS : (' '|'\n') {$channel=HIDDEN;} ;
94 WS : (' '|'\n') {$channel=HIDDEN;} ;
116 WS : (' '|'\n') {$channel=HIDDEN;} ;
133 WS : (' '|'\n') {$channel=HIDDEN;} ;
151 WS : (' '|'\n') {$channel=HIDDEN;} ;
172 # WS : (' '|'\n') {$channel=HIDDEN;} ;
199 WS : (' '|'\n') {$channel=HIDDEN;} ;
223 WS : (' '|'\n') {$channel=HIDDEN;} ;
244 WS : (' '|'\n') {$channel
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_base_impl.cc21 #include "webrtc/voice_engine/channel.h"
84 // Deliver callback (-1 <=> no channel dependency)
114 // Deliver callback (-1 <=> no channel dependency)
198 // No need to go through the APM, demultiplex the data to each VoE channel,
225 voe::Channel* channel_ptr = ch.channel();
524 if (channel_owner->channel()->SetEngineInformation(
535 "CreateChannel() failed to associate engine and channel."
536 " Destroying channel.");
538 .DestroyChannel(channel_owner->channel()->ChannelId());
540 } else if (channel_owner->channel()
557 DeleteChannel(int channel) argument
595 StartReceive(int channel) argument
616 StopReceive(int channel) argument
637 StartPlayout(int channel) argument
668 StopPlayout(int channel) argument
695 StartSend(int channel) argument
726 StopSend(int channel) argument
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableLexer.m211 state.channel = _channel;
241 state.channel = _channel;
271 state.channel = _channel;
301 state.channel = _channel;
331 state.channel = _channel;
361 state.channel = _channel;
391 state.channel = _channel;
421 state.channel = _channel;
478 state.channel = _channel;
535 state.channel
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteLexer.m142 state.channel = _channel;
165 state.channel=99; /* element() */
173 state.channel = _channel;
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_service.cc50 // Since we have 2 ports for every channel, we just index channels by half the
59 // Change even to odd and vice versa, to get the other side of a given channel.
152 // Sanity checks to make sure our channel<->port converters are correct.
236 // Only include the TLS channel ID for externally connected web pages.
315 // If the target requests the TLS channel id, begin the lookup for it.
318 // messages awaiting TLS channel ID first.
381 scoped_ptr<MessageChannel> channel(new MessageChannel());
382 channel->opener.reset(new ExtensionMessagePort(source, MSG_ROUTING_CONTROL,
398 // Abandon the channel.
405 channel
503 AddChannel(MessageChannel* channel, int receiver_port_id) argument
534 MessageChannel* channel = channel_iter->second; local
644 DispatchMessage(int source_port_id, MessageChannel* channel, const Message& message) argument
[all...]
/external/chromium_org/content/common/gpu/
H A Dstream_texture_android.cc76 owner_stub->channel()->AddRoute(route_id, this);
84 owner_stub_->channel()->RemoveRoute(route_id_);
90 owner_stub_->channel()->RemoveRoute(route_id_);
150 owner_stub_->channel()->Send(
159 owner_stub_->channel()->Send(
190 base::ProcessHandle process = owner_stub_->channel()->renderer_pid();
/external/chromium_org/remoting/protocol/
H A Dfake_datagram_socket.cc133 scoped_ptr<FakeDatagramSocket> channel(new FakeDatagramSocket());
134 channels_[name] = channel->GetWeakPtr();
139 channel->PairWith(peer_socket);
143 channel.reset();
149 weak_factory_.GetWeakPtr(), base::Passed(&channel),
152 NotifyChannelCreated(channel.Pass(), name, callback);
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py68 channel = MockRpcChannel()
116 channel = MockRpcChannel()
117 stub = unittest_pb2.TestService_Stub(channel)
130 self.assertEqual(request, channel.request)
131 self.assertEqual(rpc_controller, channel.controller)
132 self.assertEqual(stub.GetDescriptor().methods[0], channel.method)
/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py68 channel = MockRpcChannel()
116 channel = MockRpcChannel()
117 stub = unittest_pb2.TestService_Stub(channel)
130 self.assertEqual(request, channel.request)
131 self.assertEqual(rpc_controller, channel.controller)
132 self.assertEqual(stub.GetDescriptor().methods[0], channel.method)
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DNewWebSocketChannelImplTest.cpp104 channel()->disconnect();
115 WebSocketChannel* channel() function in class:blink::__anon11226::NewWebSocketChannelImplTest
143 EXPECT_TRUE(channel()->connect(KURL(KURL(), "ws://localhost/"), "x"));
176 EXPECT_TRUE(channel()->connect(KURL(KURL(), "ws://localhost/"), "x"));
194 channel()->send("foo");
195 channel()->send("bar");
196 channel()->send("baz");
221 channel()->send("0123456789abcdefg");
222 channel()->send("hijk");
223 channel()
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.m87 state.channel = _channel;
120 state.channel = _channel;
153 state.channel = _channel;
220 state.channel = _channel;
287 state.channel = _channel;
328 state.channel = _channel;
/external/chromium_org/chrome/browser/history/
H A Dchrome_history_client.cc68 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel(); local
69 return channel != chrome::VersionInfo::CHANNEL_STABLE &&
70 channel != chrome::VersionInfo::CHANNEL_BETA;
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc76 scoped_refptr<NPChannelBase> channel; local
80 channel = factory();
82 channel = iter->second;
85 DCHECK(channel.get() != NULL);
87 if (!channel->channel_valid()) {
88 channel->channel_handle_ = channel_handle;
93 channel->channel_handle_.name =
96 channel->mode_ = mode;
97 if (channel->Init(ipc_message_loop, create_pipe_now, shutdown_event)) {
98 (*GetChannelMap())[channel_key] = channel;
[all...]
H A Dnpobject_proxy.cc62 NPChannelBase* channel,
66 : channel_(channel),
86 NPObject* NPObjectProxy::Create(NPChannelBase* channel, argument
93 obj->proxy = new NPObjectProxy(channel, route_id, render_view_id, page_url);
94 channel->AddMappingForNPObjectProxy(route_id, &obj->object);
122 // Release our ref count of the plugin channel object, as it addrefs the
193 // Send so addref the channel in this scope.
217 if (IsPluginProcess() && proxy->channel()) {
219 proxy->channel()->GetModalDialogEvent(render_view_id));
284 scoped_refptr<NPChannelBase> channel(prox
61 NPObjectProxy( NPChannelBase* channel, int route_id, int render_view_id, const GURL& page_url) argument
[all...]
/external/chromium_org/ipc/
H A Dipc_channel_proxy.cc200 // The channel has already been created and connected, so we need to
210 // The channel is not yet connected, so any filters are still pending.
314 scoped_ptr<ChannelProxy> channel(new ChannelProxy(listener, ipc_task_runner));
315 channel->Init(channel_handle, mode, true);
316 return channel.Pass();
324 scoped_ptr<ChannelProxy> channel(new ChannelProxy(listener, ipc_task_runner));
325 channel->Init(factory.Pass(), true);
326 return channel.Pass();
368 // Create the channel immediately. This effectively sets up the
391 // possible that the channel coul
443 Channel* channel = context_.get()->channel_.get(); local
452 Channel* channel = context_.get()->channel_.get(); local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCDataChannel.h40 // Set to YES if the channel has been externally negotiated and we do not send
75 // Protocol for receving data channel state and message events.
78 // Called when the data channel state has changed.
79 - (void)channelDidChangeState:(RTCDataChannel*)channel;
82 - (void)channel:(RTCDataChannel*)channel
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DToken.java53 * on a particular "channel". The parser tunes to a particular channel
54 * so that whitespace etc... can go to the parser on a "hidden" channel.
58 /** Anything on different channel than DEFAULT_CHANNEL is not parsed
78 public void setChannel(int channel); argument
/external/chromium_org/chrome/common/
H A Dchrome_version_info.h60 // build, this modifier is the channel ("canary", "dev", or "beta", but ""
63 // "dev-m", "beta-m", and for a stable channel multi-user installation, "m".
64 // In branded builds, when the channel cannot be determined, "unknown" will
68 // To simply test the channel, use GetChannel().
71 // Returns the channel for the installation. In branded builds, this will be
73 // builds, or in branded builds when the channel cannot be determined, this
78 // Sets channel before use.
79 static void SetChannel(const std::string& channel);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
H A Dirc.js32 this.joinChannel = function(channel) {
33 sendCommand(commands.JOIN, [channel], "");
40 this.quitChannel = function(channel) {
41 sendCommand(commands.PART, [channel], "");
/external/chromium_org/components/gcm_driver/
H A Dgcm_client.cc11 channel(CHANNEL_UNKNOWN) {
/external/chromium_org/content/browser/geolocation/
H A Dosx_wifi.h74 UInt16 channel; // Channel for the network. member in struct:WirelessNetworkInfo
H A Dwifi_data.h24 int channel; member in struct:content::AccessPointData

Completed in 9722 milliseconds

<<11121314151617181920>>