HomeSort by relevance Sort by last modified time
    Searched defs:video_stub_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/remoting/protocol/
client_video_dispatcher.h 31 VideoStub* video_stub_; member in class:remoting::protocol::ClientVideoDispatcher
monitored_video_stub_unittest.cc 30 &video_stub_,
35 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)).Times(AnyNumber());
41 MockVideoStub video_stub_; member in class:remoting::protocol::MonitoredVideoStubTest
monitored_video_stub.h 50 VideoStub* video_stub_; member in class:remoting::protocol::MonitoredVideoStub
  /external/chromium_org/remoting/host/
mouse_clamping_filter.h 25 video_stub_ = video_stub;
36 protocol::VideoStub* video_stub_; member in class:remoting::MouseClampingFilter
video_scheduler.h 154 // Callback passed to |video_stub_| for the last packet in each frame, to
161 // Callback for |video_stub_| called after a keep-alive packet is sent.
194 protocol::VideoStub* video_stub_; member in class:remoting::VideoScheduler
video_scheduler_unittest.cc 160 MockVideoStub video_stub_; member in class:remoting::VideoSchedulerTest
206 &video_stub_);
304 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
308 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
client_session_unittest.cc 193 MockVideoStub video_stub_; member in class:remoting::ClientSessionTest
245 EXPECT_CALL(*connection, video_stub()).WillRepeatedly(Return(&video_stub_));
373 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
440 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
496 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
554 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
613 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
701 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))

Completed in 1595 milliseconds