Searched refs:OnSuspendChange (Results 1 – 4 of 4) sorted by relevance
63 void OnSuspendChange(bool is_suspended);
149 statistics_proxy_->OnSuspendChange(true); in TEST_F()153 statistics_proxy_->OnSuspendChange(false); in TEST_F()
188 void SendStatisticsProxy::OnSuspendChange(bool is_suspended) { in OnSuspendChange() function in webrtc::SendStatisticsProxy
603 stats_proxy_->OnSuspendChange(video_is_suspended); in OnNetworkChanged()