Home
last modified time | relevance | path

Searched refs:sync_ (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/video/
Dstream_synchronization_unittest.cc72 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::StreamSynchronizationTest
495 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 …]
Dvie_sync_module.cc59 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()
Dvie_sync_module.h55 rtc::scoped_ptr<StreamSynchronization> sync_; variable
/external/libchrome/ipc/
Dipc_cpu_perftest.cc111 sync_ = sync; in SetTestParams()
138 if (sync_) { in StartPingPong()
197 bool sync_ = false; member in IPC::__anon2cb22ee30111::ChannelSteadyPingPongListener
274 sync_ = sync; in RunPingPongServer()
308 if (sync_) { in StartPingPong()
380 bool sync_ = false; member in IPC::__anon2cb22ee30111::MojoSteadyPingPongTest
Dipc_mojo_perftest.cc42 sync_(false), in PerformanceChannelListener()
59 sync_ = sync; in SetTestParams()
83 if (sync_) { in OnHello()
118 bool sync_; member in IPC::__anon368bd5500111::PerformanceChannelListener
323 if (sync_) { in OnPong()
351 bool sync_ = false; member in IPC::__anon368bd5500111::MojoInterfacePerfTest
587 sync_ = true; in TEST_F()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.cc130 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()
Dcrash_generation_server.h221 CRITICAL_SECTION sync_; variable