Searched defs:protocol (Results 1 - 25 of 537) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dsocket.c10 int socket(int domain, int type, int protocol) { argument
11 return ki_socket(domain, type, protocol);
H A Dsocketpair.c10 int socketpair(int domain, int type, int protocol, int* sv) { argument
11 return ki_socketpair(domain, type, protocol, sv);
/external/chromium_org/remoting/client/
H A Dvideo_renderer.h8 #include "remoting/protocol/video_stub.h"
14 namespace protocol { namespace in namespace:remoting
16 } // namespace protocol;
20 class VideoRenderer : public protocol::VideoStub {
22 // Initializes the processor with the information from the protocol config.
23 virtual void Initialize(const protocol::SessionConfig& config) = 0;
H A Daudio_decode_scheduler.h10 #include "remoting/protocol/audio_stub.h"
18 namespace protocol { namespace in namespace:remoting
20 } // namespace protocol
26 class AudioDecodeScheduler : public protocol::AudioStub {
34 // Initializes decoder with the information from the protocol config.
35 void Initialize(const protocol::SessionConfig& config);
H A Dclient_user_interface.h12 #include "remoting/protocol/connection_to_host.h"
13 #include "remoting/protocol/third_party_client_authenticator.h"
17 namespace protocol { namespace in namespace:remoting
21 } // namespace protocol
33 virtual void OnConnectionState(protocol::ConnectionToHost::State state,
34 protocol::ErrorCode error) = 0;
37 const protocol::TransportRoute& route) = 0;
45 const protocol::PairingResponse& pairing_response) = 0;
49 const protocol::ExtensionMessage& message) = 0;
52 virtual protocol
[all...]
/external/chromium_org/remoting/host/
H A Dsession_manager_factory.h19 namespace protocol { namespace in namespace:remoting
22 } // namespace protocol
24 scoped_ptr<protocol::SessionManager> CreateHostSessionManager(
26 const protocol::NetworkSettings& network_settings,
H A Dclipboard.h14 namespace protocol { namespace in namespace:remoting
17 } // namespace protocol
26 virtual void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard) = 0;
32 virtual void InjectClipboardEvent(const protocol::ClipboardEvent& event) = 0;
H A Dgnubby_auth_handler.h19 namespace protocol { namespace in namespace:remoting
21 } // namespace protocol
31 protocol::ClientStub* client_stub);
H A Dhost_extension.h17 namespace protocol { namespace in namespace:remoting
41 protocol::ClientStub* client_stub) = 0;
H A Dhost_extension_session.h19 namespace protocol { namespace in namespace:remoting
22 } // namespace protocol
49 protocol::ClientStub* client_stub,
50 const protocol::ExtensionMessage& message) = 0;
/external/chromium_org/remoting/protocol/
H A Dmessage_serialization.h5 // This file defines utility methods used for encoding and decoding the protocol
20 namespace protocol { namespace in namespace:remoting
29 } // namespace protocol
H A Dchromium_socket_factory.h12 namespace protocol { namespace in namespace:remoting
38 } // namespace protocol
H A Dcontent_description_unittest.cc5 #include "remoting/protocol/content_description.h"
10 #include "remoting/protocol/authenticator.h"
16 namespace protocol { namespace in namespace:remoting
100 } // namespace protocol
H A Dname_value_map.h12 namespace protocol { namespace in namespace:remoting
43 } // namespace protocol
H A Dnetwork_settings_unittest.cc5 #include "remoting/protocol/network_settings.h"
10 namespace protocol { namespace in namespace:remoting
43 } // namespace protocol
H A Daudio_stub.h15 namespace protocol { namespace in namespace:remoting
31 } // namespace protocol
H A Daudio_writer.h14 #include "remoting/protocol/audio_stub.h"
15 #include "remoting/protocol/buffered_socket_writer.h"
16 #include "remoting/protocol/channel_dispatcher_base.h"
23 namespace protocol { namespace in namespace:remoting
52 } // namespace protocol
H A Dauth_util.h17 namespace protocol { namespace in namespace:remoting
51 } // namespace protocol
H A Dauthenticator.cc5 #include "remoting/protocol/authenticator.h"
11 namespace protocol { namespace in namespace:remoting
35 } // namespace protocol
H A Dclient_event_dispatcher.h9 #include "remoting/protocol/buffered_socket_writer.h"
10 #include "remoting/protocol/channel_dispatcher_base.h"
11 #include "remoting/protocol/input_stub.h"
14 namespace protocol { namespace in namespace:remoting
38 } // namespace protocol
/external/apache-http/src/org/apache/http/protocol/
H A DHttpProcessor.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpProcessor.java $
32 package org.apache.http.protocol;
H A DHttpRequestHandlerResolver.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandlerResolver.java $
32 package org.apache.http.protocol;
/external/chromium_org/chrome/browser/
H A Dshell_integration_android.cc23 bool ShellIntegration::SetAsDefaultProtocolClient(const std::string& protocol) { argument
36 ShellIntegration::IsDefaultProtocolClient(const std::string& protocol) { argument
H A Dshell_integration_chromeos.cc19 bool ShellIntegration::SetAsDefaultProtocolClient(const std::string& protocol) { argument
30 ShellIntegration::IsDefaultProtocolClient(const std::string& protocol) { argument
/external/chromium_org/remoting/codec/
H A Daudio_decoder.h12 namespace protocol { namespace in namespace:remoting
14 } // namespace protocol
21 const protocol::SessionConfig& config);

Completed in 3867 milliseconds

1234567891011>>