Searched refs:OnSuspendChange (Results 1 – 6 of 6) sorted by relevance
52 MOCK_METHOD(void, OnSuspendChange, (bool), (override));
97 virtual void OnSuspendChange(bool is_suspended) = 0;
215 statistics_proxy_->OnSuspendChange(true); in TEST_F()219 statistics_proxy_->OnSuspendChange(false); in TEST_F()884 statistics_proxy_->OnSuspendChange(true); in TEST_F()886 statistics_proxy_->OnSuspendChange(false); in TEST_F()913 statistics_proxy_->OnSuspendChange(true); in TEST_F()915 statistics_proxy_->OnSuspendChange(false); in TEST_F()935 statistics_proxy_->OnSuspendChange(false); in TEST_F()948 statistics_proxy_->OnSuspendChange(false); in TEST_F()957 statistics_proxy_->OnSuspendChange(true); in TEST_F()959 statistics_proxy_->OnSuspendChange(false); in TEST_F()[all …]
90 void OnSuspendChange(bool is_suspended) override;
698 void SendStatisticsProxy::OnSuspendChange(bool is_suspended) { in OnSuspendChange() function in webrtc::SendStatisticsProxy
1774 encoder_stats_observer_->OnSuspendChange(video_is_suspended); in OnBitrateUpdated()