Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dsend_statistics_proxy.h63 void OnSuspendChange(bool is_suspended);
Dsend_statistics_proxy_unittest.cc149 statistics_proxy_->OnSuspendChange(true); in TEST_F()
153 statistics_proxy_->OnSuspendChange(false); in TEST_F()
Dsend_statistics_proxy.cc188 void SendStatisticsProxy::OnSuspendChange(bool is_suspended) { in OnSuspendChange() function in webrtc::SendStatisticsProxy
Dvie_encoder.cc603 stats_proxy_->OnSuspendChange(video_is_suspended); in OnNetworkChanged()