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

  /external/chromium_org/remoting/protocol/
connection_to_client.cc 57 VideoStub* ConnectionToClient::video_stub() { function in class:remoting::protocol::ConnectionToClient
  /external/chromium_org/remoting/host/
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(_, _))

Completed in 87 milliseconds