HomeSort by relevance Sort by last modified time
    Searched refs:video_stub (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/remoting/host/
mouse_clamping_filter.h 10 #include "remoting/protocol/video_stub.h"
24 void set_video_stub(protocol::VideoStub* video_stub) {
25 video_stub_ = video_stub;
video_scheduler.h 81 // |video_stub| and |client_stub|, which must remain valid until Stop() is
90 protocol::VideoStub* video_stub);
chromoting_host_unittest.cc 149 ON_CALL(*connection1_, video_stub())
155 ON_CALL(*connection2_, video_stub())
161 EXPECT_CALL(*connection1_, video_stub())
167 EXPECT_CALL(*connection2_, video_stub())
336 MockVideoStub& video_stub = get_video_stub(connection_index); local
343 EXPECT_CALL(video_stub, ProcessVideoPacketPtr(_, _))
349 EXPECT_CALL(video_stub, ProcessVideoPacketPtr(_, _))
video_scheduler.cc 22 #include "remoting/protocol/video_stub.h"
46 protocol::VideoStub* video_stub)
53 video_stub_(video_stub),
client_session.cc 270 mouse_clamping_filter_.set_video_stub(connection_->video_stub());
client_session_unittest.cc 284 EXPECT_CALL(*connection, video_stub()).WillRepeatedly(Return(&video_stub_));
  /external/chromium_org/remoting/protocol/
video_reader.h 14 #include "remoting/protocol/video_stub.h"
33 // or |video_stub|.
35 VideoStub* video_stub,
monitored_video_stub.cc 16 MonitoredVideoStub::MonitoredVideoStub(VideoStub* video_stub,
19 : video_stub_(video_stub),
monitored_video_stub.h 11 #include "remoting/protocol/video_stub.h"
37 VideoStub* video_stub,
protobuf_video_reader.h 30 VideoStub* video_stub,
protobuf_video_reader.cc 29 VideoStub* video_stub,
33 video_stub_ = video_stub;
connection_to_client_unittest.cc 66 viewer_->video_stub()->ProcessVideoPacket(packet.Pass(), base::Closure());
84 viewer_->video_stub()->ProcessVideoPacket(packet.Pass(), base::Closure());
connection_to_client.h 89 virtual VideoStub* video_stub();
connection_to_host.cc 24 #include "remoting/protocol/video_stub.h"
107 void ConnectionToHost::set_video_stub(VideoStub* video_stub) {
108 DCHECK(video_stub);
110 video_stub,
connection_to_host.h 92 void set_video_stub(VideoStub* video_stub);
connection_to_client.cc 57 VideoStub* ConnectionToClient::video_stub() { function in class:remoting::protocol::ConnectionToClient
protocol_mock_objects.h 27 #include "remoting/protocol/video_stub.h"
40 MOCK_METHOD0(video_stub, VideoStub*());

Completed in 664 milliseconds