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

  /external/webrtc/talk/app/webrtc/
statscollector_unittest.cc 97 MOCK_METHOD1(GetTransportStats, bool(SessionStats*));
513 EXPECT_CALL(session_, GetTransportStats(_)).WillRepeatedly(Return(false));
614 EXPECT_CALL(session_, GetTransportStats(_))
709 EXPECT_CALL(session_, GetTransportStats(_))
    [all...]
webrtcsession.h 287 virtual bool GetTransportStats(SessionStats* stats);
statscollector.cc 691 if (!pc_->session()->GetTransportStats(&stats)) {
    [all...]
webrtcsession.cc     [all...]

Completed in 92 milliseconds