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 146 ON_CALL(*connection1_, video_stub())
152 ON_CALL(*connection2_, video_stub())
158 EXPECT_CALL(*connection1_, video_stub())
164 EXPECT_CALL(*connection2_, video_stub())
331 MockVideoStub& video_stub = get_video_stub(connection_index); local
338 EXPECT_CALL(video_stub, ProcessVideoPacketPtr(_, _))
344 EXPECT_CALL(video_stub, ProcessVideoPacketPtr(_, _))

Completed in 945 milliseconds