Searched refs:sync_ (Results 1 – 7 of 7) sorted by relevance
72 sync_ = new StreamSynchronization(0, 0); in SetUp()80 delete sync_; in TearDown()145 return sync_->ComputeDelays(relative_delay_ms, in DelayedStreams()344 StreamSynchronization* sync_; member in webrtc::StreamSynchronizationTest495 sync_->SetTargetBufferingDelay(base_target_delay_ms); in TEST_F()504 sync_->SetTargetBufferingDelay(base_target_delay_ms); in TEST_F()514 sync_->SetTargetBufferingDelay(base_target_delay_ms); in TEST_F()523 sync_->SetTargetBufferingDelay(base_target_delay_ms); in TEST_F()529 sync_->SetTargetBufferingDelay(base_target_delay_ms); in TEST_F()536 sync_->SetTargetBufferingDelay(base_target_delay_ms); in TEST_F()[all …]
59 sync_() { in ViESyncModule()81 sync_.reset( in ConfigureSync()114 assert(sync_.get()); in Process()147 if (!sync_->ComputeRelativeDelay(audio_measurement_, video_measurement_, in Process()159 if (!sync_->ComputeDelays(relative_delay_ms, in Process()
55 rtc::scoped_ptr<StreamSynchronization> sync_; variable
111 sync_ = sync; in SetTestParams()138 if (sync_) { in StartPingPong()197 bool sync_ = false; member in IPC::__anon2cb22ee30111::ChannelSteadyPingPongListener274 sync_ = sync; in RunPingPongServer()308 if (sync_) { in StartPingPong()380 bool sync_ = false; member in IPC::__anon2cb22ee30111::MojoSteadyPingPongTest
42 sync_(false), in PerformanceChannelListener()59 sync_ = sync; in SetTestParams()83 if (sync_) { in OnHello()118 bool sync_; member in IPC::__anon368bd5500111::PerformanceChannelListener323 if (sync_) { in OnPong()351 bool sync_ = false; member in IPC::__anon368bd5500111::MojoInterfacePerfTest587 sync_ = true; in TEST_F()
130 InitializeCriticalSection(&sync_); in CrashGenerationServer()143 AutoCriticalSection lock(&sync_); in ~CrashGenerationServer()208 DeleteCriticalSection(&sync_); in ~CrashGenerationServer()530 AutoCriticalSection lock(&sync_); in HandleReadingAckState()800 AutoCriticalSection lock(&sync_); in AddClient()860 AutoCriticalSection lock(&sync_); in HandleClientProcessExit()
221 CRITICAL_SECTION sync_; variable