HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 201 - 225 of 1176) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/remoting/host/
desktop_environment.h 27 namespace protocol { namespace in namespace:remoting
29 } // namespace protocol
61 protocol::ClientStub* client_stub) = 0;
fake_host_extension.h 17 namespace protocol { namespace in namespace:remoting
33 protocol::ClientStub* client_stub) OVERRIDE;
host_status_logger.h 13 #include "remoting/protocol/transport.h"
42 const protocol::TransportRoute& route) OVERRIDE;
54 std::map<std::string, protocol::TransportRoute::RouteType>
video_frame_recorder_host_extension.cc 17 #include "remoting/protocol/client_stub.h"
38 protocol::ClientStub* client_stub,
39 const protocol::ExtensionMessage& message) OVERRIDE;
45 void OnNextFrame(protocol::ClientStub* client_stub);
76 protocol::ClientStub* client_stub,
77 const protocol::ExtensionMessage& message) {
123 protocol::ClientStub* client_stub) {
168 protocol::ExtensionMessage message;
193 protocol::ClientStub* client_stub) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
APPRTCConnectionManager.h 31 @protocol APPRTCLogger<NSObject>
39 @protocol APPRTCConnectionManagerDelegate<NSObject>
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
rawtransport.h 48 virtual bool ParseCandidates(SignalingProtocol protocol,
53 virtual bool WriteCandidates(SignalingProtocol protocol,
transportdescriptionfactory.h 56 // Specifies the transport protocol to be use.
57 void set_protocol(TransportProtocol protocol) { protocol_ = protocol; }
  /external/google-tv-pairing-protocol/
Android.mk 5 LOCAL_MODULE := google-tv-pairing-protocol
  /external/iproute2/testsuite/tests/
policer 5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMismatchedTreeNodeException.h 30 @protocol ANTLRIntStream;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMismatchedTreeNodeException.h 30 @protocol ANTLRIntStream;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMismatchedTreeNodeException.h 30 @protocol ANTLRIntStream;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRIntStream.h 31 @protocol ANTLRIntStream < NSObject, NSCopying >
ANTLRMismatchedRangeException.h 30 @protocol ANTLRIntStream;
ANTLRMismatchedTreeNodeException.h 30 @protocol ANTLRIntStream;
  /external/apache-http/src/org/apache/http/client/
RedirectHandler.java 38 import org.apache.http.protocol.HttpContext;
RequestDirector.java 40 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/conn/routing/
HttpRoutePlanner.java 37 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java 46 import org.apache.http.client.protocol.ClientContext;
47 import org.apache.http.client.protocol.RequestAddCookies;
48 import org.apache.http.client.protocol.RequestDefaultHeaders;
49 import org.apache.http.client.protocol.RequestProxyAuthentication;
50 import org.apache.http.client.protocol.RequestTargetAuthentication;
51 import org.apache.http.client.protocol.ResponseProcessCookies;
74 import org.apache.http.protocol.BasicHttpContext;
75 import org.apache.http.protocol.BasicHttpProcessor;
76 import org.apache.http.protocol.HTTP;
77 import org.apache.http.protocol.HttpContext
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_folder_target.h 11 @protocol BookmarkButtonControllerProtocol;
  /external/chromium_org/components/storage_monitor/
image_capture_device_manager.h 14 @protocol ICDeviceBrowserDelegate;
34 // Returns a weak pointer to the internal ImageCapture interface protocol.
  /external/chromium_org/content/browser/web_contents/
web_contents_view_overscroll_animator_mac.h 23 // must implement this protocol.
24 @protocol WebContentsOverscrollAnimator
37 // this protocol must have control over the layout of the RenderWidgetHost's
  /external/chromium_org/media/video/capture/mac/
platform_video_capturing_mac.h 14 // Protocol representing platform-dependent video capture on Mac, implemented
16 @protocol PlatformVideoCapturingMac <NSObject>
  /external/chromium_org/remoting/protocol/
audio_writer.cc 5 #include "remoting/protocol/audio_writer.h"
11 #include "remoting/protocol/message_serialization.h"
12 #include "remoting/protocol/session.h"
13 #include "remoting/protocol/session_config.h"
16 namespace protocol { namespace in namespace:remoting
44 } // 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

Completed in 936 milliseconds

1 2 3 4 5 6 7 891011>>