OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:protocol
(Results
1 - 25
of
856
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/remoting/host/
session_manager_factory.h
20
namespace
protocol
{
namespace in namespace:remoting
22
} // namespace
protocol
24
scoped_ptr<
protocol
::SessionManager> CreateHostSessionManager(
clipboard.h
14
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;
/external/chromium_org/remoting/protocol/
util.h
5
// This file defines utility methods used for encoding and decoding the
protocol
20
namespace
protocol
{
namespace in namespace:remoting
22
// Serialize the
Protocol
Buffer message and provide sufficient framing for
29
} // namespace
protocol
content_description_unittest.cc
5
#include "remoting/
protocol
/content_description.h"
10
#include "remoting/
protocol
/authenticator.h"
16
namespace
protocol
{
namespace in namespace:remoting
100
} // namespace
protocol
name_value_map.h
12
namespace
protocol
{
namespace in namespace:remoting
43
} // namespace
protocol
util.cc
5
#include "remoting/
protocol
/util.h"
14
namespace
protocol
{
namespace in namespace:remoting
29
} // namespace
protocol
video_reader.h
14
#include "remoting/
protocol
/video_stub.h"
17
namespace
protocol
{
namespace in namespace:remoting
46
} // namespace
protocol
video_writer.h
14
#include "remoting/
protocol
/video_stub.h"
17
namespace
protocol
{
namespace in namespace:remoting
49
} // namespace
protocol
audio_stub.h
15
namespace
protocol
{
namespace in namespace:remoting
31
} // namespace
protocol
audio_writer.h
14
#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
auth_util.h
17
namespace
protocol
{
namespace in namespace:remoting
51
} // namespace
protocol
authenticator.cc
5
#include "remoting/
protocol
/authenticator.h"
11
namespace
protocol
{
namespace in namespace:remoting
35
} // namespace
protocol
channel_dispatcher_base.cc
5
#include "remoting/
protocol
/channel_dispatcher_base.h"
9
#include "remoting/
protocol
/channel_factory.h"
10
#include "remoting/
protocol
/session.h"
11
#include "remoting/
protocol
/session_config.h"
14
namespace
protocol
{
namespace in namespace:remoting
65
} // namespace
protocol
client_event_dispatcher.h
9
#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
37
} // namespace
protocol
client_stub.h
14
#include "remoting/
protocol
/clipboard_stub.h"
15
#include "remoting/
protocol
/cursor_shape_stub.h"
18
namespace
protocol
{
namespace in namespace:remoting
43
} // namespace
protocol
clipboard_filter.cc
6
#include "remoting/
protocol
/clipboard_filter.h"
9
namespace
protocol
{
namespace in namespace:remoting
30
} // namespace
protocol
clipboard_stub.h
14
namespace
protocol
{
namespace in namespace:remoting
31
} // namespace
protocol
clipboard_thread_proxy.cc
5
#include "remoting/
protocol
/clipboard_thread_proxy.h"
12
namespace
protocol
{
namespace in namespace:remoting
39
} // namespace
protocol
/external/apache-http/src/org/apache/http/protocol/
HttpProcessor.java
2
* $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
;
HttpExpectationVerifier.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
protocol
/HttpExpectationVerifier.java $
32
package org.apache.http.
protocol
;
HttpRequestHandler.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
protocol
/HttpRequestHandler.java $
32
package org.apache.http.
protocol
;
HttpRequestHandlerResolver.java
2
* $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/remoting/client/
audio_decode_scheduler.h
10
#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);
client_user_interface.h
12
#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;
43
const
protocol
::PairingResponse& pairing_response) = 0;
47
const
protocol
::ExtensionMessage& message) = 0;
50
virtual
protocol
::ClipboardStub* GetClipboardStub() = 0;
53
virtual
protocol
::CursorShapeStub* GetCursorShapeStub() = 0
[
all
...]
/external/chromium_org/remoting/codec/
audio_decoder.h
12
namespace
protocol
{
namespace in namespace:remoting
14
} // namespace
protocol
21
const
protocol
::SessionConfig& config);
Completed in 94 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>