Home
last modified time | relevance | path

Searched refs:OnSuspendChange (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/call/adaptation/test/
Dfake_frame_rate_provider.h52 MOCK_METHOD(void, OnSuspendChange, (bool), (override));
/external/webrtc/api/video/
Dvideo_stream_encoder_observer.h97 virtual void OnSuspendChange(bool is_suspended) = 0;
/external/webrtc/video/
Dsend_statistics_proxy_unittest.cc215 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 …]
Dsend_statistics_proxy.h90 void OnSuspendChange(bool is_suspended) override;
Dsend_statistics_proxy.cc698 void SendStatisticsProxy::OnSuspendChange(bool is_suspended) { in OnSuspendChange() function in webrtc::SendStatisticsProxy
Dvideo_stream_encoder.cc1774 encoder_stats_observer_->OnSuspendChange(video_is_suspended); in OnBitrateUpdated()